diff options
| author | Juri Linkov | 2010-04-16 02:51:12 +0300 |
|---|---|---|
| committer | Juri Linkov | 2010-04-16 02:51:12 +0300 |
| commit | a4b000fb3dc67a7eedc388acf47c2002b4918665 (patch) | |
| tree | cde30031369835c89e5729e877e6a86bf81456af /src/ChangeLog | |
| parent | 4874f5e6d6a2d6d121814cb1638d78e5f1cd3b83 (diff) | |
| download | emacs-a4b000fb3dc67a7eedc388acf47c2002b4918665.tar.gz emacs-a4b000fb3dc67a7eedc388acf47c2002b4918665.zip | |
Add the `scroll-command' property.
* window.c: Add Qscroll_command.
Remove Vscroll_preserve_screen_position_commands.
(window_scroll_pixel_based, window_scroll_line_based): Check the
`scroll-command' property on the last command instead of searching
the last command in Vscroll_preserve_screen_position_commands.
(syms_of_window): Initialize and staticpro `Qscroll_command'.
Put Qscroll_command property on Qscroll_up and Qscroll_down.
(scroll-preserve-screen-position): Doc fix.
(Vscroll_preserve_screen_position_commands): Remove variable.
* simple.el (scroll-up-command, scroll-down-command)
(scroll-up-line, scroll-down-line): Put `scroll-command'
property on the these symbols. Remove them from
`scroll-preserve-screen-position-commands'.
* mwheel.el (mwheel-scroll): Put `scroll-command' and
`isearch-scroll' properties on the `mwheel-scroll' symbol.
Remove it from `scroll-preserve-screen-position-commands'.
* isearch.el (isearch-allow-scroll): Doc fix.
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. |