ChangeLog fixes.

This commit is contained in:
Glenn Morris 2011-11-01 15:22:57 -04:00
parent 26b46e515c
commit 00b77525cb
2 changed files with 3 additions and 4 deletions

View file

@ -10,9 +10,8 @@
"Macros with ;".
(Macros with ;): New page.
* progmodes/cc-mode.texi (Movement Commands): Document
`c-defun-tactic'. Document the new handling of nested scopes for
movement by defuns.
* cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
Document the new handling of nested scopes for movement by defuns.
2011-10-23 Michael Albinus <michael.albinus@gmx.de>

View file

@ -297,7 +297,7 @@
Fix bug #9560, sporadic wrong indentation; improve instrumentation
of c-parse-state.
* cc-engine.el (c-append-lower-brace-pair-to-state-cache):
* progmodes/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.