diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
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 @@ | |||
| 1 | 2009-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 | |||
| 1 | 2009-02-07 Eli Zaretskii <eliz@gnu.org> | 14 | 2009-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 |