aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2014-12-03 13:42:20 -0500
committerStefan Monnier2014-12-03 13:42:20 -0500
commit41bb375cc71c70fbe9b405272abf0d5f345eee2a (patch)
tree9e0cf058823558c2b170b161de6b9e9d398441ad /lisp/ChangeLog
parente148a1eacaaa6d6e67db09188f66dab06937ae0d (diff)
downloademacs-41bb375cc71c70fbe9b405272abf0d5f345eee2a.tar.gz
emacs-41bb375cc71c70fbe9b405272abf0d5f345eee2a.zip
Fixes: debbugs:19250
* lisp/minibuffer.el (completion-table-dynamic): Add arg `switch-buffer' and change default to stay in the minibuffer when called from the minibuffer. (lazy-completion-table): Use this new argument to preserve the old behavior. * lisp/progmodes/elisp-mode.el (elisp--local-variables): Don't burp on incorrect lexical elements (bug#19250).
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog14
1 files changed, 12 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b79b918dc77..a70917e7b92 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,14 @@
12014-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * minibuffer.el (completion-table-dynamic): Add arg `switch-buffer'
4 and change default to stay in the minibuffer when called from
5 the minibuffer (bug#19250).
6 (lazy-completion-table): Use this new argument to preserve the
7 old behavior.
8
9 * progmodes/elisp-mode.el (elisp--local-variables): Don't burp on
10 incorrect lexical elements (bug#19250).
11
12014-12-03 Eric S. Raymond <esr@snark.thyrsus.com> 122014-12-03 Eric S. Raymond <esr@snark.thyrsus.com>
2 13
3 * files.el (file-tree-walk): Lisp translation of ANSI ftw(3). 14 * files.el (file-tree-walk): Lisp translation of ANSI ftw(3).
@@ -23,8 +34,7 @@
23 * vc-hooks.el: Bind vc-delete-file to Ctrl-x v delete. 34 * vc-hooks.el: Bind vc-delete-file to Ctrl-x v delete.
24 35
25 * vc.el (vc-expand-dirs): Now takes a second BACKEND argument, 36 * vc.el (vc-expand-dirs): Now takes a second BACKEND argument,
26 improving behavior on directories using multiple file-oriented 37 improving behavior on directories using multiple file-oriented VCSes.
27 VCSes.
28 38
29 * vc/vc.el and all backends: API simplification; clear-headers 39 * vc/vc.el and all backends: API simplification; clear-headers
30 is no longer a public method. It is now local to the one place 40 is no longer a public method. It is now local to the one place