emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r107734: NEWS: Add CC Mode entries.


From: Alan Mackenzie
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107734: NEWS: Add CC Mode entries.
Date: Mon, 02 Apr 2012 09:59:52 +0000
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107734
committer: Alan Mackenzie <address@hidden>
branch nick: trunk
timestamp: Mon 2012-04-02 09:59:52 +0000
message:
  NEWS: Add CC Mode entries.
modified:
  etc/ChangeLog
  etc/NEWS
=== modified file 'etc/ChangeLog'
--- a/etc/ChangeLog     2012-04-01 09:49:25 +0000
+++ b/etc/ChangeLog     2012-04-02 09:59:52 +0000
@@ -1,3 +1,7 @@
+2012-04-02  Alan Mackenzie  <address@hidden>
+
+       * NEWS: Add CC Mode entries.
+
 2012-04-01  Jambunathan K  <address@hidden>
 
        * org/OrgOdtContentTemplate.xml (OrgIndentedSection-Level-*):

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2012-04-01 19:32:29 +0000
+++ b/etc/NEWS  2012-04-02 09:59:52 +0000
@@ -665,9 +665,20 @@
 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]