aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2000-02-15 06:21:26 +0000
committerStefan Monnier2000-02-15 06:21:26 +0000
commit1aa963c81342d12f2071fb0db49653117847cd4d (patch)
tree11a0f5c8b9740dc9d1f03887342b997340820373 /src/ChangeLog
parentb9b84fd34dce0840095349b5ada09285039f8bff (diff)
downloademacs-1aa963c81342d12f2071fb0db49653117847cd4d.tar.gz
emacs-1aa963c81342d12f2071fb0db49653117847cd4d.zip
(back_comment): Make sure we only consider comment-starters
of the relevant style and return -1 in case of a failure to find the beginning of the comment. (Fforward_comment): If back_comment fails, go back to the position just after the comment-end. (scan_lists): Add comment describing a very minor bug.
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