aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a9662bde046..cb725209a09 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
12005-12-08 Kim F. Storm <storm@cua.dk>
2
3 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
4 keymap if cua--prefix-override-timer equals 'shift.
5 (cua--shift-control-prefix): New function; emulate "type prefix
6 key twice" functionality to handle shifted prefix key override.
7 (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
8 commands.
9 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
10
12005-12-08 Carsten Dominik <dominik@science.uva.nl> 112005-12-08 Carsten Dominik <dominik@science.uva.nl>
2 12
3 * textmodes/org.el: (org-insert-heading): Try to do items before 13 * textmodes/org.el: (org-insert-heading): Try to do items before