diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b9d1f3a283a..6ef8d96e82e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2000-12-23 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * progmodes/compile.el (compilation-forget-errors): Fix indentation. | ||
| 4 | |||
| 1 | 2000-12-22 Stefan Monnier <monnier@cs.yale.edu> | 5 | 2000-12-22 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 6 | ||
| 3 | * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'. | 7 | * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'. |
diff --git a/src/ChangeLog b/src/ChangeLog index 149df461daa..6222f4df963 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2000-12-23 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (syms_of_xdisp): Doc fix. | ||
| 4 | |||
| 5 | * xdisp.c (redisplay_window): Remove label restore_buffers; | ||
| 6 | use finish_scroll_bars instead to make sure that scroll bars | ||
| 7 | are redeemed. If we don't do this, flickering can result from | ||
| 8 | scroll bars being destroyed and recreated. | ||
| 9 | |||
| 1 | 2000-12-22 Jason Rumney <jasonr@gnu.org> | 10 | 2000-12-22 Jason Rumney <jasonr@gnu.org> |
| 2 | 11 | ||
| 3 | * w32term.c (w32_draw_bitmap): Fix drawing so it does not appear | 12 | * w32term.c (w32_draw_bitmap): Fix drawing so it does not appear |