From: Alan Mackenzie Date: Mon, 2 Apr 2012 09:59:52 +0000 (+0000) Subject: NEWS: Add CC Mode entries. X-Git-Tag: emacs-24.0.96~111^2~60 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=551b046fc302c387208ee439bdad00fe3a03df19;p=emacs.git NEWS: Add CC Mode entries. --- diff --git a/etc/ChangeLog b/etc/ChangeLog index 370f009a291..adc4c941212 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2012-04-02 Alan Mackenzie + + * NEWS: Add CC Mode entries. + 2012-04-01 Jambunathan K * 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 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