diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 30a1e186768..1ea63117124 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2002-08-20 Martin Stjernholm <bug-cc-mode@gnu.org> | ||
| 2 | |||
| 3 | * progmodes/cc-engine.el (c-forward-syntactic-ws): Fixed a bug | ||
| 4 | that could cause an infinite loop if something that looks like | ||
| 5 | a macro begins in the middle of a line. | ||
| 6 | |||
| 7 | * progmodes/cc-engine.el (c-parse-state): Fixed a bug that | ||
| 8 | could cause `c-state-cache' to contain two conses in sequence | ||
| 9 | when there's an unbalanced open paren in a macro. | ||
| 10 | |||
| 1 | 2002-08-20 Glenn Morris <gmorris@ast.cam.ac.uk> | 11 | 2002-08-20 Glenn Morris <gmorris@ast.cam.ac.uk> |
| 2 | 12 | ||
| 3 | * progmodes/fortran.el (fortran-current-defun): Use save-excursion. | 13 | * progmodes/fortran.el (fortran-current-defun): Use save-excursion. |