diff options
| author | Richard M. Stallman | 2002-07-07 10:52:11 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-07-07 10:52:11 +0000 |
| commit | af7272b1a0e181ced71d83bd7d001348a3ae78b8 (patch) | |
| tree | bd2810fa73e7b1c9937474cfaceae8d58b4adea7 /src | |
| parent | ddf6b9a3b7e5ee7b97b45ceef47f73491dc178a3 (diff) | |
| download | emacs-af7272b1a0e181ced71d83bd7d001348a3ae78b8.tar.gz emacs-af7272b1a0e181ced71d83bd7d001348a3ae78b8.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 16 |
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 @@ | |||
| 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'. |