diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 48f82e9ef42..bf46f8e7f1e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2014-06-04 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | Use terminal-specific hooks to display menus. | ||
| 4 | * termhooks.h (struct terminal): New field menu_show_hook. | ||
| 5 | * menu.h (<anonymous enum>): Bit flags for menu hooks. | ||
| 6 | (x_menu_show, w32_menu_show, ns_menu_show, tty_menu_show): | ||
| 7 | Adjust prototypes. | ||
| 8 | * menu.c (Fx_popup_menu): Use bit flags and menu_show_hook. | ||
| 9 | * nsmenu.m (ns_menu_show): | ||
| 10 | * w32menu.c (w32_menu_show): | ||
| 11 | * xmenu.c (x_menu_show): | ||
| 12 | * term.c (tty_menu_show): Adjust to use bit flags. | ||
| 13 | (set_tty_hooks): Set menu_show_hook. | ||
| 14 | * xterm.c (x_create_terminal): | ||
| 15 | * nsterm.m (ns_create_terminal): | ||
| 16 | * msdos.c (initialize_msdos_display): | ||
| 17 | * w32term.c (w32_create_terminal): Likewise. | ||
| 18 | |||
| 1 | 2014-06-03 Juanma Barranquero <lekktu@gmail.com> | 19 | 2014-06-03 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 20 | ||
| 3 | * w32heap.c (DUMPED_HEAP_SIZE) [!_WIN64]: Reduce to 11 MB. | 21 | * w32heap.c (DUMPED_HEAP_SIZE) [!_WIN64]: Reduce to 11 MB. |