emacs-devel
[Top][All Lists]
Advanced

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

CC Mode 5.32 has been released.


From: Alan Mackenzie
Subject: CC Mode 5.32 has been released.
Date: Thu, 25 Aug 2011 08:50:46 +0000
User-agent: Mutt/1.5.21 (2010-09-15)

Hi, Emacs!

CC Mode 5.32 has been released.

More information, including links to download the source, is available
on the CC Mode web page:

    <http://cc-mode.sourceforge.net/>

The new features relevant to Emacs are:


** It is now possible for CC Mode to "guess" an existing buffer's style.
This style can then be used in other buffers.  Contributed by Masatake
YAMATO, after original code by Barry Warsaw.

** Java Mode has been enhanced to support Java 5.0 (Tiger) and Java 6
(Mustang).  Contributed by Nathaniel Flath.

** 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 semicolons" 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.

** Many bugs have been fixed, font locking has become more accurate,
angle brackets are better handled, and sluggish code has been optimised.


Of these the "guessing" and Java enhancements are already in Emacs.  The
vast majority, if not all, of the bug fixes, etc. are also already in
Emacs.  Only the improvements to C-M-a/e and the "macros with
semicolons" are not yet in Emacs.

-- 
Alan Mackenzie (Nuremberg, Germany).



reply via email to

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