# HG changeset patch # User Gerd Moellmann # Date 985180535 0 # Node ID 903add724d2a983eb6538d053f3affa98e0639d4 # Parent f02b8089b06275fa9628f49a102895d783d1910b *** empty log message *** diff -r f02b8089b062 -r 903add724d2a lisp/ChangeLog --- a/lisp/ChangeLog Wed Mar 21 12:59:36 2001 +0000 +++ b/lisp/ChangeLog Wed Mar 21 13:15:35 2001 +0000 @@ -17,9 +17,6 @@ It's instead taken care of by the default value for c-default-style. - * cc-mode.texi: Updated the mentions of the "java" style - special case for Java mode. - 2000-03-21 Martin Stjernholm * cc-align.el (c-lineup-math): Fix bug where lineup was @@ -233,18 +230,12 @@ (c-set-offset): Added absolute indentation column settings by using the vector type. - * cc-mode.texi: Documented the new vector setting for offsets. - 2000-03-21 Martin Stjernholm * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list): Implemented two new cleanups `space-before-funcall' and `compact-empty-funcall'. - * cc-mode.texi: Documented the two new cleanups - space-before-funcall and compact-empty-funcall on - c-cleanup-list. - 2000-03-21 Martin Stjernholm * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for @@ -10957,10 +10948,6 @@ 2000-07-24 Martin Stjernholm - * cc-mode.texi Documented the change of cpp-macro. - -2000-07-24 Martin Stjernholm - * cc-align.el (c-lineup-multi-inher): Handle lines with leading comma nicely. Extended to handle member initializers too. @@ -10969,8 +10956,6 @@ c-guess-basic-syntax): Fixed recognition of inheritance lists when the lines begins with a comma. - * cc-mode.texi: Updated doc for c-lineup-multi-inher. - * cc-vars.el (c-offsets-alist): Changed default for member-init-cont to c-lineup-multi-inher since it now handles member initializers and indents better for leading commas. @@ -11114,11 +11099,6 @@ * cc-mode.el (c-initialize-cc-mode): Handling of obsolete variables moved here. - * cc-mode.texi: Documented the special behavior of - c-special-indent-hook as a style variable. Don't talk about - doing (c-make-styles-buffer-local t) in a mode hook, since - that's already too late to work right. - * cc-styles.el (c-make-styles-buffer-local): Flag style variable localness in c-style-variables-are-local-p to make the compatibility measure in c-common-init work well.