comparison src/ChangeLog @ 33494:6c0cd7e2d92d

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 14 Nov 2000 19:30:59 +0000
parents 94ee575dd668
children 02bf0aa33c9f
comparison
equal deleted inserted replaced
33493:23d500c81118 33494:6c0cd7e2d92d
1 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
2
3 * xdisp.c (try_scrolling): Set scroll_max to max of scroll_* args
4 so setting scroll-step to 1 doesn't defeat scroll-conservatively.
5 Set amount_to_scroll to max of dx and scroll_step so that
6 scroll-conservatively doesn't defeat scroll-step>1.
7 (syms_of_xdisp): Add a hint in scroll-step's docstring to use
8 scroll-conservatively for line-at-a-time scrolling.
9
1 2000-11-14 Gerd Moellmann <gerd@gnu.org> 10 2000-11-14 Gerd Moellmann <gerd@gnu.org>
2 11
3 * window.c (Fpos_visible_in_window_p): Call pos_visible with 12 * window.c (Fpos_visible_in_window_p): Call pos_visible with
4 extra argument. 13 extra argument.
5 14