diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5bd4a134b86..0eb840f11be 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2000-07-11 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * syntax.c (back_comment): Use one switch rather than a few `if's. | ||
| 4 | Obey open_paren_in_column_0_is_defun_start. | ||
| 5 | When reverting to the `slow' method, try to nicely handle the case | ||
| 6 | of nested comments by checking that the comment-starter we found | ||
| 7 | does indeed match the comment-ender. | ||
| 8 | (scan_sexps_forward, scan_sexps_forward): | ||
| 9 | Ignore excessive opening parenthesis rather than throwing an error. | ||
| 10 | |||
| 1 | 2000-07-11 Gerd Moellmann <gerd@gnu.org> | 11 | 2000-07-11 Gerd Moellmann <gerd@gnu.org> |
| 2 | 12 | ||
| 3 | * doc.c (Fsubstitute_command_keys): Handle case that a GC | 13 | * doc.c (Fsubstitute_command_keys): Handle case that a GC |