diff options
| author | Dmitry Antipov | 2013-10-10 14:06:17 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-10-10 14:06:17 +0400 |
| commit | 6bbe6da82dd61d050a773602f272dc4750291302 (patch) | |
| tree | 533463c1ba5b80dbf2acac602f8c7a13fe18d666 /src/ChangeLog | |
| parent | 6c8413fce16569e3883b48e64cd5da2a37a209d6 (diff) | |
| download | emacs-6bbe6da82dd61d050a773602f272dc4750291302.tar.gz emacs-6bbe6da82dd61d050a773602f272dc4750291302.zip | |
* keyboard.c (last_event_timestamp): Remove. For X selection and
GTK popup menus, it may be obtained from per-frame X display info.
(kbd_buffer_store_event_hold, kbd_buffer_get_event)
(process_special_events): Adjust users.
* keyboard.h (last_event_timestamp): Remove declaration.
* xmenu.c (xmenu_show, create_and_show_popup_menu): Lost last arg.
Use FRAME_DISPLAY_INFO (f)->last_user_time for gtk_menu_popup.
* menu.h (xmenu_show): Adjust prototype.
* menu.c (Fx_popup_menu): Adjust user.
* xselect.c (x_own_selection, x_get_foreign_selection)
(Fx_disown_selection_internal): Use dpyinfo->last_user_time.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d5862485a76..bdf3a9fb09f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,19 @@ | |||
| 1 | 2013-10-10 Dmitry Antipov <dmantipov@yandex.ru> | 1 | 2013-10-10 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 2 | ||
| 3 | * keyboard.c (last_event_timestamp): Remove. For X selection and | ||
| 4 | GTK popup menus, it may be obtained from per-frame X display info. | ||
| 5 | (kbd_buffer_store_event_hold, kbd_buffer_get_event) | ||
| 6 | (process_special_events): Adjust users. | ||
| 7 | * keyboard.h (last_event_timestamp): Remove declaration. | ||
| 8 | * xmenu.c (xmenu_show, create_and_show_popup_menu): Lost last arg. | ||
| 9 | Use FRAME_DISPLAY_INFO (f)->last_user_time for gtk_menu_popup. | ||
| 10 | * menu.h (xmenu_show): Adjust prototype. | ||
| 11 | * menu.c (Fx_popup_menu): Adjust user. | ||
| 12 | * xselect.c (x_own_selection, x_get_foreign_selection) | ||
| 13 | (Fx_disown_selection_internal): Use dpyinfo->last_user_time. | ||
| 14 | |||
| 15 | 2013-10-10 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 16 | |||
| 3 | * keyboard.c (init_kboard): Now static. Add arg | 17 | * keyboard.c (init_kboard): Now static. Add arg |
| 4 | to denote window system. Adjust comment. | 18 | to denote window system. Adjust comment. |
| 5 | (init_keyboard): Adjust user. | 19 | (init_keyboard): Adjust user. |