]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Wed, 21 Mar 2001 13:15:35 +0000 (13:15 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 21 Mar 2001 13:15:35 +0000 (13:15 +0000)
lisp/ChangeLog

index 5473ab98fd78747560649665476c93faa10dd1a3..b06f9c161fca350aae22a2a30d29b88414659110 100644 (file)
@@ -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  <bug-cc-mode@gnu.org>
 
        * cc-align.el (c-lineup-math): Fix bug where lineup was
        (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  <bug-cc-mode@gnu.org>
 
        * 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  <bug-cc-mode@gnu.org>
 
        * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
        * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
        defun block.
 
-2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
-
-       * cc-mode.texi Documented the change of cpp-macro.
-
 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
 
        * cc-align.el (c-lineup-multi-inher): Handle lines with
        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.
        * 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.