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 cc1d6659a3e..2bd068d6742 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2000-06-21 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * syntax.c (back_comment): Simplify string-parity counting (with | ||
| 4 | the added benefit of handling multiple string-styles as long as | ||
| 5 | they are not intertwined). | ||
| 6 | Jump to the slow code as soon as a comment starter is found in | ||
| 7 | a "string_lossage" position. Fixes the case: " /* " /* " */. | ||
| 8 | |||
| 1 | 2000-06-21 Dave Love <fx@gnu.org> | 9 | 2000-06-21 Dave Love <fx@gnu.org> |
| 2 | 10 | ||
| 3 | * Makefile.in: Use GETLOADAVG_LIBS. | 11 | * Makefile.in: Use GETLOADAVG_LIBS. |