emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Tue, 10 Dec 2002 02:40:22 -0500

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.2987 emacs/src/ChangeLog:1.2988
*** emacs/src/ChangeLog:1.2987  Mon Dec  9 15:24:40 2002
--- emacs/src/ChangeLog Tue Dec 10 02:40:21 2002
***************
*** 1,3 ****
--- 1,7 ----
+ 2002-12-10  Juanma Barranquero  <address@hidden>
+ 
+       * editfns.c (Fformat): Use alloca, not _alloca.
+ 
  2002-12-09  Richard M. Stallman  <address@hidden>
  
        * buffer.c (Fget_buffer_create): Call Qucs_set_table_for_input
***************
*** 24,38 ****
  
        * eval.c (Feval) [HAVE_CARBON]: Calls mac_check_for_quit_char at
        each stack frame.  This may change as it could be time consuming.
!       
!       * macterm.c (mac_check_for_quit_char, quit_char_comp) 
!       (init_quit_char_handler, mac_determine_quit_char_modifiers) 
        (mac_initialize):  Added code to check for pressing of quit_char
        in the OS event queue
  
        * mac.c (sys_select): Call mac_check_for_quit_char every second
        while blocking on select.
!       
        * mac.c (sys_read): Use sys_select to test for input first
        before calling read to allow C-g to break
  
--- 28,42 ----
  
        * eval.c (Feval) [HAVE_CARBON]: Calls mac_check_for_quit_char at
        each stack frame.  This may change as it could be time consuming.
! 
!       * macterm.c (mac_check_for_quit_char, quit_char_comp)
!       (init_quit_char_handler, mac_determine_quit_char_modifiers)
        (mac_initialize):  Added code to check for pressing of quit_char
        in the OS event queue
  
        * mac.c (sys_select): Call mac_check_for_quit_char every second
        while blocking on select.
! 
        * mac.c (sys_read): Use sys_select to test for input first
        before calling read to allow C-g to break
  



reply via email to

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