diff options
| author | Dmitry Antipov | 2014-07-15 13:59:05 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2014-07-15 13:59:05 +0400 |
| commit | 60c6e448ebdde76452283c60c2fb0f8b7cfccbe8 (patch) | |
| tree | b8ab0b81dd3345bb25e64efbbfd727c7b518459b /src/ChangeLog | |
| parent | fb32e9f8f3962c63a5edb0a36283ae543601b115 (diff) | |
| download | emacs-60c6e448ebdde76452283c60c2fb0f8b7cfccbe8.tar.gz emacs-60c6e448ebdde76452283c60c2fb0f8b7cfccbe8.zip | |
* lwlib/lwlib.h (toplevel): Use unsigned int for LWLIB_ID.
* src/xmenu.c (toplevel): Use LWLIB_ID for next_menubar_widget_id.
(pop_down_menu) [USE_X_TOOLKIT]: Accept integer arg.
(create_and_show_popup_menu, create_and_show_dialog) [USE_X_TOOLKIT]:
Use record_unwind_protect_int and avoid consing.
(syms_of_xmenu) [USE_X_TOOLKIT]: Declare WIDGET_ID_TICK_START.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ee600602895..a640b970b67 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2014-07-15 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * xmenu.c (toplevel): Use LWLIB_ID for next_menubar_widget_id. | ||
| 4 | (pop_down_menu) [USE_X_TOOLKIT]: Accept integer arg. | ||
| 5 | (create_and_show_popup_menu, create_and_show_dialog) [USE_X_TOOLKIT]: | ||
| 6 | Use record_unwind_protect_int and avoid consing. | ||
| 7 | (syms_of_xmenu) [USE_X_TOOLKIT]: Declare WIDGET_ID_TICK_START. | ||
| 8 | |||
| 1 | 2014-07-14 Paul Eggert <eggert@cs.ucla.edu> | 9 | 2014-07-14 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 10 | ||
| 3 | Use binary-io module, O_BINARY, and "b" flag (Bug#18006). | 11 | Use binary-io module, O_BINARY, and "b" flag (Bug#18006). |