Mercurial > emacs
comparison lisp/ChangeLog @ 30415:a4f7b3cc6705
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 24 Jul 2000 12:28:55 +0000 |
parents | 527532050288 |
children | 9561d1a7e032 |
comparison
equal
deleted
inserted
replaced
30414:a8e324dcc228 | 30415:a4f7b3cc6705 |
---|---|
1 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk> | |
2 | |
3 * dired.el (dired-sort-R-check): Added to allow recursive listing | |
4 to be undone. | |
5 (dired-sort-other): Use it. | |
6 | |
1 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | 7 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> |
2 | 8 |
3 * Release 5.27 | 9 * Release of cc-mode 5.27 |
4 | 10 |
5 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | 11 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> |
6 | 12 |
7 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to | 13 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to |
8 c-beginning-of-statement-1 that caused a bad case of recursion | 14 c-beginning-of-statement-1 that caused a bad case of recursion |
53 | 59 |
54 * cc-align.el (c-lineup-multi-inher): Handle lines with | 60 * cc-align.el (c-lineup-multi-inher): Handle lines with |
55 leading comma nicely. Extended to handle member initializers | 61 leading comma nicely. Extended to handle member initializers |
56 too. | 62 too. |
57 | 63 |
58 * cc-engine.el (c-beginning-of-inheritance-list, | 64 * cc-engine.el: (c-beginning-of-inheritance-list, |
59 c-guess-basic-syntax): Fixed recognition of inheritance lists | 65 c-guess-basic-syntax): Fixed recognition of inheritance lists |
60 when the lines begins with a comma. | 66 when the lines begins with a comma. |
61 | 67 |
62 * cc-mode.texi Updated doc for c-lineup-multi-inher. | 68 * cc-mode.texi: Updated doc for c-lineup-multi-inher. |
63 | 69 |
64 * cc-vars.el (c-offsets-alist): Changed default for | 70 * cc-vars.el (c-offsets-alist): Changed default for |
65 member-init-cont to c-lineup-multi-inher since it now handles | 71 member-init-cont to c-lineup-multi-inher since it now handles |
66 member initializers and indents better for leading commas. | 72 member initializers and indents better for leading commas. |
67 | 73 |
202 moved to c-initialize-cc-mode. More compatible style override | 208 moved to c-initialize-cc-mode. More compatible style override |
203 when using global style variables. | 209 when using global style variables. |
204 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete | 210 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete |
205 variables moved here. | 211 variables moved here. |
206 | 212 |
207 * cc-mode.texi Documented the special behavior of | 213 * cc-mode.texi: Documented the special behavior of |
208 c-special-indent-hook as a style variable. Don't talk about | 214 c-special-indent-hook as a style variable. Don't talk about |
209 doing (c-make-styles-buffer-local t) in a mode hook, since | 215 doing (c-make-styles-buffer-local t) in a mode hook, since |
210 that's already too late to work right. | 216 that's already too late to work right. |
211 | 217 |
212 * cc-styles.el (c-make-styles-buffer-local): Flag style | 218 * cc-styles.el (c-make-styles-buffer-local): Flag style |