From: Kim F. Storm Date: Wed, 22 Mar 2006 22:30:32 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~3465 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5a32a2f2ff6cffe93b9722971a71ec711082d696;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 867306579ab..bfa3a0293b8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2006-03-22 Kim F. Storm + + * 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 * xdisp.c (store_next_glyph): Renamed from append_glyph.