Mercurial > emacs
comparison lisp/ChangeLog @ 79959:2cbbc427dee1
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 30 Jan 2008 03:42:50 +0000 |
parents | ca2506dd8c81 |
children | cc5ff580bd60 eda73292b257 |
comparison
equal
deleted
inserted
replaced
79958:d22f0fe0ef05 | 79959:2cbbc427dee1 |
---|---|
1 2008-01-29 Alan Mackenzie <acm@muc.de> | 1 2008-01-29 Alan Mackenzie <acm@muc.de> |
2 | 2 |
3 * progmodes/cc-langs.el (c-block-stmt-1-kwds, c-block-stmt-2-kwds) | 3 * progmodes/cc-langs.el (c-block-stmt-1-kwds, c-block-stmt-2-kwds) |
4 (c-simple-stmt-kwds): New Objective C keywords: @finally, @try, | 4 (c-simple-stmt-kwds): New Objective C keywords: @finally, @try, |
5 @catch, @synchronized, @throw. | 5 @catch, @synchronized, @throw. |
6 | 6 |
7 * progmodes/cc-langs.el (c-specifier-key): Exclude "template" | 7 * progmodes/cc-langs.el (c-specifier-key): Exclude "template" |
8 from this regexp; part of same fix as next change to cc-engine.el. | 8 from this regexp; part of same fix as next change to cc-engine.el. |
9 | 9 |
10 * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5): Anchor | 10 * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5): Anchor |
11 the "{" of a template function correctly on "template", not the | 11 the "{" of a template function correctly on "template", not the |
12 following "<". | 12 following "<". |
13 | 13 |
14 * progmodes/cc-defs.el (c-version): increase to 5.31.5. | 14 * progmodes/cc-defs.el (c-version): Increase to 5.31.5. |
15 | 15 |
16 2008-01-29 Richard Stallman <rms@gnu.org> | 16 2008-01-29 Richard Stallman <rms@gnu.org> |
17 | 17 |
18 * progmodes/etags.el (tags-query-replace): Delete unused optional args. | 18 * progmodes/etags.el (tags-query-replace): Delete unused optional args. |
19 Doc fix. | 19 Doc fix. |