comint-password-prompt-regexp tweak
[bpt/emacs.git] / lisp / ChangeLog
index bb9dc47..d5957fb 100644 (file)
@@ -1,3 +1,103 @@
+2013-05-18  Glenn Morris  <rgm@gnu.org>
+
+       * comint.el (comint-password-prompt-regexp):
+       Allow "password for XXX" where XXX contains colons (eg https://...).
+
+2013-05-18  Leo Liu  <sdl.web@gmail.com>
+
+       * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
+       instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
+       (octave-source-directories): Don't check process.
+       (octave-source-directories, octave-find-definition): Doc fix.
+
+2013-05-18  Glenn Morris  <rgm@gnu.org>
+
+       * progmodes/vhdl-mode.el (vhdl-mode-map-init):
+       Remove backspace/delete bindings.  (Bug#14392)
+
+       * cus-dep.el (custom-make-dependencies): Sort the output.
+       (custom-versions-load-alist): Convert comment to doc.
+
+2013-05-17  Leo Liu  <sdl.web@gmail.com>
+
+       * newcomment.el (comment-search-backward): Stricter in finding
+       comment start.  (Bug#14303)
+
+       * progmodes/octave.el (octave-comment-start): Remove the SPC char.
+       (octave-comment-start-skip): Properly anchored.
+
+2013-05-17  Leo Liu  <sdl.web@gmail.com>
+
+       * emacs-lisp/smie.el (smie-highlight-matching-block-mode): Clean
+       up when turned off.  (Bug#14395)
+       (smie--highlight-matching-block-overlay): No longer buffer-local.
+       (smie-highlight-matching-block): Adjust.
+
+2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Doc string fix for "nanoseconds" (Bug#14406).
+       * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
+       Fix doc string typo that had "nanoseconds" instead of "microseconds".
+
+2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc/calc-units.el (math-extract-units): Preserve powers
+       of units.
+
+2013-05-17  Leo Liu  <sdl.web@gmail.com>
+
+       * subr.el (delete-consecutive-dups): New function.
+       * ido.el (ido-set-matches-1): Use it.
+       * progmodes/octave.el (inferior-octave-completion-table): Use it.
+       * ido.el (ido-remove-consecutive-dups): Remove.
+
+2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
+       (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
+       regexp-opt's `words'.
+
+2013-05-16  Leo Liu  <sdl.web@gmail.com>
+
+       * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
+       (smie--highlight-matching-block-overlay)
+       (smie--highlight-matching-block-lastpos)
+       (smie--highlight-matching-block-timer): New variables.
+       (smie-highlight-matching-block): New function.
+       (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
+       (smie-setup): Conditionally enable smie-blink-matching-open.
+
+2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
+
+       Sync with upstream verilog-mode r840.
+       * progmodes/verilog-mode.el (verilog-mode-version)
+       (verilog-mode-release-date): Update.
+       (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
+       (verilog-sig-tieoff): Fix string error on
+       AUTORESET with colon define, bug594.  Reported by Andrew Hou.
+       (verilog-read-decls): Fix parameters confusing
+       AUTOINST interfaces, bug565.  Reported by Leith Johnson.
+
+2013-05-16  Eli Zaretskii  <eliz@gnu.org>
+
+       * subr.el (reveal-filename): New function.
+
+       * loadup.el: Compute Emacs executable versions on MS-Windows,
+       where executables have the .exe extension.  Add a hard link
+       emacs-XX.YY.ZZ.exe on MS-Windows.
+
+       * Makefile.in (XARGS_LIMIT): New variable.
+       (custom-deps, finder-data, autoloads)
+       ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
+       ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
+       ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
+       (compile-main): Limit xargs according to $(XARGS_LIMIT).
+
+2013-05-16  Leo Liu  <sdl.web@gmail.com>
+
+       * progmodes/octave.el (octave-indent-defun): Mark obsolete.
+       (octave-mode-menu, octave-mode-map): Remove its uses.
+
 2013-05-16  Reto Zimmermann  <reto@gnu.org>
 
        Sync with upstream vhdl mode v3.34.2.