diff options
| author | Stefan Monnier | 2000-06-20 22:34:00 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2000-06-20 22:34:00 +0000 |
| commit | e6365855ebf0afae2ced986eb705aa515b62fa2a (patch) | |
| tree | 0faf10ea0300fd7b9e5d4009fc773b30510bb0ca /src/ChangeLog | |
| parent | a61d762cf07ef486e8da9a13f349843ee0cbd3f1 (diff) | |
| download | emacs-e6365855ebf0afae2ced986eb705aa515b62fa2a.tar.gz emacs-e6365855ebf0afae2ced986eb705aa515b62fa2a.zip | |
(describe_syntax): Recognize the `n'estable bit.
(Fforward_comment, scan_lists):
Check the comstyle of single-char comment-starters.
(scan_sexps_forward): Don't try to recognize `half comment-enders' if
we're just at the beginning of the comment (f.ex with (*) ... (*)).
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 |