aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAdrian Robert2009-02-07 11:04:22 +0000
committerAdrian Robert2009-02-07 11:04:22 +0000
commit3175b12ae7dc142799e993a3bc5e076d47e20bd4 (patch)
tree2a0cd5461010b7f3fdd1da04e63f4abad2d6d448 /src/ChangeLog
parent8434d0b8c0fe9870c4cf97079c69e29995e8f1e7 (diff)
downloademacs-3175b12ae7dc142799e993a3bc5e076d47e20bd4.tar.gz
emacs-3175b12ae7dc142799e993a3bc5e076d47e20bd4.zip
* nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
when modal window is active. (Bug #2152) (applicationShouldTerminate:): Remove now-unneeded while loop around NSRunAlertPanel. * nsmenu.m (popupSession): New file-global variable. (pop_down_menu): End the popupSession before closing dialog. (ns_popup_dialog): BLOCK_INPUT around dialog presentation. (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous), don't query NSApp for events (just sleep instead).
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 67ef7ad46a5..280af6c8b42 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,16 @@
12009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
2
3 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
4 when modal window is active. (Bug #2152)
5 (applicationShouldTerminate:): Remove now-unneeded while loop
6 around NSRunAlertPanel.
7
8 * nsmenu.m (popupSession): New file-global variable.
9 (pop_down_menu): End the popupSession before closing dialog.
10 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
11 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
12 don't query NSApp for events (just sleep instead).
13
12009-02-07 Eli Zaretskii <eliz@gnu.org> 142009-02-07 Eli Zaretskii <eliz@gnu.org>
2 15
3 * coding.c (syms_of_coding) <translation-table-for-input>: Modify 16 * coding.c (syms_of_coding) <translation-table-for-input>: Modify