Mercurial > emacs
changeset 88021:1ccfdc58f4eb
*** empty log message ***
author | Alan Mackenzie <acm@muc.de> |
---|---|
date | Sun, 27 Jan 2008 13:57:49 +0000 |
parents | d3368f6ef446 |
children | a31afa284500 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Jan 27 11:08:21 2008 +0000 +++ b/lisp/ChangeLog Sun Jan 27 13:57:49 2008 +0000 @@ -1,3 +1,15 @@ +2008-01-27 Alan Mackenzie <acm@muc.de> + + * progmodes/cc-vars.el (c-hanging-braces-alist): new element for + arglist-cont-nonempty. + + * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines + for a brace with syntax arglist-cont-nonempty. + + * progmodes/cc-styles.el (c-style-alist): Add elements for + arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python, + awk). + 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org> * button.el (define-button-type): Clarify type of NAME in docstring.