diff options
| author | Gerd Moellmann | 2000-12-11 16:06:20 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-12-11 16:06:20 +0000 |
| commit | d990421fa28eec09a5a633395b70fd9f1c7f8910 (patch) | |
| tree | cf79b5f11f118d6026d2992701ae8d8f3f2814ad /src | |
| parent | ab7e20d586cae93a2f763ca54aa5273926cb894a (diff) | |
| download | emacs-d990421fa28eec09a5a633395b70fd9f1c7f8910.tar.gz emacs-d990421fa28eec09a5a633395b70fd9f1c7f8910.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 951205e8978..f89e0a3c8a7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2000-12-11 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-12-11 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * keymap.c (Fkey_description): If KEYS is an empty key sequence, | ||
| 4 | return an empty string. | ||
| 5 | |||
| 3 | * xdisp.c (try_cursor_movement): Check update_mode_lines instead | 6 | * xdisp.c (try_cursor_movement): Check update_mode_lines instead |
| 4 | of the window's update_mode_line flag, since the former is set by | 7 | of the window's update_mode_line flag, since the former is set by |
| 5 | force-mode-line-update, not the latter. This makes | 8 | force-mode-line-update, not the latter. This makes |