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 96e2f57d6f6..186d6e154aa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,14 @@ | |||
| 1 | 2013-12-11 Juri Linkov <juri@jurta.org> | 1 | 2013-12-11 Juri Linkov <juri@jurta.org> |
| 2 | 2 | ||
| 3 | * delsel.el (delete-active-region): Let-bind `this-command' | ||
| 4 | to prevent `kill-region' from changing its original value. | ||
| 5 | (delete-selection-helper): Handle `overwrite-mode' for the type | ||
| 6 | `kill' exactly the same way as for the type `t'. | ||
| 7 | (insert-char, quoted-insert, reindent-then-newline-and-indent): | ||
| 8 | Support more commands. (Bug#13312) | ||
| 9 | |||
| 10 | 2013-12-11 Juri Linkov <juri@jurta.org> | ||
| 11 | |||
| 3 | * bindings.el: Map kp keys to non-kp keys systematically | 12 | * bindings.el: Map kp keys to non-kp keys systematically |
| 4 | with basic modifiers control, meta and shift. (Bug#14397) | 13 | with basic modifiers control, meta and shift. (Bug#14397) |
| 5 | 14 | ||