diff options
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 |