aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKaroly Lorentey2004-03-01 14:27:16 +0000
committerKaroly Lorentey2004-03-01 14:27:16 +0000
commit29cd19501134dfde15743f8c5fbdc8b012ed693e (patch)
treeeab1530a8589ab50de84bcd188b1f8d8dda518db /src/ChangeLog
parent057a9ab495a5fd334f9bd3c7704176502e5219c4 (diff)
parent3f383e4ad7884aad8767d3a6c26c6f3bab5f8f93 (diff)
downloademacs-29cd19501134dfde15743f8c5fbdc8b012ed693e.tar.gz
emacs-29cd19501134dfde15743f8c5fbdc8b012ed693e.zip
Merged in changes from CVS HEAD
Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-121 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-122 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-123 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-124 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-125 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-108
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.