diff options
| author | Chong Yidong | 2006-07-10 18:51:31 +0000 |
|---|---|---|
| committer | Chong Yidong | 2006-07-10 18:51:31 +0000 |
| commit | 7ba07a1a03765521da615a59ce7ee2c596f8341d (patch) | |
| tree | 16249c92bdcf0244e59e778644737131d3cbba9e /src/ChangeLog | |
| parent | 2946191dee63d8cbc6c025bb0c658c77241df76a (diff) | |
| download | emacs-7ba07a1a03765521da615a59ce7ee2c596f8341d.tar.gz emacs-7ba07a1a03765521da615a59ce7ee2c596f8341d.zip | |
* puresize.h (BASE_PURESIZE): Increment to 1211000.
* dispnew.c (Fredisplay): New function, equivalent to (sit-for 0).
(Fsit_for): Function deleted.
* keyboard.c (command_loop_1, Fexecute_extended_command): Call
sit_for instead of Fsit_for.
* minibuf.c (temp_echo_area_glyphs): Likewise.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 79e32451f9d..cefc2f4048d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2006-07-10 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * puresize.h (BASE_PURESIZE): Increment to 1211000. | ||
| 4 | |||
| 5 | * dispnew.c (Fredisplay): New function, equivalent to (sit-for 0). | ||
| 6 | (Fsit_for): Function deleted. | ||
| 7 | |||
| 8 | * keyboard.c (command_loop_1, Fexecute_extended_command): Call | ||
| 9 | sit_for instead of Fsit_for. | ||
| 10 | |||
| 11 | * minibuf.c (temp_echo_area_glyphs): Likewise. | ||
| 12 | |||
| 1 | 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca> | 13 | 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 14 | ||
| 3 | * syntax.c (Fforward_comment): Revert the reversion. | 15 | * syntax.c (Fforward_comment): Revert the reversion. |