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: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Fri, 03 Jun 2005 19:01:47 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.4422 emacs/src/ChangeLog:1.4423
*** emacs/src/ChangeLog:1.4422  Fri Jun  3 10:40:12 2005
--- emacs/src/ChangeLog Fri Jun  3 23:01:46 2005
***************
*** 1,3 ****
--- 1,19 ----
+ 2005-06-04  Kim F. Storm  <address@hidden>
+ 
+       * coding.c (decode_coding_string): Handle CODING_FINISH_INTERRUPT.
+ 
+       * callproc.c (Fcall_process): Don't use alloca to gradually
+       increase size of buf, as it effectively uses twice the necessary
+       space on the stack.  Instead, pre-allocate buf of full size, and
+       gradually increase the read size.
+ 
+       * bytecode.c (BYTE_CODE_QUIT): Check Vthrow_on_input.
+ 
+       * eval.c (unbind_to): Preserve value of Vquit_flag.
+ 
+       * xterm.c (handle_one_xevent): Also ignore mouse motion just
+       before a button release event.
+ 
  2005-06-03  Juanma Barranquero  <address@hidden>
  
        * xfaces.c (Finternal_lisp_face_equal_p): Really report




reply via email to

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