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 bc8436677bb..9e4f0ee87b2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12000-02-15 Stefan Monnier <monnier@cs.yale.edu>
2
3 * syntax.c (back_comment): Make sure we only consider comment-starters
4 of the relevant style and return -1 in case of a failure to find the
5 beginning of the comment.
6 (Fforward_comment): If back_comment fails, go back to the position just
7 after the comment-end.
8 (scan_lists): Add comment describing a very minor bug.
9
12000-02-14 Stefan Monnier <monnier@cs.yale.edu> 102000-02-14 Stefan Monnier <monnier@cs.yale.edu>
2 11
3 * minibuf.c (Ftry_completion, Fall_completions): Add a reference to 12 * minibuf.c (Ftry_completion, Fall_completions): Add a reference to