aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorAlan Mackenzie2012-04-02 09:59:52 +0000
committerAlan Mackenzie2012-04-02 09:59:52 +0000
commit551b046fc302c387208ee439bdad00fe3a03df19 (patch)
tree99431eaea2e6bb7c30a3341a88dfc0e6e8e420ca /etc
parent5ca64e000cf1835c2ecd0617fe86c01f1f77f36d (diff)
downloademacs-551b046fc302c387208ee439bdad00fe3a03df19.tar.gz
emacs-551b046fc302c387208ee439bdad00fe3a03df19.zip
NEWS: Add CC Mode entries.
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS13
2 files changed, 16 insertions, 1 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 370f009a291..adc4c941212 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12012-04-02 Alan Mackenzie <acm@muc.de>
2
3 * NEWS: Add CC Mode entries.
4
12012-04-01 Jambunathan K <kjambunathan@gmail.com> 52012-04-01 Jambunathan K <kjambunathan@gmail.com>
2 6
3 * org/OrgOdtContentTemplate.xml (OrgIndentedSection-Level-*): 7 * org/OrgOdtContentTemplate.xml (OrgIndentedSection-Level-*):
diff --git a/etc/NEWS b/etc/NEWS
index 9d9942d52e9..8744094d832 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -665,9 +665,20 @@ view-diary-entries, list-diary-entries, show-all-diary-entries
665on platforms that support it. This calls your desktop's preferred browser. 665on platforms that support it. This calls your desktop's preferred browser.
666 666
667+++ 667+++
668** New CC Mode feature to "guess" the style in an existing buffer. 668** CC Mode
669*** New feature to "guess" the style in an existing buffer.
669The main entry is M-x c-guess. 670The main entry is M-x c-guess.
670 671
672*** Java Mode now supports Java 5.0 (Tiger) and 6 (Mustang).
673
674*** c-beginning-of-defun and c-end-of-defun now respect nested scopes:
675Thus C-M-a will, by default, go to the beginning of the immediate function,
676not the top level.
677
678*** "Macros with semicolon" can be registered, for correct indentation.
679Where such a macro ends a line (no semicolon) the next statement is no longer
680parsed as a statement continuation.
681
671** comint and modes derived from it use the generic completion code. 682** comint and modes derived from it use the generic completion code.
672 683
673** Compilation mode 684** Compilation mode