aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2002-07-07 10:52:11 +0000
committerRichard M. Stallman2002-07-07 10:52:11 +0000
commitaf7272b1a0e181ced71d83bd7d001348a3ae78b8 (patch)
treebd2810fa73e7b1c9937474cfaceae8d58b4adea7 /src
parentddf6b9a3b7e5ee7b97b45ceef47f73491dc178a3 (diff)
downloademacs-af7272b1a0e181ced71d83bd7d001348a3ae78b8.tar.gz
emacs-af7272b1a0e181ced71d83bd7d001348a3ae78b8.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ad29336b6e0..ad2c98c9190 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,19 @@
12002-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
12002-07-05 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 172002-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'.