Mercurial > emacs
comparison lisp/ChangeLog @ 61655:81c033739b60
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 19 Apr 2005 10:11:26 +0000 (2005-04-19) |
parents | 7508a279dc7a |
children | b50c585113fd |
comparison
equal
deleted
inserted
replaced
61654:886cadbeb39b | 61655:81c033739b60 |
---|---|
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 |
4 minibuffer history commands. | 16 minibuffer history commands. |
5 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n, | 17 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n, |