diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ce4ee87abaf..af658ee09b6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2014-03-30 Daniel Colascione <dancol@dancol.org> | ||
| 2 | |||
| 3 | * comint.el (comint-send-input): Deactivate | ||
| 4 | completion-in-region-mode before we send comint input. | ||
| 5 | (Bug#17139). | ||
| 6 | |||
| 7 | * simple.el (keyboard-quit): Deactivate completion-in-region-mode | ||
| 8 | on keyboard-quit. | ||
| 9 | |||
| 1 | 2014-03-29 Glenn Morris <rgm@gnu.org> | 10 | 2014-03-29 Glenn Morris <rgm@gnu.org> |
| 2 | 11 | ||
| 3 | * textmodes/reftex.el: Manage most autoloads automatically. | 12 | * textmodes/reftex.el: Manage most autoloads automatically. |