aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2004-10-07 21:57:15 +0000
committerKim F. Storm2004-10-07 21:57:15 +0000
commit3c7d999a7d9397a7a4d4d268a7f80a71ae80e902 (patch)
tree526c7d3f4c4398708e4de93c57cd9ae5c4b9ef8a /src
parent696c94e915a1d42e73083fe5360900de66c88ea6 (diff)
downloademacs-3c7d999a7d9397a7a4d4d268a7f80a71ae80e902.tar.gz
emacs-3c7d999a7d9397a7a4d4d268a7f80a71ae80e902.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog17
1 files changed, 16 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 99be23b4df8..2777a1b9218 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,18 @@
12004-10-07 Kim F. Storm <storm@cua.dk>
2
3 * xdisp.c (redisplay_window): Fix flicker on vertical line between
4 windows. Update vertical line after drawing window fringes, but
5 only if actually drawing any bitmaps--or there is no fringe.
6
7 * xterm.c (x_update_window_end): Likewise.
8 * macterm.c (x_update_window_end): Likewise.
9 * w32term.c (x_update_window_end): Likewise.
10
11 * fringe.c (draw_window_fringes): Return value now indicates if
12 any fringe bitmaps were redrawn (or there are no fringes).
13
14 * dispextern.h (draw_window_fringes): Update prototype.
15
12004-10-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 162004-10-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 17
3 * macfns.c (mac_get_window_bounds): Add extern. 18 * macfns.c (mac_get_window_bounds): Add extern.
@@ -5,7 +20,7 @@
5 20
6 * macmenu.c (update_submenu_strings): Apply 2004-09-07 change for 21 * macmenu.c (update_submenu_strings): Apply 2004-09-07 change for
7 xmenu.c (YAILOM). 22 xmenu.c (YAILOM).
8 23
9 * macterm.c [!MAC_OSX]: Include Windows.h. 24 * macterm.c [!MAC_OSX]: Include Windows.h.
10 (front_emacs_window): Rename from mac_front_window. All uses 25 (front_emacs_window): Rename from mac_front_window. All uses
11 changed. Return the frontmost non-tooltip emacs window. 26 changed. Return the frontmost non-tooltip emacs window.