]> git.eshelyaron.com Git - emacs.git/commitdiff
NEWS: Add CC Mode entries.
authorAlan Mackenzie <acm@muc.de>
Mon, 2 Apr 2012 09:59:52 +0000 (09:59 +0000)
committerAlan Mackenzie <acm@muc.de>
Mon, 2 Apr 2012 09:59:52 +0000 (09:59 +0000)
etc/ChangeLog
etc/NEWS

index 370f009a2914e2abe5d04f72a0fd07baead7f730..adc4c941212e773caf1cbcc223c54ac772728d13 100644 (file)
@@ -1,3 +1,7 @@
+2012-04-02  Alan Mackenzie  <acm@muc.de>
+
+       * NEWS: Add CC Mode entries.
+
 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
 
        * org/OrgOdtContentTemplate.xml (OrgIndentedSection-Level-*):
index 9d9942d52e96857adab6b11cf79ad18ad269a8c2..8744094d83200a7275201515d984beb2904de685 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -665,9 +665,20 @@ view-diary-entries, list-diary-entries, show-all-diary-entries
 on platforms that support it.  This calls your desktop's preferred browser.
 
 +++
-** New CC Mode feature to "guess" the style in an existing buffer.
+** CC Mode
+*** New feature to "guess" the style in an existing buffer.
 The main entry is M-x c-guess.
 
+*** Java Mode now supports Java 5.0 (Tiger) and 6 (Mustang).
+
+*** c-beginning-of-defun and c-end-of-defun now respect nested scopes:
+Thus C-M-a will, by default, go to the beginning of the immediate function,
+not the top level.
+
+*** "Macros with semicolon" can be registered, for correct indentation.
+Where such a macro ends a line (no semicolon) the next statement is no longer
+parsed as a statement continuation.
+
 ** comint and modes derived from it use the generic completion code.
 
 ** Compilation mode