diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b2e2dd6d8aa..8a25116efcb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2011-07-26 Alan Mackenzie <acm@muc.de> | ||
| 2 | |||
| 3 | Fontify bitfield declarations properly. | ||
| 4 | |||
| 5 | * progmodes/cc-langs.el (c-has-bitfields): New lang variable. | ||
| 6 | (c-symbol-chars): Now exported as a lang variable. | ||
| 7 | (c-not-primitive-type-keywords): New lang variable. | ||
| 8 | |||
| 9 | * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the | ||
| 10 | QT keyword "more" to prevent "more slots: ...." being spuriously | ||
| 11 | parsed as a bitfield declaraion. | ||
| 12 | |||
| 13 | * progmodes/cc-engine.el (c-beginning-of-statement-1): Refactor | ||
| 14 | and enhance to handle bitfield declarations. | ||
| 15 | (c-punctuation-in): New function. | ||
| 16 | (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield | ||
| 17 | declarations properly. | ||
| 18 | |||
| 1 | 2011-07-26 Ulf Jasper <ulf.jasper@web.de> | 19 | 2011-07-26 Ulf Jasper <ulf.jasper@web.de> |
| 2 | 20 | ||
| 3 | * calendar/icalendar.el (icalendar--all-events): Take care of | 21 | * calendar/icalendar.el (icalendar--all-events): Take care of |