diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e2390acf373..d2fb087ce16 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2000-06-20 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * syntax.c (describe_syntax): Recognize the `n'estable bit. | ||
| 4 | (Fforward_comment, scan_lists): | ||
| 5 | Check the comstyle of single-char comment-starters. | ||
| 6 | (scan_sexps_forward): Don't try to recognize `half comment-enders' if | ||
| 7 | we're just at the beginning of the comment (f.ex with (*) ... (*)). | ||
| 8 | |||
| 1 | 2000-06-20 Dave Love <fx@gnu.org> | 9 | 2000-06-20 Dave Love <fx@gnu.org> |
| 2 | 10 | ||
| 3 | * fns.c (make_hash_table, maybe_resize_hash_table): Cast arg of | 11 | * fns.c (make_hash_table, maybe_resize_hash_table): Cast arg of |