Mercurial > emacs
changeset 69633:e432caf2ad0f
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Wed, 22 Mar 2006 22:30:32 +0000 |
parents | 3441de514d62 |
children | 5633a1931272 |
files | src/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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.