diff options
| author | Kim F. Storm | 2006-03-22 22:30:32 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-03-22 22:30:32 +0000 |
| commit | 5a32a2f2ff6cffe93b9722971a71ec711082d696 (patch) | |
| tree | df540bf38f756db3de9343d4e09fedd89a5abb79 | |
| parent | 159a31cfbc3142fd5a49422e2865558f763b4ec4 (diff) | |
| download | emacs-5a32a2f2ff6cffe93b9722971a71ec711082d696.tar.gz emacs-5a32a2f2ff6cffe93b9722971a71ec711082d696.zip | |
*** empty log message ***
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 867306579ab..bfa3a0293b8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2006-03-22 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * process.c (Faccept_process_output): Fix to comply with lisp reference. | ||
| 4 | Change arg "timeout" to "seconds" and allow both integer and float value. | ||
| 5 | Change arg "timeout-msec" to "millisec" and interpret" as milliseconds | ||
| 6 | rather than microseconds. Fix doc string accordingly. | ||
| 7 | |||
| 1 | 2006-03-21 Ken Raeburn <raeburn@raeburn.org> | 8 | 2006-03-21 Ken Raeburn <raeburn@raeburn.org> |
| 2 | 9 | ||
| 3 | * xdisp.c (store_next_glyph): Renamed from append_glyph. | 10 | * xdisp.c (store_next_glyph): Renamed from append_glyph. |