From: Alan Mackenzie Date: Sun, 27 Jan 2008 13:57:49 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~8375 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3e5558010a804bfda1b176b93b81af4eceeb2cb7;p=emacs.git *** empty log message *** --- 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 + + * 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 * button.el (define-button-type): Clarify type of NAME in docstring.