diff 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
line wrap: on
line diff
--- a/src/ChangeLog	Mon Jul 10 17:12:09 2006 +0000
+++ b/src/ChangeLog	Mon Jul 10 18:51:31 2006 +0000
@@ -1,3 +1,15 @@
+2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
+
+	* 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.
+
 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* syntax.c (Fforward_comment): Revert the reversion.