aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 16f14167313..e484ffed576 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12000-12-04 Gerd Moellmann <gerd@gnu.org> 12000-12-04 Gerd Moellmann <gerd@gnu.org>
2 2
3 * keyboard.c (Fread_key_sequence): Don't start the busy cursor
4 timer after having read a key. It's not good for code reading
5 several keys in a loop, like an input method.
6
3 * fileio.c (Finsert_file_contents): When VISIT is t, don't 7 * fileio.c (Finsert_file_contents): When VISIT is t, don't
4 record undo information for format-decode. 8 record undo information for format-decode.
5 9