From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.devel Subject: CC Mode 5.32 has been released. Date: Thu, 25 Aug 2011 08:50:46 +0000 Message-ID: <20110825085046.GA2737@acm.acm> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1314262460 9330 80.91.229.12 (25 Aug 2011 08:54:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 25 Aug 2011 08:54:20 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 25 10:54:16 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QwVhX-0002P4-Q7 for ged-emacs-devel@m.gmane.org; Thu, 25 Aug 2011 10:54:15 +0200 Original-Received: from localhost ([::1]:43208 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwVhX-0001NU-DI for ged-emacs-devel@m.gmane.org; Thu, 25 Aug 2011 04:54:15 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:47572) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwVhU-0001My-Eb for emacs-devel@gnu.org; Thu, 25 Aug 2011 04:54:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QwVhT-0005MA-Bh for emacs-devel@gnu.org; Thu, 25 Aug 2011 04:54:12 -0400 Original-Received: from colin.muc.de ([193.149.48.1]:10489 helo=mail.muc.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwVhT-0005Lt-1R for emacs-devel@gnu.org; Thu, 25 Aug 2011 04:54:11 -0400 Original-Received: (qmail 37878 invoked by uid 3782); 25 Aug 2011 08:54:08 -0000 Original-Received: from acm.muc.de (pD951B733.dip.t-dialin.net [217.81.183.51]) by ocolin.muc.de (tmda-ofmipd) with ESMTP; Thu, 25 Aug 2011 10:54:06 +0200 Original-Received: (qmail 2823 invoked by uid 1000); 25 Aug 2011 08:50:47 -0000 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Delivery-Agent: TMDA/1.1.12 (Macallan) X-Primary-Address: acm@muc.de X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 193.149.48.1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:143574 Archived-At: 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: 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).