Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.softwaretools > #56
| From | Alan Mackenzie <acm@muc.de> |
|---|---|
| Newsgroups | comp.lang.c++, comp.lang.objective-c, comp.lang.java.softwaretools, comp.lang.idl, comp.lang.awk |
| Subject | CC Mode 5.32 has been released. |
| Date | 2011-08-25 15:41 +0000 |
| Organization | muc.de e.V. |
| Message-ID | <j35qf4$1g9c$2@ocolin.muc.de> (permalink) |
Cross-posted to 5 groups.
This message announces the availability of a new version of CC Mode,
an Emacs and XEmacs mode for editing C (ANSI and K&R), C++,
Objective-C, Java, CORBA's IDL, Pike and AWK code.
More information, including links to download the source, are available on
the CC Mode web page:
<http://cc-mode.sourceforge.net/>
Send email correspondence to
bug-cc-mode@gnu.org
This version contains few, but big, new features, and significant internal
improvements.
** CC Mode is now licensed under the GPL version 3 or any later version.
** Emacs 21 is no longer supported,
although CC Mode might well still work with it. The minimum versions
supported are Emacs 22 and XEmacs 21.4.
** 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.
--
Alan Mackenzie (Nuremberg, Germany).
Back to comp.lang.java.softwaretools | Previous | Next — Next in thread | Find similar
CC Mode 5.32 has been released. Alan Mackenzie <acm@muc.de> - 2011-08-25 15:41 +0000 Re: CC Mode 5.32 has been released. gazelle@shell.xmission.com (Kenny McCormack) - 2011-08-25 17:07 +0000 Re: CC Mode 5.32 has been released. Roedy Green <see_website@mindprod.com.invalid> - 2011-08-30 04:32 -0700
csiph-web