diff options
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1ec0bb0a459..ae8a55852b8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2005-05-17 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * emulation/cua-base.el (cua-use-hyper-key): Doc fix. | ||
| 4 | (cua--init-keymaps): Bind C-return instead of S-return to set | ||
| 5 | rectangle mark. | ||
| 6 | |||
| 7 | * emulation/cua-rect.el (cua--init-rectangles): Bind C-return | ||
| 8 | instead of S-return to toggle/clear rectangle mark. | ||
| 9 | |||
| 1 | 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org> | 10 | 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org> |
| 2 | 11 | ||
| 3 | * progmodes/make-mode.el (makefile-dependency-skip): New variable. | 12 | * progmodes/make-mode.el (makefile-dependency-skip): New variable. |