diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 946c92fecd5..c1a63aab953 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2004-02-28 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * dispnew.c (update_window): Update header line also if there are | ||
| 4 | no other changes in window (move code after set_cursor label). | ||
| 5 | |||
| 6 | * lisp.h (mark_window_display_accurate): Remove prototype. | ||
| 7 | |||
| 8 | * window.c (window_loop, Fforce_window_update): Force mode line | ||
| 9 | updates by setting prevent_redisplay_optimizations_p and | ||
| 10 | update_mode_lines. | ||
| 11 | |||
| 1 | 2004-02-28 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 12 | 2004-02-28 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 13 | ||
| 3 | * xfns.c (x_window): Fixed indentation. | 14 | * xfns.c (x_window): Fixed indentation. |