diff options
| author | Stefan Monnier | 2000-06-21 14:57:11 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2000-06-21 14:57:11 +0000 |
| commit | 3ee5041cf5cc5db6a870d0e624ced221665c4e0c (patch) | |
| tree | e88a1bdbcf2b6a4a1b904942dea88577059393e2 /src/ChangeLog | |
| parent | 4c34300137624a85499f90873fa16f4b7056713a (diff) | |
| download | emacs-3ee5041cf5cc5db6a870d0e624ced221665c4e0c.tar.gz emacs-3ee5041cf5cc5db6a870d0e624ced221665c4e0c.zip | |
(back_comment): Simplify string-parity counting (with
the added benefit of handling multiple string-styles as long as
they are not nested).
Jump to the slow code as soon as a comment starter is found in
a "string_lossage" position. Fixes the case: " /* " /* " */.
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. |