diff options
| author | Karoly Lorentey | 2004-03-01 14:27:16 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2004-03-01 14:27:16 +0000 |
| commit | 29cd19501134dfde15743f8c5fbdc8b012ed693e (patch) | |
| tree | eab1530a8589ab50de84bcd188b1f8d8dda518db /src/ChangeLog | |
| parent | 057a9ab495a5fd334f9bd3c7704176502e5219c4 (diff) | |
| parent | 3f383e4ad7884aad8767d3a6c26c6f3bab5f8f93 (diff) | |
| download | emacs-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/ChangeLog | 19 |
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 @@ | |||
| 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 | |||
| 12 | 2004-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 | |||
| 1 | 2004-02-28 Miles Bader <miles@gnu.org> | 20 | 2004-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. |