aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2004-02-29 11:28:20 +0000
committerKim F. Storm2004-02-29 11:28:20 +0000
commit0fd16104a5b8629c0afc4ad7823be85ea63a9b3d (patch)
tree98b2c5673026200ec298c46a2eae5d069351a2c7 /src
parent89b1172bfa85aec3f1e730502c511169c7511259 (diff)
downloademacs-0fd16104a5b8629c0afc4ad7823be85ea63a9b3d.tar.gz
emacs-0fd16104a5b8629c0afc4ad7823be85ea63a9b3d.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog11
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 @@
12004-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
12004-02-28 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 122004-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.