diff options
| author | Stefan Monnier | 2000-02-15 06:21:26 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2000-02-15 06:21:26 +0000 |
| commit | 1aa963c81342d12f2071fb0db49653117847cd4d (patch) | |
| tree | 11a0f5c8b9740dc9d1f03887342b997340820373 /src/ChangeLog | |
| parent | b9b84fd34dce0840095349b5ada09285039f8bff (diff) | |
| download | emacs-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/ChangeLog | 9 |
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 @@ | |||
| 1 | 2000-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 | |||
| 1 | 2000-02-14 Stefan Monnier <monnier@cs.yale.edu> | 10 | 2000-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 |