aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-03-21 13:15:35 +0000
committerGerd Moellmann2001-03-21 13:15:35 +0000
commitb181014ab53a4bf4c4b4b268210ec8092890aebd (patch)
tree7de38ad636fe31c55abe768a8049e04d5aa7f457
parent130c507e58dc58cd41a01288565902922d87409a (diff)
downloademacs-b181014ab53a4bf4c4b4b268210ec8092890aebd.tar.gz
emacs-b181014ab53a4bf4c4b4b268210ec8092890aebd.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog20
1 files changed, 0 insertions, 20 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5473ab98fd7..b06f9c161fc 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -17,9 +17,6 @@
17 It's instead taken care of by the default value for 17 It's instead taken care of by the default value for
18 c-default-style. 18 c-default-style.
19 19
20 * cc-mode.texi: Updated the mentions of the "java" style
21 special case for Java mode.
22
232000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org> 202000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
24 21
25 * cc-align.el (c-lineup-math): Fix bug where lineup was 22 * cc-align.el (c-lineup-math): Fix bug where lineup was
@@ -233,18 +230,12 @@
233 (c-set-offset): Added absolute indentation column settings by 230 (c-set-offset): Added absolute indentation column settings by
234 using the vector type. 231 using the vector type.
235 232
236 * cc-mode.texi: Documented the new vector setting for offsets.
237
2382000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org> 2332000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
239 234
240 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list): 235 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
241 Implemented two new cleanups `space-before-funcall' and 236 Implemented two new cleanups `space-before-funcall' and
242 `compact-empty-funcall'. 237 `compact-empty-funcall'.
243 238
244 * cc-mode.texi: Documented the two new cleanups
245 space-before-funcall and compact-empty-funcall on
246 c-cleanup-list.
247
2482000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org> 2392000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
249 240
250 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for 241 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
@@ -10957,10 +10948,6 @@
10957 10948
109582000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> 109492000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10959 10950
10960 * cc-mode.texi Documented the change of cpp-macro.
10961
109622000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10963
10964 * cc-align.el (c-lineup-multi-inher): Handle lines with 10951 * cc-align.el (c-lineup-multi-inher): Handle lines with
10965 leading comma nicely. Extended to handle member initializers 10952 leading comma nicely. Extended to handle member initializers
10966 too. 10953 too.
@@ -10969,8 +10956,6 @@
10969 c-guess-basic-syntax): Fixed recognition of inheritance lists 10956 c-guess-basic-syntax): Fixed recognition of inheritance lists
10970 when the lines begins with a comma. 10957 when the lines begins with a comma.
10971 10958
10972 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
10973
10974 * cc-vars.el (c-offsets-alist): Changed default for 10959 * cc-vars.el (c-offsets-alist): Changed default for
10975 member-init-cont to c-lineup-multi-inher since it now handles 10960 member-init-cont to c-lineup-multi-inher since it now handles
10976 member initializers and indents better for leading commas. 10961 member initializers and indents better for leading commas.
@@ -11114,11 +11099,6 @@
11114 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete 11099 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
11115 variables moved here. 11100 variables moved here.
11116 11101
11117 * cc-mode.texi: Documented the special behavior of
11118 c-special-indent-hook as a style variable. Don't talk about
11119 doing (c-make-styles-buffer-local t) in a mode hook, since
11120 that's already too late to work right.
11121
11122 * cc-styles.el (c-make-styles-buffer-local): Flag style 11102 * cc-styles.el (c-make-styles-buffer-local): Flag style
11123 variable localness in c-style-variables-are-local-p to make 11103 variable localness in c-style-variables-are-local-p to make
11124 the compatibility measure in c-common-init work well. 11104 the compatibility measure in c-common-init work well.