]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Wed, 22 Mar 2006 22:30:32 +0000 (22:30 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 22 Mar 2006 22:30:32 +0000 (22:30 +0000)
src/ChangeLog

index 867306579ab466935e2ecd383ff7c4d10b5ee0e7..bfa3a0293b829cd4dad92f8b83c1d2e3cc8aa515 100644 (file)
@@ -1,3 +1,10 @@
+2006-03-22  Kim F. Storm  <storm@cua.dk>
+
+       * process.c (Faccept_process_output): Fix to comply with lisp reference.
+       Change arg "timeout" to "seconds" and allow both integer and float value.
+       Change arg "timeout-msec" to "millisec" and interpret" as milliseconds
+       rather than microseconds.  Fix doc string accordingly.
+
 2006-03-21  Ken Raeburn  <raeburn@raeburn.org>
 
        * xdisp.c (store_next_glyph): Renamed from append_glyph.