aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuri Linkov2013-12-11 03:11:24 +0200
committerJuri Linkov2013-12-11 03:11:24 +0200
commitbb8097b96b074e55ff05dc379b394dbdbdc82f3e (patch)
tree184fc08eee2173f97afab853caba28897d6cdd89 /lisp/ChangeLog
parentc1916ff5b866bf33c93aa821f496e5e92f22b5cd (diff)
downloademacs-bb8097b96b074e55ff05dc379b394dbdbdc82f3e.tar.gz
emacs-bb8097b96b074e55ff05dc379b394dbdbdc82f3e.zip
* lisp/delsel.el (delete-active-region): Let-bind `this-command'
to prevent `kill-region' from changing its original value. (delete-selection-helper): Handle `overwrite-mode' for the type `kill' exactly the same way as for the type `t'. (insert-char, quoted-insert, reindent-then-newline-and-indent): Support more commands. Fixes: debbugs:13312
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog9
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 @@
12013-12-11 Juri Linkov <juri@jurta.org> 12013-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
102013-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