aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAdrian Robert2009-02-04 11:31:28 +0000
committerAdrian Robert2009-02-04 11:31:28 +0000
commitc96169a0b1f1725f42ad0e2958599d2fd2929ec6 (patch)
tree47c4b32fba34862b221c3cc89822d44a1bfde07e /src/ChangeLog
parent22b5692c3d5921910c1d9b3bf4b5fffb155694e7 (diff)
downloademacs-c96169a0b1f1725f42ad0e2958599d2fd2929ec6.tar.gz
emacs-c96169a0b1f1725f42ad0e2958599d2fd2929ec6.zip
* nsmenu.m (pop_down_menu): New function.
(ns_popup_dialog): Call it on unwind. (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and call timer_check() (Bug#2154). (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if handling_signal is set. (EmacsMenu-fillWithWidgetValue:): Set submenu title. * s/darwin.h: Same and NO_SOCK_SIGIO as well. * nsterm.m (ns_read_socket): Same and don't set handling_signal. * keyboard.c (poll_for_input_1, handle_async_input): Set handling_signal under HAVE_NS.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b55b8db9917..7952b434b4f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,22 @@
12009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
2
3 * nsmenu.m (pop_down_menu): New function.
4 (ns_popup_dialog): Call it on unwind.
5 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
6 call timer_check() (Bug#2154).
7 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
8 handling_signal is set.
9 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
10
11 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G
12
13 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
14
15 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
16
17 * keyboard.c (poll_for_input_1, handle_async_input): Set
18 handling_signal under HAVE_NS.
19
12009-02-04 Glenn Morris <rgm@gnu.org> 202009-02-04 Glenn Morris <rgm@gnu.org>
2 21
3 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions). 22 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).