diff options
| author | Kim F. Storm | 2006-03-25 00:54:48 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-03-25 00:54:48 +0000 |
| commit | 749e5af54f1a28622027fe1fe95d1672f9618f63 (patch) | |
| tree | 082a6d16e54a8e71a47688a350983f3801e3607b | |
| parent | b19f3205232e58279de02924149bd9f9114c2aee (diff) | |
| download | emacs-749e5af54f1a28622027fe1fe95d1672f9618f63.tar.gz emacs-749e5af54f1a28622027fe1fe95d1672f9618f63.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 11 |
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 @@ | |||
| 1 | 2006-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 | |||
| 1 | 2006-03-25 Nick Roberts <nickrob@snap.net.nz> | 10 | 2006-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 | ||
| 16 | 2006-03-25 Nick Roberts <nickrob@snap.net.nz> | 25 | 2006-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) |