aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJuri Linkov2010-04-14 03:11:21 +0300
committerJuri Linkov2010-04-14 03:11:21 +0300
commit9013a7f82ede2a309498ae62ac22dce4791b3f4a (patch)
treea2e43ba2c9834b95365810c61cc47c07a87e93d2 /src/ChangeLog
parent92848133b2c17d028b2172b6f3ef43e6c1a1370c (diff)
downloademacs-9013a7f82ede2a309498ae62ac22dce4791b3f4a.tar.gz
emacs-9013a7f82ede2a309498ae62ac22dce4791b3f4a.zip
Add variable `scroll-preserve-screen-position-commands'.
http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00403.html * window.c (Vscroll_preserve_screen_position_commands): New variable with the default value as the list of Qscroll_down and Qscroll_up. (window_scroll_pixel_based, window_scroll_line_based): Search the last command in the list Vscroll_preserve_screen_position_commands instead of comparing with Qscroll_up and Qscroll_down. * mwheel.el (scroll-preserve-screen-position-commands): Add mwheel-scroll to this list of commands. * simple.el (scroll-preserve-screen-position-commands): Add scroll-up-command, scroll-down-command, scroll-up-line, scroll-down-line to this list of commands.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a8e8aa7ddfb..e4130a64838 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12010-04-14 Juri Linkov <juri@jurta.org>
2
3 * window.c (Vscroll_preserve_screen_position_commands): New variable
4 with the default value as the list of Qscroll_down and Qscroll_up.
5 (window_scroll_pixel_based, window_scroll_line_based): Search the
6 last command in the list Vscroll_preserve_screen_position_commands
7 instead of comparing with Qscroll_up and Qscroll_down.
8
12010-04-13 Jan Djärv <jan.h.d@swipnet.se> 92010-04-13 Jan Djärv <jan.h.d@swipnet.se>
2 10
3 * gtkutil.c (xg_set_geometry): Set geometry for PPosition also. 11 * gtkutil.c (xg_set_geometry): Set geometry for PPosition also.