Prevent assertion failure when trying to complete the prompt
[bpt/emacs.git] / lisp / ChangeLog
index 15dc7ce..dca32ba 100644 (file)
@@ -1,3 +1,23 @@
+2014-04-01  Daniel Colascione  <dancol@dancol.org>
+
+       * minibuffer.el (minibuffer-complete): Prevent assertion failure
+       when trying to complete the prompt.
+
+2014-03-31  Leo Liu  <sdl.web@gmail.com>
+
+       * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info): Refactor
+       out eldoc-documentation-function-default.
+       (eldoc-documentation-function-default): New function.
+       (eldoc-documentation-function): Change value.
+
+2014-03-31  Glenn Morris  <rgm@gnu.org>
+
+       * simple.el (cycle-spacing--context, cycle-spacing): Doc tweaks.
+
+       * progmodes/vhdl-mode.el (vhdl-speedbar-select-mra)
+       (vhdl-compose-components-package, vhdl-compose-configuration):
+       Abbreviate default-directory (missing from some previous upstream sync).
+
 2014-03-31  Reto Zimmermann  <reto@gnu.org>
 
        Sync with upstream vhdl mode v3.35.2.
 
        * simple.el (cycle-spacing): Never delete spaces on first run by
        default, but do so in a new 'fast mode and if there are already
-       N spaces (the previous behaviour).
+       N spaces (the previous behavior).
        Compare N with its value in previous invocation so that changing
        prefix argument restarts `cycle-spacing' sequence.
        The idea is that with this change, binding M-SPC to
-       `cycle-spacing' should not introduce any changes in behaviour of
+       `cycle-spacing' should not introduce any changes in behavior of
        the binding so long as users do not type M-SPC twice in a raw with
        the same prefix argument or lack thereof.