diff options
| author | Chong Yidong | 2011-10-01 17:54:33 -0400 |
|---|---|---|
| committer | Chong Yidong | 2011-10-01 17:54:33 -0400 |
| commit | 550f41cdba7ebc49996d8fd17eacff86a2456f35 (patch) | |
| tree | bc1581afa5519355c866d4a550f0acfa572c45d7 /doc/lispref/ChangeLog | |
| parent | ce3cefcca3227944d27d75e7de0f1e4f4b6d11a6 (diff) | |
| download | emacs-550f41cdba7ebc49996d8fd17eacff86a2456f35.tar.gz emacs-550f41cdba7ebc49996d8fd17eacff86a2456f35.zip | |
Document some Emacs 24 scrolling changes.
* doc/emacs/basic.texi (Moving Point):
* doc/emacs/custom.texi (Mouse Buttons):
* doc/emacs/rmail.texi (Rmail Scrolling):
* doc/emacs/search.texi (Isearch Scroll):
* doc/emacs/display.texi (Scrolling): Replace scroll-up/down with
scroll-up/down-command. Fix scroll-preserve-screen-position
description. Document scroll-error-top-bottom.
* doc/lispref/windows.texi (Textual Scrolling): Document scroll-up-command,
scroll-down-command, scroll-error-top-bottom, and the
scroll-command symbol property.
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index afd32ad4ebe..7755fd65bff 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2011-10-01 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * windows.texi (Textual Scrolling): Document scroll-up-command, | ||
| 4 | scroll-down-command, scroll-error-top-bottom, and the | ||
| 5 | scroll-command symbol property. | ||
| 6 | |||
| 1 | 2011-09-28 Juanma Barranquero <lekktu@gmail.com> | 7 | 2011-09-28 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 8 | ||
| 3 | * windows.texi (Splitting Windows): Fix typos. | 9 | * windows.texi (Splitting Windows): Fix typos. |