diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 484ac1afada..d8bb1c89f1f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2014-12-22 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * completion.el: Use post-self-insert-hook (bug#19400). | ||
| 4 | (completion-separator-self-insert-command) | ||
| 5 | (completion-separator-self-insert-autofilling): Remove. | ||
| 6 | (completion-separator-chars): New var. | ||
| 7 | (completion-c-mode-hook, completion-setup-fortran-mode): Use it instead | ||
| 8 | of changing the keymap. | ||
| 9 | (completion--post-self-insert): New function. | ||
| 10 | (dynamic-completion-mode): Use it instead of rebinding keys. | ||
| 11 | (cmpl--completion-string): Rename from completion-string. | ||
| 12 | (add-completion-to-head, delete-completion): Let-bind it explicitly. | ||
| 13 | |||
| 1 | 2014-12-22 Bozhidar Batsov <bozhidar@batsov.com> | 14 | 2014-12-22 Bozhidar Batsov <bozhidar@batsov.com> |
| 2 | 15 | ||
| 3 | * progmodes/ruby-mode.el (ruby--string-region): Simplify code | 16 | * progmodes/ruby-mode.el (ruby--string-region): Simplify code |