diff options
| author | Gerd Moellmann | 2001-03-21 13:15:35 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-03-21 13:15:35 +0000 |
| commit | b181014ab53a4bf4c4b4b268210ec8092890aebd (patch) | |
| tree | 7de38ad636fe31c55abe768a8049e04d5aa7f457 | |
| parent | 130c507e58dc58cd41a01288565902922d87409a (diff) | |
| download | emacs-b181014ab53a4bf4c4b4b268210ec8092890aebd.tar.gz emacs-b181014ab53a4bf4c4b4b268210ec8092890aebd.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 20 |
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 | |||
| 23 | 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org> | 20 | 2000-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 | |||
| 238 | 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org> | 233 | 2000-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 | |||
| 248 | 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org> | 239 | 2000-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 | ||
| 10958 | 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | 10949 | 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> |
| 10959 | 10950 | ||
| 10960 | * cc-mode.texi Documented the change of cpp-macro. | ||
| 10961 | |||
| 10962 | 2000-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. |