diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a5179f83d27..c0b77fb4804 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2001-09-26 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-09-26 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c (with_echo_area_buffer): Use echo_kboard instead | ||
| 4 | of the only tempoarily set echoing flag for deciding when | ||
| 5 | the cancel echoing. | ||
| 6 | |||
| 7 | * keyboard.c (echo_kboard): Make externally visible. | ||
| 8 | |||
| 9 | * lisp.h (echo_kboard): Declare extern. | ||
| 10 | |||
| 3 | * xdisp.c (make_cursor_line_fully_visible): Return 0 and set | 11 | * xdisp.c (make_cursor_line_fully_visible): Return 0 and set |
| 4 | fonts_changed_p if need larger matrices due to vscrolling. | 12 | fonts_changed_p if need larger matrices due to vscrolling. |
| 5 | (try_scrolling, try_cursor_movement, redisplay_window): Give up on | 13 | (try_scrolling, try_cursor_movement, redisplay_window): Give up on |