changeset 101751:716aa53f3609

formatting in ChangeLog, wording change to comment in nsterm.m
author Adrian Robert <Adrian.B.Robert@gmail.com>
date Mon, 02 Feb 2009 12:33:07 +0000
parents b4d8992eb9b7
children 1d5d501c3c03
files src/ChangeLog src/nsterm.m
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Mon Feb 02 08:04:10 2009 +0000
+++ b/src/ChangeLog	Mon Feb 02 12:33:07 2009 +0000
@@ -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>
--- a/src/nsterm.m	Mon Feb 02 08:04:10 2009 +0000
+++ b/src/nsterm.m	Mon Feb 02 12:33:07 2009 +0000
@@ -3151,8 +3151,8 @@
 
 #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