summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Mackenzie <acm@muc.de>2008-01-26 22:14:34 +0000
committerAlan Mackenzie <acm@muc.de>2008-01-26 22:14:34 +0000
commit00a72a6cb97e26f29157da7ae568c49c394a684d (patch)
treeb954e4402942d8a6e81c987c49af14fd249e8e67
parentc7ad89a66816230bb37fa6d16cc114e24ead28ea (diff)
downloademacs-00a72a6cb97e26f29157da7ae568c49c394a684d.tar.gz
*** empty log message ***
-rw-r--r--lisp/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 442f7669b28..e55184caea3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,17 @@
2008-01-26 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-26 Alan Mackenzie <acm@muc.de>
+
* progmodes/cc-defs.el (c-save-buffer-state): Bind
buffer-file-name and buffer-file-truename to nil, to prevent
primitives generating "buffer is read only" messages.