diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0ab926b8bb3..9d89f51001a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2010-04-15 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * window.c: Add Qscroll_command. | ||
| 4 | Remove Vscroll_preserve_screen_position_commands. | ||
| 5 | (window_scroll_pixel_based, window_scroll_line_based): Check the | ||
| 6 | `scroll-command' property on the last command instead of searching | ||
| 7 | the last command in Vscroll_preserve_screen_position_commands. | ||
| 8 | (syms_of_window): Initialize and staticpro `Qscroll_command'. | ||
| 9 | Put Qscroll_command property on Qscroll_up and Qscroll_down. | ||
| 10 | (scroll-preserve-screen-position): Doc fix. | ||
| 11 | (Vscroll_preserve_screen_position_commands): Remove variable. | ||
| 12 | |||
| 1 | 2010-04-15 Dan Nicolaescu <dann@ics.uci.edu> | 13 | 2010-04-15 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 14 | ||
| 3 | * xdisp.c (message): Do not use NO_ARG_ARRAY. | 15 | * xdisp.c (message): Do not use NO_ARG_ARRAY. |