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 70e59c36351..bf010c6d29b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2000-10-02 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * syntax.c (forw_comment): Match nestedness of ender/starter. | ||
| 4 | (Fforward_comment): Treat an unmatched \n comment-ender as whitespace. | ||
| 5 | (prev_char_comstart_first): Remove. | ||
| 6 | (back_comment): Check two-char comment markers more carefully | ||
| 7 | to better handle overlapping cases like *//* or /* */* */ ... | ||
| 8 | Match nestedness of ender/starter. | ||
| 9 | |||
| 1 | 2000-10-02 Dave Love <fx@gnu.org> | 10 | 2000-10-02 Dave Love <fx@gnu.org> |
| 2 | 11 | ||
| 3 | * config.in (HAVE_GAI_STRERROR): Add undef. | 12 | * config.in (HAVE_GAI_STRERROR): Add undef. |