# HG changeset patch # User Kim F. Storm # Date 1143066632 0 # Node ID e432caf2ad0f4182f7a7e2ff1ffe92698eae3b79 # Parent 3441de514d627afe7a8b0448a0eab1856bc6c3c1 *** empty log message *** diff -r 3441de514d62 -r e432caf2ad0f src/ChangeLog --- a/src/ChangeLog Wed Mar 22 16:10:01 2006 +0000 +++ b/src/ChangeLog Wed Mar 22 22:30:32 2006 +0000 @@ -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.