Mercurial > emacs
comparison src/ChangeLog @ 109451:d40dce517523
src/ChangeLog: Fix typos and dates.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sat, 17 Jul 2010 13:38:31 +0200 |
parents | 051595eb9b58 |
children | a93344738bc8 |
comparison
equal
deleted
inserted
replaced
109450:7648120ec325 | 109451:d40dce517523 |
---|---|
1 2010-07-14 Jan Djärv <jan.h.d@swipnet.se> | 1 2010-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 |
5 * xterm.c (handle_one_xevent): Pass event to x_menubar_window_to_frame. | 5 * xterm.c (handle_one_xevent): Pass event to x_menubar_window_to_frame. |
6 | 6 |
13 | 13 |
14 * gtkutil.h (xg_event_is_for_menubar): Declare. | 14 * gtkutil.h (xg_event_is_for_menubar): Declare. |
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 |
18 2010-07-14 Eli Zaretskii <eliz@gnu.org> | 18 2010-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) |
22 | 22 |
23 2010-07-16 Jan Djärv <jan.h.d@swipnet.se> | 23 2010-07-16 Jan Djärv <jan.h.d@swipnet.se> |
53 | 53 |
54 * xdisp.c (pending_menu_activation): Remove extern declaration. | 54 * xdisp.c (pending_menu_activation): Remove extern declaration. |
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 |
63 2010-07-14 Kenichi Handa <handa@m17n.org> | 63 2010-07-14 Kenichi Handa <handa@m17n.org> |
64 | 64 |
1162 specially. | 1162 specially. |
1163 * w32term.c (w32_draw_fringe_bitmap): Likewise. | 1163 * w32term.c (w32_draw_fringe_bitmap): Likewise. |
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 |
1171 in one row. Don't set redraw_fringe_bitmaps_p outside row comparison. | 1171 in one row. Don't set redraw_fringe_bitmaps_p outside row comparison. |
1172 Set left_fringe_offset and right_fringe_offset (Bug#5634, Bug#6325). | 1172 Set left_fringe_offset and right_fringe_offset (Bug#5634, Bug#6325). |