changeset 82840:b68e2945d3d0

*** empty log message ***
author Alan Mackenzie <acm@muc.de>
date Sat, 25 Aug 2007 16:57:31 +0000
parents af7dc7457402
children 7af2114fd324
files lisp/ChangeLog
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Aug 25 14:12:58 2007 +0000
+++ b/lisp/ChangeLog	Sat Aug 25 16:57:31 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  Juri Linkov  <juri@jurta.org>
 
 	* files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.