diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bbe3d70242d..c7ebc6014fc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,24 @@ | |||
| 1 | 2010-10-09 Alan Mackenzie <acm@muc.de> | ||
| 2 | |||
| 3 | Enhance fontification of declarators to take account of the | ||
| 4 | presence/absence of "typedef". | ||
| 5 | |||
| 6 | * cc-engine.el (c-forward-type): New &optional param | ||
| 7 | "brace-block-too". | ||
| 8 | (c-forward-decl-or-cast-1): cdr of return value now indicates the | ||
| 9 | presence of either or both of a "struct"-like keyword and | ||
| 10 | "typedef". | ||
| 11 | |||
| 12 | * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic | ||
| 13 | fontification of declarators which follow a "}". | ||
| 14 | (c-font-lock-declarations): Fontify declarators according to the | ||
| 15 | presence/absence of "typedef". | ||
| 16 | |||
| 17 | * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable | ||
| 18 | for "typedef". | ||
| 19 | (c-typedef-decl-key): New lang variable built from | ||
| 20 | c-typedef-decl-kwds. | ||
| 21 | |||
| 1 | 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org> | 22 | 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 23 | ||
| 3 | * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys, | 24 | * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys, |