diff options
| author | Kim F. Storm | 2006-03-22 22:46:57 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-03-22 22:46:57 +0000 |
| commit | ea049c5e0a79e9a475e9ba0ab32571ea2184ec32 (patch) | |
| tree | 745b91069b14d66a297552363231aa97887fb620 /src/ChangeLog | |
| parent | 5088da42b6a59e95c53ec4a70810b97cce0adf5d (diff) | |
| download | emacs-ea049c5e0a79e9a475e9ba0ab32571ea2184ec32.tar.gz emacs-ea049c5e0a79e9a475e9ba0ab32571ea2184ec32.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bfa3a0293b8..2bb8e9120c3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2006-03-22 Kim F. Storm <storm@cua.dk> | 1 | 2006-03-22 Kim F. Storm <storm@cua.dk> |
| 2 | 2 | ||
| 3 | * xdisp.c: Undo 2006-03-21 change. | ||
| 4 | |||
| 5 | * term.c: Define aliases for append_glyph and produce_stretch_glyph | ||
| 6 | when `static' is defined to avoid name clash with those in xdisp.c. | ||
| 7 | |||
| 3 | * process.c (Faccept_process_output): Fix to comply with lisp reference. | 8 | * process.c (Faccept_process_output): Fix to comply with lisp reference. |
| 4 | Change arg "timeout" to "seconds" and allow both integer and float value. | 9 | Change arg "timeout" to "seconds" and allow both integer and float value. |
| 5 | Change arg "timeout-msec" to "millisec" and interpret" as milliseconds | 10 | Change arg "timeout-msec" to "millisec" and interpret" as milliseconds |