diff options
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5ce427498ab..2f734eacf03 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2008-01-27 Alan Mackenzie <acm@muc.de> | ||
| 2 | |||
| 3 | * progmodes/cc-vars.el (c-hanging-braces-alist): new element for | ||
| 4 | arglist-cont-nonempty. | ||
| 5 | |||
| 6 | * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines | ||
| 7 | for a brace with syntax arglist-cont-nonempty. | ||
| 8 | |||
| 9 | * progmodes/cc-styles.el (c-style-alist): Add elements for | ||
| 10 | arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python, | ||
| 11 | awk). | ||
| 12 | |||
| 1 | 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org> | 13 | 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org> |
| 2 | 14 | ||
| 3 | * button.el (define-button-type): Clarify type of NAME in docstring. | 15 | * button.el (define-button-type): Clarify type of NAME in docstring. |