# HG changeset patch # User Alan Mackenzie # Date 1188061051 0 # Node ID b68e2945d3d0ffc43dce1bbf12f2fd7d62073f9a # Parent af7dc745740289dc6cc77955604b3838312c7c7f *** empty log message *** diff -r af7dc7457402 -r b68e2945d3d0 lisp/ChangeLog --- 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 + + * 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 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.