emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/src ChangeLog


From: Adrian Robert
Subject: [Emacs-diffs] emacs/src ChangeLog
Date: Sat, 07 Feb 2009 11:04:23 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Adrian Robert <arobert> 09/02/07 11:04:23

Modified files:
        src            : ChangeLog 

Log message:
                * 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).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/ChangeLog?cvsroot=emacs&r1=1.7343&r2=1.7344

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/src/ChangeLog,v
retrieving revision 1.7343
retrieving revision 1.7344
diff -u -b -r1.7343 -r1.7344
--- ChangeLog   7 Feb 2009 10:50:44 -0000       1.7343
+++ ChangeLog   7 Feb 2009 11:04:22 -0000       1.7344
@@ -1,3 +1,16 @@
+2009-02-07  Adrian Robert  <address@hidden>
+
+       * 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).
+
 2009-02-07  Eli Zaretskii  <address@hidden>
 
        * coding.c (syms_of_coding) <translation-table-for-input>: Modify




reply via email to

[Prev in Thread] Current Thread [Next in Thread]