aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8b5944a1866..c1a63aab953 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,22 @@
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
122004-02-28 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
13
14 * xfns.c (x_window): Fixed indentation.
15
16 * xterm.c (x_calc_absolute_position): Call x_real_positions
17 to get WM window sizes and use those to calculate position.
18 (x_set_offset): Removed code commented out.
19
12004-02-28 Miles Bader <miles@gnu.org> 202004-02-28 Miles Bader <miles@gnu.org>
2 21
3 * keyboard.c (adjust_point_for_property): #ifdef-out dodgy xassert. 22 * keyboard.c (adjust_point_for_property): #ifdef-out dodgy xassert.