Index
Download
Manual (html)
Manual (info/PS/DVI)
Recent changes
Installation
Compatibility
Mailing lists
Mercurial Repository
Browse hg Repository
Savannah project page
Version History
Changes for 5.35
Changes for 5.34
Changes for 5.33
Changes for 5.32
Changes for 5.31
Changes for 5.30
Changes for 5.29
Changes for 5.28
Changes for 5.27
Changes for 5.26
Changes for 5.25
Changes for 5.24
Changes for 5.21
Changes for 5.20
Changes for 5.19
Changes for 5.18
Changes for 5.17
Changes for 5.16
Changes for 5.15
Changes for 5.14
Changes from v4 to v5
|
Here is a list of user visible changes since the last public
release of 5.21. See also the user visible
changes for 5.21 and earlier.
CC Mode 5.22
There was no net release of 5.22! This version went only to the
XEmacs developers and was primarily a bug fix release.
CC Mode 5.23
Note: Due to the extensive changes, this version was a beta test
release that was never publically announced. Here is a list of changes
in that version:
CC Mode 5.24
c-default-style can now take an association list
that maps major modes to style names.
When this variable is an alist, Java mode no longer hardcodes a
setting to java style. See the variable's docstring for
details.
- It's now possible to put a list as the offset on a syntactic
symbol.
The list is evaluated recursively until a non-nil offset is
found. This is useful to combine several lineup functions to act in
a prioritized order on a single line. However, none of the supplied
lineup functions use this feature currently.
- New syntactic symbol
catch-clause , which is used
on the catch and finally lines in
"try-catch" constructs in C++ and Java.
- New cleanup
brace-catch-brace on
c-cleanup-list , which does for "catch" lines what
brace-elseif-brace does for "else if" lines.
- The braces of Java anonymous inner classes are treated
separately from the braces of other classes in auto-newline mode.
Two new symbols inexpr-class-open and
inexpr-class-close may be used on
c-hanging-braces-alist to control the automatic
newlines used for anonymous classes.
- bug-cc-mode@gnu.org
is now the primary bug reporting address.
This is an alias for cc-mode-help@lists.sourceforge.net.
|