aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
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 @@
12006-03-22 Kim F. Storm <storm@cua.dk> 12006-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