]> git.eshelyaron.com Git - emacs.git/commitdiff
formatting in ChangeLog, wording change to comment in nsterm.m
authorAdrian Robert <Adrian.B.Robert@gmail.com>
Mon, 2 Feb 2009 12:33:07 +0000 (12:33 +0000)
committerAdrian Robert <Adrian.B.Robert@gmail.com>
Mon, 2 Feb 2009 12:33:07 +0000 (12:33 +0000)
src/ChangeLog
src/nsterm.m

index 5ff301544bd3f3b2fc0d4ff6d9909a30ea7f9626..36fe949e6331ad000c8850244c72fbf6c3515889 100644 (file)
@@ -2,8 +2,10 @@
 
        * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
        XT,w32read_socket changes to ns_read_socket.
+
        * keyboard.c (handle_interrupt): Don't call
        quit_throw_to_read_char() under NS.
+
        * blockinput.h: Remove NS-specific code.
 
 2009-01-30  Dan Nicolaescu  <dann@ics.uci.edu>
index b9902fbe774dce0d8a36ef290efc5d615590f7a4..411ce5b5c43708415adfe141edf65e8a7e755123 100644 (file)
@@ -3151,8 +3151,8 @@ ns_read_socket (struct terminal *terminal, int expected,
 
 #ifdef COCOA_EXPERIMENTAL_CTRL_G
   /* causes Feval to abort; should probably set this in calling code when
-     it IS actually called from signal handler (which is only the case
-     under NS if SYNC_INPUT is off) */
+     it IS actually called from signal handler, in which case we need to
+     defer ns_update_menubar() calls */
   ++handling_signal;
 #endif