diff options
author | Alan Mackenzie <acm@muc.de> | 2008-01-27 13:57:49 +0000 |
---|---|---|
committer | Alan Mackenzie <acm@muc.de> | 2008-01-27 13:57:49 +0000 |
commit | 3e5558010a804bfda1b176b93b81af4eceeb2cb7 (patch) | |
tree | ccc5dba6e8d9e69292f060c6d7fd14fe2713f258 | |
parent | 1a256502c72ce928f29f532a4df3cfb96b8161ac (diff) | |
download | emacs-3e5558010a804bfda1b176b93b81af4eceeb2cb7.tar.gz emacs-3e5558010a804bfda1b176b93b81af4eceeb2cb7.tar.bz2 emacs-3e5558010a804bfda1b176b93b81af4eceeb2cb7.zip |
*** empty log message ***
-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 @@ +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. |