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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Sat, 11 Dec 2004 17:10:19 -0500

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.4090 emacs/src/ChangeLog:1.4091
*** emacs/src/ChangeLog:1.4090  Sat Dec 11 21:12:44 2004
--- emacs/src/ChangeLog Sat Dec 11 21:59:43 2004
***************
*** 1,3 ****
--- 1,13 ----
+ 2004-12-11  Stefan Monnier  <address@hidden>
+ 
+       * syntax.c (Fforward_word): Avoid non-idempotent side-effects
+       in macro arguments.
+ 
+       * minibuf.c (Ftry_completion, Fall_completions): Don't use
+       XFASTINT blindly.
+ 
+       * emacs.c (main, Fdump_emacs): Don't touch malloc hooks if SYNC_INPUT.
+ 
  2004-12-11  Jan Dj,Ad(Brv  <address@hidden>
  
        * w32term.c (x_calc_absolute_position): Remove calculation of
***************
*** 28,35 ****
        * emacs.c (Fdump_emacs): Add ! defined (SYSTEM_MALLOC) around
        reset_malloc_hooks.
  
!       * keyboard.c (handle_async_input, input_available_signal): Add
!       ! defined (SYSTEM_MALLOC) around thread code.
  
        * alloc.c: Add comment about the reason for (UN)BLOCK_INPUT_ALLOC.
  
--- 38,45 ----
        * emacs.c (Fdump_emacs): Add ! defined (SYSTEM_MALLOC) around
        reset_malloc_hooks.
  
!       * keyboard.c (handle_async_input, input_available_signal):
!       Add ! defined (SYSTEM_MALLOC) around thread code.
  
        * alloc.c: Add comment about the reason for (UN)BLOCK_INPUT_ALLOC.
  
***************
*** 67,78 ****
        * emacs.c (Fdump_emacs): Call reset_malloc_hooks.
  
        * keyboard.c: Conditionally include pthread.h
!       (handle_async_inpu, input_available_signalt): If not in the main
        thread, block signal, send signal to main thread and return.
  
        * gtkutil.c (xg_get_file_with_chooser): Handle local files only.
!       Set current folder in file chooser if default_filename is a
!       directory.
  
  2004-12-05  Stefan Monnier  <address@hidden>
  
--- 77,87 ----
        * emacs.c (Fdump_emacs): Call reset_malloc_hooks.
  
        * keyboard.c: Conditionally include pthread.h
!       (handle_async_input, input_available_signalt): If not in the main
        thread, block signal, send signal to main thread and return.
  
        * gtkutil.c (xg_get_file_with_chooser): Handle local files only.
!       Set current folder in file chooser if default_filename is a directory.
  
  2004-12-05  Stefan Monnier  <address@hidden>
  




reply via email to

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