Mercurial > emacs
comparison lisp/ChangeLog @ 109030:bfaf9e31b45e
Fix an indentation bug:
progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
(c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
of existing values.
progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
(c-clear->-pair-props-if-match-before): now return t when they've cleared
properties, nil otherwise.
(c-before-change-check-<>-operators): Set c-new-beg/end correctly by
taking account of the existing value.
progmodes/cc-defs.el (c-clear-char-property-with-value-function): Fix
this to clear the property rather than overwriting it with nil.
author | Alan Mackenzie <acm@muc.de> |
---|---|
date | Mon, 21 Jun 2010 21:08:26 +0000 |
parents | 858e3e43cfd5 |
children | a52944b44517 |
comparison
equal
deleted
inserted
replaced
109029:85a8c1358bb7 | 109030:bfaf9e31b45e |
---|---|
1 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org> | |
2 | |
3 Fix an indentation bug: | |
4 | |
5 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END. | |
6 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account | |
7 of existing values. | |
8 | |
9 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after) | |
10 (c-clear->-pair-props-if-match-before): now return t when they've | |
11 cleared properties, nil otherwise. | |
12 (c-before-change-check-<>-operators): Set c-new-beg/end correctly | |
13 by taking account of the existing value. | |
14 | |
15 * progmodes/cc-defs.el | |
16 (c-clear-char-property-with-value-function): Fix this to clear the | |
17 property rather than overwriting it with nil. | |
18 | |
1 2010-06-20 Chong Yidong <cyd@stupidchicken.com> | 19 2010-06-20 Chong Yidong <cyd@stupidchicken.com> |
2 | 20 |
3 * emacs-lisp/package.el (package-print-package): Add link to | 21 * emacs-lisp/package.el (package-print-package): Add link to |
4 package description via describe-package. | 22 package description via describe-package. |
5 (describe-package-1): List package requirements. Add button to | 23 (describe-package-1): List package requirements. Add button to |