]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Tue, 17 Aug 2004 22:34:56 +0000 (22:34 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 17 Aug 2004 22:34:56 +0000 (22:34 +0000)
lispref/ChangeLog
src/ChangeLog

index ed0c2e9d42185fc373fa46b8874cc9580d826baf..3a701aaeb63a8907527ee9ba442823f270b3ae42 100644 (file)
@@ -1,3 +1,8 @@
+2004-08-18  Kim F. Storm  <storm@cua.dk>
+
+       * processes.texi (Accepting Output): Add `just-this-one' arg to
+       `accept-process-output'.
+
 2004-08-10  Luc Teirlinck  <teirllm@auburn.edu>
 
        * keymaps.texi: Various changes in addition to:
index ba43b4754bafda3de424649bcfcdabce73f79280..fa80a4f860ab35de2f24c849c6b49f80363a5362 100644 (file)
@@ -1,3 +1,8 @@
+2004-08-17  Kim F. Storm  <storm@cua.dk>
+
+       * process.c (process_send_signal): Fix last change--use
+       _POSIX_VDISABLE instead of CVDISABLE when available.
+
 2004-08-16  Richard M. Stallman  <rms@gnu.org>
 
        * sysdep.c (child_setup_tty) [SIGNALS_VIA_CHARACTERS]:
        [AIX]: Don't do that here.  And don't force VINTR to standard
        when SIGNALS_VIA_CHARACTERS.
 
-       * process.c (process_send_signal) 
+       * 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): 
+       * intervals.c (move_if_not_intangible):
        Force POSITION to be between BEGV and ZV.
 
 2004-08-14  John Paul Wallington  <jpw@gnu.org>