1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +00:00

*** empty log message ***

This commit is contained in:
Gerd Moellmann 2001-03-21 13:15:35 +00:00
parent 130c507e58
commit b181014ab5

View 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
@ -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 <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
@ -10955,10 +10946,6 @@
* 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
@ -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.