aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d9f914218e1..8a69f99cc48 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * syntax.c (forw_comment): Also use EMACS_INT for buffer positions.
4
12006-07-11 Kim F. Storm <storm@cua.dk> 52006-07-11 Kim F. Storm <storm@cua.dk>
2 6
3 * dispnew.c (Fredisplay): Add FORCE argument to force redisplay when 7 * dispnew.c (Fredisplay): Add FORCE argument to force redisplay when
@@ -11,8 +15,8 @@
11 * dispnew.c (Fredisplay): New function, equivalent to (sit-for 0). 15 * dispnew.c (Fredisplay): New function, equivalent to (sit-for 0).
12 (Fsit_for): Function deleted. 16 (Fsit_for): Function deleted.
13 17
14 * keyboard.c (command_loop_1, Fexecute_extended_command): Call 18 * keyboard.c (command_loop_1, Fexecute_extended_command):
15 sit_for instead of Fsit_for. 19 Call sit_for instead of Fsit_for.
16 20
17 * minibuf.c (temp_echo_area_glyphs): Likewise. 21 * minibuf.c (temp_echo_area_glyphs): Likewise.
18 22