aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d2c53d913f3..ae4aa212bda 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -26,6 +26,10 @@
26 * xdisp.c (try_scrolling): Make sure `scroll-conservatively' is 26 * xdisp.c (try_scrolling): Make sure `scroll-conservatively' is
27 not too large before computing how much to scroll. 27 not too large before computing how much to scroll.
28 28
292004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
30
31 * dired.c (Ffile_attributes): Don't pass extra nil arg to file-handler.
32
292004-04-14 Luc Teirlinck <teirllm@auburn.edu> 332004-04-14 Luc Teirlinck <teirllm@auburn.edu>
30 34
31 * fileio.c (Fverify_visited_file_modtime, Fvisited_file_modtime): 35 * fileio.c (Fverify_visited_file_modtime, Fvisited_file_modtime):
@@ -58,6 +62,11 @@
58 centering_position = 0. 62 centering_position = 0.
59 Clear desired matrix before retrying with centering_position = 0. 63 Clear desired matrix before retrying with centering_position = 0.
60 64
652004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
66
67 * syntax.c (scan_lists): Simplify backward string scan.
68 Fix off-by-one boundary check for string and comment fences.
69
612004-04-13 Joe Buehler <jbuehler@hekimian.com> 702004-04-13 Joe Buehler <jbuehler@hekimian.com>
62 71
63 * sheap.c, unexcw.c: New files. 72 * sheap.c, unexcw.c: New files.