aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-12-04 14:48:32 +0000
committerGerd Moellmann2000-12-04 14:48:32 +0000
commitae18aa3b610f1de4fe2b81595090deedefe6f836 (patch)
tree4fdaf5441ef25dd644386c73ffacd989cf6a10b7 /src/ChangeLog
parentc3d83ef1d56ca65e6cd51920b1864cc0f48f5e8b (diff)
downloademacs-ae18aa3b610f1de4fe2b81595090deedefe6f836.tar.gz
emacs-ae18aa3b610f1de4fe2b81595090deedefe6f836.zip
(Fread_key_sequence): Don't start the busy cursor
timer after having read a key. It's not good for code reading several keys in a loop, like an input method.
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