aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2014-06-04 18:59:09 +0400
committerDmitry Antipov2014-06-04 18:59:09 +0400
commit680a6ad9327fc056854cac0a3e7679a32cb63a93 (patch)
treee0bf50ef593d2b32ff034b0eb700f7a664f8d4ee /src/ChangeLog
parent350aea695f9ad367e066bf073da2a0bb1d9a56bd (diff)
downloademacs-680a6ad9327fc056854cac0a3e7679a32cb63a93.tar.gz
emacs-680a6ad9327fc056854cac0a3e7679a32cb63a93.zip
Use terminal-specific hooks to display popup dialogs.
* termhooks.h (struct terminal): New field popup_dialog_hook. * menu.c (emulate_dialog_with_menu): New function, refactored from ... (Fx_popup_dialog): ... adjusted user. Also remove old #if 0 code and use popup_dialog_hook. * nsmenu.m (ns_popup_dialog): Make hook-compatible. * nsterm.h (ns_popup_dialog): Adjust prototype. * nsterm.m (ns_create_terminal): * w32term.c (w32_create_terminal): * xterm.c (x_create_terminal) [USE_X_TOOLKIT || USE_GTK]: Setup popup_dialog_hook.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 424a828e1fa..8cbd4c54e33 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,17 @@
12014-06-04 Dmitry Antipov <dmantipov@yandex.ru>
2
3 Use terminal-specific hooks to display popup dialogs.
4 * termhooks.h (struct terminal): New field popup_dialog_hook.
5 * menu.c (emulate_dialog_with_menu): New function, refactored from ...
6 (Fx_popup_dialog): ... adjusted user. Also remove old #if 0
7 code and use popup_dialog_hook.
8 * nsmenu.m (ns_popup_dialog): Make hook-compatible.
9 * nsterm.h (ns_popup_dialog): Adjust prototype.
10 * nsterm.m (ns_create_terminal):
11 * w32term.c (w32_create_terminal):
12 * xterm.c (x_create_terminal) [USE_X_TOOLKIT || USE_GTK]: Setup
13 popup_dialog_hook.
14
12014-06-04 Eli Zaretskii <eliz@gnu.org> 152014-06-04 Eli Zaretskii <eliz@gnu.org>
2 16
3 * w32heap.c (report_temacs_memory_usage): Improve the report by 17 * w32heap.c (report_temacs_memory_usage): Improve the report by