diff options
| author | Alan Mackenzie | 2011-10-22 10:17:25 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2011-10-22 10:17:25 +0000 |
| commit | cd5495ffbac3a11db329f5ea41d154a55edf17d0 (patch) | |
| tree | 77bd7b9384cd2bde102c617de5a0908e25aad6cc /lisp/ChangeLog | |
| parent | 42ee24ed38db25d3b2c78c612f48a969e2be5a64 (diff) | |
| download | emacs-cd5495ffbac3a11db329f5ea41d154a55edf17d0.tar.gz emacs-cd5495ffbac3a11db329f5ea41d154a55edf17d0.zip | |
Fix bug #9560, sporadic wrong indentation; improve instrumentation of
c-parse-state.
cc-engine.el (c-append-lower-brace-pair-to-state-cache): correct faulty
logical expression.
(c-parse-state-state, c-record-parse-state-state):
(c-replay-parse-state-state): New defvar/defuns.
(c-debug-parse-state): Use new functions.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f2d0ec37b32..86ae2d06679 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org> | ||
| 2 | |||
| 3 | Fix bug #9560, sporadic wrong indentation; improve instrumentation | ||
| 4 | of c-parse-state. | ||
| 5 | |||
| 6 | * cc-engine.el (c-append-lower-brace-pair-to-state-cache): correct | ||
| 7 | faulty logical expression. | ||
| 8 | (c-parse-state-state, c-record-parse-state-state): | ||
| 9 | (c-replay-parse-state-state): New defvar/defuns. | ||
| 10 | (c-debug-parse-state): Use new functions. | ||
| 11 | |||
| 1 | 2011-10-22 Martin Rudalics <rudalics@gmx.at> | 12 | 2011-10-22 Martin Rudalics <rudalics@gmx.at> |
| 2 | 13 | ||
| 3 | * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by | 14 | * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by |