Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7e43cfa5
Commit
7e43cfa5
authored
Oct 28, 2011
by
Alan Mackenzie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add and entry to ChangeLog.
parent
e376ea4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
lisp/ChangeLog
lisp/ChangeLog
+27
-0
No files found.
lisp/ChangeLog
View file @
7e43cfa5
2011-10-28 Alan Mackenzie <acm@muc.de>
Amend the handling of c-beginning/end-of-defun in nested declaration
scopes.
* cc-vars.el (c-defun-tactic): Move here from cc-langs.el. Change it to a
defcustom.
* cc-mode.texi (Movement Commands): Document `c-defun-tactic'. Document
the new handling of nested scopes for movement by defuns.
* cc-langs.el (c-defun-tactic): Move this variable to cc-vars.el.
(c-nonlabel-token-2-key): New variable for change in cc-engine.el.
* cc-engine.el (c-beginning-of-statement-1): Prevent "class foo : bar"
being spuriously recognized as a label.
* cc-cmds.el (c-narrow-to-most-enclosing-decl-block): Add parameter
`inclusive' (to include enclosing braces in the region).
(c-widen-to-enclosing-decl-scope): New function.
(c-while-widening-to-decl-block): New macro.
(c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
outward for defun boundaries, and correspondingly change symbol
`respect-enclosure' to `go-outward'.
(c-declaration-limits): Change algorithm to report only the "innermost"
defun's boundaries.
2011-10-28 Deniz Dogan <deniz@dogan.se>
* net/rcirc.el (rcirc-mode): Use hard newlines.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment