aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2011-10-01 17:54:33 -0400
committerChong Yidong2011-10-01 17:54:33 -0400
commit550f41cdba7ebc49996d8fd17eacff86a2456f35 (patch)
treebc1581afa5519355c866d4a550f0acfa572c45d7 /doc/lispref/ChangeLog
parentce3cefcca3227944d27d75e7de0f1e4f4b6d11a6 (diff)
downloademacs-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/ChangeLog6
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 @@
12011-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
12011-09-28 Juanma Barranquero <lekktu@gmail.com> 72011-09-28 Juanma Barranquero <lekktu@gmail.com>
2 8
3 * windows.texi (Splitting Windows): Fix typos. 9 * windows.texi (Splitting Windows): Fix typos.