Mercurial > emacs
comparison src/ChangeLog @ 73318:e876a1f62fec
* dispnew.c (sit_for): Sit forever if TIMEOUT is t.
* keyboard.c (command_loop_1): Handle non-number values of
`minibuffer-message-timeout'.
(Fexecute_extended_command): Fix typo.
* minibuf.c (temp_echo_area_glyphs): Sit for
`minibuffer-message-timeout' seconds.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 10 Oct 2006 01:20:20 +0000 |
parents | 3dc812144482 |
children | 332f0639af48 |
comparison
equal
deleted
inserted
replaced
73317:a8f3a59e04e0 | 73318:e876a1f62fec |
---|---|
1 2006-10-09 Chong Yidong <cyd@stupidchicken.com> | 1 2006-10-09 Chong Yidong <cyd@stupidchicken.com> |
2 | |
3 * dispnew.c (sit_for): Sit forever if TIMEOUT is t. | |
4 | |
5 * keyboard.c (command_loop_1): Handle non-number values of | |
6 `minibuffer-message-timeout'. | |
7 (Fexecute_extended_command): Fix typo. | |
2 | 8 |
3 * minibuf.c (temp_echo_area_glyphs): Sit for | 9 * minibuf.c (temp_echo_area_glyphs): Sit for |
4 `minibuffer-message-timeout' seconds. | 10 `minibuffer-message-timeout' seconds. |
5 | 11 |
6 2006-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 12 2006-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |