diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5ac0723343b..6aeb1b1f1c2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2010-04-15 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * simple.el (scroll-up-command, scroll-down-command) | ||
| 4 | (scroll-up-line, scroll-down-line): Put `scroll-command' | ||
| 5 | property on the these symbols. Remove them from | ||
| 6 | `scroll-preserve-screen-position-commands'. | ||
| 7 | |||
| 8 | * mwheel.el (mwheel-scroll): Put `scroll-command' and | ||
| 9 | `isearch-scroll' properties on the `mwheel-scroll' symbol. | ||
| 10 | Remove it from `scroll-preserve-screen-position-commands'. | ||
| 11 | |||
| 12 | * isearch.el (isearch-allow-scroll): Doc fix. | ||
| 13 | |||
| 1 | 2010-04-15 Michael Albinus <michael.albinus@gmx.de> | 14 | 2010-04-15 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 15 | ||
| 3 | * net/tramp.el (tramp-error-with-buffer): Don't show the | 16 | * net/tramp.el (tramp-error-with-buffer): Don't show the |