summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 948589bec5f..d9122e10ea3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
+2008-08-14 Lawrence Mitchell <wence@gmx.li>
+
+ * lread.c (Fread_char, Fread_char_exclusive): If no character
+ event is read before timeout is reached, return nil, rather than
+ converting to a number.
+
2008-08-14 Chong Yidong <cyd@stupidchicken.com>
* fns.c (use_dialog_box): Doc fix.