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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog [lexbind]
Date: Sat, 04 Sep 2004 05:41:52 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.2701.2.52 emacs/src/ChangeLog:1.2701.2.53
*** emacs/src/ChangeLog:1.2701.2.52     Sat Sep  4 09:22:57 2004
--- emacs/src/ChangeLog Sat Sep  4 09:24:36 2004
***************
*** 1,3 ****
--- 1,32 ----
+ 2004-08-18  Kim F. Storm  <address@hidden>
+ 
+       * process.c (Faccept_process_output): Add arg JUST-THIS-ONE;
+       forward to wait_reading_process_input via DO_DISPLAY arg.
+       (wait_reading_process_input): If DO_DISPLAY < 0 for a process
+       object, only process output from that process; also inhibit
+       running timers if DO_DISPLAY==-2.
+ 
+ 2004-08-17  Kim F. Storm  <address@hidden>
+ 
+       * process.c (process_send_signal): Fix last change--use
+       _POSIX_VDISABLE instead of CVDISABLE when available.
+ 
+ 2004-08-16  Richard M. Stallman  <address@hidden>
+ 
+       * sysdep.c (child_setup_tty) [SIGNALS_VIA_CHARACTERS]:
+       Set VQUIT and VINTR chars to the standard ones if they are unset.
+       [AIX]: Don't do that here.  And don't force VINTR to standard
+       when SIGNALS_VIA_CHARACTERS.
+ 
+       * process.c (process_send_signal)
+       [SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]: Clean up.
+       Do nothing if the character is CVDISABLE.
+ 
+       * xfaces.c (merge_face_ref): Specifying `unspecified' is a no-op.
+ 
+       * intervals.c (move_if_not_intangible):
+       Force POSITION to be between BEGV and ZV.
+ 
  2004-08-14  John Paul Wallington  <address@hidden>
  
        * buffer.c (Frestore_buffer_modified_p): Doc fix.
***************
*** 74,79 ****
--- 103,112 ----
  
        * callint.c (Fcall_interactively): Doc fix.
  
+ 2004-07-30  Richard M. Stallman  <address@hidden>
+ 
+       * abbrev.c (Fexpand_abbrev): Undo previous change.
+ 
  2004-07-30  Kim F. Storm  <address@hidden>
  
        * editfns.c (Fformat): Allocate extra (dummy) element in info.




reply via email to

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