aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
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 @@
12006-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
12006-07-09 Stefan Monnier <monnier@iro.umontreal.ca> 132006-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.