diff options
| author | Juanma Barranquero | 2010-07-17 13:38:31 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-07-17 13:38:31 +0200 |
| commit | f6003da52e7aeee4d1e3a4e2a44da1baf8479c29 (patch) | |
| tree | cb1909dbc45f301a368fbc7e855dc70303335cc3 /src | |
| parent | 5732e8edb91720907937fa140c656199440cade0 (diff) | |
| download | emacs-f6003da52e7aeee4d1e3a4e2a44da1baf8479c29.tar.gz emacs-f6003da52e7aeee4d1e3a4e2a44da1baf8479c29.zip | |
src/ChangeLog: Fix typos and dates.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 10 |
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 @@ | |||
| 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 | ||
| @@ -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 | ||
| 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) |
| @@ -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 |