aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 02c2969242f..ce0956310ac 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,4 +1,4 @@
12010-07-14 Jan Djärv <jan.h.d@swipnet.se> 12010-07-16 Jan Djärv <jan.h.d@swipnet.se>
2 2
3 * xterm.h (x_menubar_window_to_frame): Second parameter is XEvent*. 3 * xterm.h (x_menubar_window_to_frame): Second parameter is XEvent*.
4 4
@@ -15,7 +15,7 @@
15 15
16 * gtkutil.c (xg_event_is_for_menubar): New function (Bug#6499). 16 * gtkutil.c (xg_event_is_for_menubar): New function (Bug#6499).
17 17
182010-07-14 Eli Zaretskii <eliz@gnu.org> 182010-07-16 Eli Zaretskii <eliz@gnu.org>
19 19
20 * w32fns.c (x_set_foreground_color): Fix setting the cursor color 20 * w32fns.c (x_set_foreground_color): Fix setting the cursor color
21 when it's the same as the old foreground. (Bug#6609) 21 when it's the same as the old foreground. (Bug#6609)
@@ -55,8 +55,8 @@
55 (prepare_menu_bars): Remove setting of pending_menu_activation. 55 (prepare_menu_bars): Remove setting of pending_menu_activation.
56 56
57 * xmenu.c (pending_menu_activation): Remove. 57 * xmenu.c (pending_menu_activation): Remove.
58 (x_activate_menubar): Set popup_activated_flag for Xt also. Remove 58 (x_activate_menubar): Set popup_activated_flag for Xt also.
59 setting of pending_menu_activation. 59 Remove setting of pending_menu_activation.
60 (set_frame_menubar): Remove check of pending_menu_activation. 60 (set_frame_menubar): Remove check of pending_menu_activation.
61 Declare menubar_size before code. Correct spelling in comment. 61 Declare menubar_size before code. Correct spelling in comment.
62 62
@@ -1164,7 +1164,7 @@
1164 * nsterm.m (ns_draw_fringe_bitmap): Likewise. 1164 * nsterm.m (ns_draw_fringe_bitmap): Likewise.
1165 1165
1166 * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here. 1166 * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here.
1167 Take account of bitmap offset. 1167 Take account of bitmap offset.
1168 (draw_window_fringes): Take account of window vscroll. 1168 (draw_window_fringes): Take account of window vscroll.
1169 (update_window_fringes): Likewise. Extend top-aligned top indicator 1169 (update_window_fringes): Likewise. Extend top-aligned top indicator
1170 or bottom-aligned bottom indicator to adjacent rows if it doesn't fit 1170 or bottom-aligned bottom indicator to adjacent rows if it doesn't fit