diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 09108b858f6..9f7bc8fc412 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2000-09-02 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-09-02 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c (redisplay_mode_lines): New function. | ||
| 4 | (display_mode_lines): Return number of mode lines displayed. | ||
| 5 | (echo_area_display): Use redisplay_mode_lines to draw garbaged | ||
| 6 | mode lines. Don't temporarily bind redisplay-dont-pause to t. | ||
| 7 | |||
| 3 | * emacs.c, callint.c, doc.c, editfns.c: Remove includes of | 8 | * emacs.c, callint.c, doc.c, editfns.c: Remove includes of |
| 4 | string.h and strings.h. | 9 | string.h and strings.h. |
| 5 | (index) [HAVE_INDEX]: Add prototype. | 10 | (index) [HAVE_INDEX]: Add prototype. |