comparison src/ChangeLog @ 46201:ec2505a6b272

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 07 Jul 2002 10:52:11 +0000
parents 7eaa94461682
children 9d878da7ffa0
comparison
equal deleted inserted replaced
46200:b2d574ba36c5 46201:ec2505a6b272
1 2002-07-07 Richard M. Stallman <rms@gnu.org>
2
3 * xdisp.c (make_cursor_line_fully_visible): Don't try short scrolls.
4 Instead just return 0 when there is something to be done.
5 (try_scrolling): If make_cursor_line_fully_visible returns 0,
6 retry scrolling as if cursor were off the bottom.
7 (try_cursor_movement): If make_cursor_line_fully_visible returns 0,
8 return CURSOR_MOVEMENT_MUST_SCROLL.
9 (redisplay_window): If make_cursor_line_fully_visible returns 0,
10 go to try_to_scroll.
11
12 * buffer.c (Fbuffer_local_value): Store current value into its binding
13 so we get the up-to-date value for the binding that is loaded.
14
15 * eval.c (Fdefmacro): Doc fix.
16
1 2002-07-05 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 17 2002-07-05 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2 18
3 * xdisp.c: Remove unused variable `face'. 19 * xdisp.c: Remove unused variable `face'.
4 20
5 2002-07-04 Juanma Barranquero <lektu@terra.es> 21 2002-07-04 Juanma Barranquero <lektu@terra.es>