diff options
| author | Kim F. Storm | 2005-04-19 10:11:26 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-04-19 10:11:26 +0000 |
| commit | 5827e9d4606d749340690d776fd362a114043b3f (patch) | |
| tree | 3d641963e2650bd22acc8bcd80b009a1b05ebf1c /lisp/ChangeLog | |
| parent | 834671a685981e1919000870974325d8bc86b343 (diff) | |
| download | emacs-5827e9d4606d749340690d776fd362a114043b3f.tar.gz emacs-5827e9d4606d749340690d776fd362a114043b3f.zip | |
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4d8e8c6dd52..2c7af82c87a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2005-04-19 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * simple.el (next-buffer, prev-buffer, next-error) | ||
| 4 | (scroll-other-window, keyboard-quit, keyboard-escape-quit) | ||
| 5 | (clone-indirect-buffer-other-window): Move bindings to bindings.el. | ||
| 6 | |||
| 7 | * bindings.el (next-buffer, prev-buffer, next-error) | ||
| 8 | (scroll-other-window, keyboard-quit, keyboard-escape-quit) | ||
| 9 | (clone-indirect-buffer-other-window): Move bindings from simple.el. | ||
| 10 | (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings. | ||
| 11 | (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings. | ||
| 12 | |||
| 1 | 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca> | 13 | 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 14 | ||
| 3 | * isearch.el (isearch-edit-string): Make the search-ring available for | 15 | * isearch.el (isearch-edit-string): Make the search-ring available for |