changeset 78655:f5683ed00496

*** empty log message ***
author Alan Mackenzie <acm@muc.de>
date Sat, 25 Aug 2007 16:43:46 +0000
parents e3a7c52130ec
children b3cad8795b91
files lisp/ChangeLog
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Aug 25 12:18:43 2007 +0000
+++ b/lisp/ChangeLog	Sat Aug 25 16:43:46 2007 +0000
@@ -1,3 +1,14 @@
+2007-08-25  Alan Mackenzie  <acm@muc.de>
+
+	* progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
+	new language variable.
+
+	* progmodes/cc-engine.el (c-brace-anchor-point): new function.
+	(c-add-stmt-syntax): Give accurate anchor points for "namespace",
+	"extern" etc., rather than BOI.  Fix addition of spurious
+	syntactic-symbol 'defun-block-intro, replacing it with
+	'innamespace, etc.
+
 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
 
 	* pcvs.el (cvs-query-directory): Only prompt when prefix is given.