aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2f7528fdd06..d268e0aaa12 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12006-03-25 Kim F. Storm <storm@cua.dk>
2
3 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
4 (cua--init-keymaps): Use it instead of fixed C-return.
5 (cua-mode): Set after it.
6
7 * emulation/cua-rect.el (cua--init-rectangles): Use
8 cua-rectangle-mark-key instead of fixed C-return.
9
12006-03-25 Nick Roberts <nickrob@snap.net.nz> 102006-03-25 Nick Roberts <nickrob@snap.net.nz>
2 11
3 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of 12 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
@@ -13,7 +22,7 @@
13 22
14 * apropos.el (apropos-synonyms): Add selection => region. 23 * apropos.el (apropos-synonyms): Add selection => region.
15 24
162006-03-25 Nick Roberts <nickrob@snap.net.nz> 252006-03-24 Nick Roberts <nickrob@snap.net.nz>
17 26
18 * progmodes/gdb-ui.el (gdb-var-create-regexp) 27 * progmodes/gdb-ui.el (gdb-var-create-regexp)
19 (gdb-var-list-children-regexp, gdb-var-update-regexp) 28 (gdb-var-list-children-regexp, gdb-var-update-regexp)