From: Alan Mackenzie Date: Sat, 25 Aug 2007 16:43:46 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.1.90~910 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d3a72478600aa4c52c7172faf7c6871d984be95d;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 72419c73601..7f5ba6de009 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 Reiner Steib * pcvs.el (cvs-query-directory): Only prompt when prefix is given.