Mercurial > emacs
comparison lisp/ChangeLog @ 111088:d8eec5279e5e
Add bug ref to Changelog entry.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 21 Oct 2010 20:34:22 -0700 |
parents | 8d485e5aa143 |
children | a5d92e87313c |
comparison
equal
deleted
inserted
replaced
111087:8d485e5aa143 | 111088:d8eec5279e5e |
---|---|
32 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so | 32 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so |
33 that these keywords aren't wrongly matched as identifiers. | 33 that these keywords aren't wrongly matched as identifiers. |
34 | 34 |
35 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the | 35 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the |
36 setting of c-new-BEG and c-new-END from c-before-change to | 36 setting of c-new-BEG and c-new-END from c-before-change to |
37 c-after-change. | 37 c-after-change. (Bug#7181) |
38 | 38 |
39 2010-10-19 Chong Yidong <cyd@stupidchicken.com> | 39 2010-10-19 Chong Yidong <cyd@stupidchicken.com> |
40 | 40 |
41 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change. | 41 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change. |
42 Don't mark as safe. | 42 Don't mark as safe. |