1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-15 17:00:26 +00:00

NEWS: Add CC Mode entries.

This commit is contained in:
Alan Mackenzie 2012-04-02 09:59:52 +00:00
parent 5ca64e000c
commit 551b046fc3
2 changed files with 16 additions and 1 deletions

View 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-*):

View File

@ -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