comparison src/ChangeLog @ 71761:1055c0769159

* 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.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 10 Jul 2006 18:51:31 +0000
parents df55df8eb062
children 31adfc0704b6
comparison
equal deleted inserted replaced
71760:68765d892dce 71761:1055c0769159
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.
4 (back_comment, scan_lists): Also use EMACS_INT for buffer positions. 16 (back_comment, scan_lists): Also use EMACS_INT for buffer positions.
5 17