# HG changeset patch # User Kim F. Storm # Date 1078054100 0 # Node ID f29064443473ff01b22c4147bff2c03928a87bb3 # Parent 567c5d0d340c2572324e6e0a2ecf548966b60511 *** empty log message *** diff -r 567c5d0d340c -r f29064443473 src/ChangeLog --- a/src/ChangeLog Sun Feb 29 01:54:40 2004 +0000 +++ b/src/ChangeLog Sun Feb 29 11:28:20 2004 +0000 @@ -1,3 +1,14 @@ +2004-02-28 Kim F. Storm + + * dispnew.c (update_window): Update header line also if there are + no other changes in window (move code after set_cursor label). + + * lisp.h (mark_window_display_accurate): Remove prototype. + + * window.c (window_loop, Fforce_window_update): Force mode line + updates by setting prevent_redisplay_optimizations_p and + update_mode_lines. + 2004-02-28 Jan Dj,Ad(Brv * xfns.c (x_window): Fixed indentation.