diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 14 |
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 @@ | |||
| 1 | 2014-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 | |||
| 1 | 2014-12-03 Eric S. Raymond <esr@snark.thyrsus.com> | 12 | 2014-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 |