aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorAlan Mackenzie2008-01-26 22:14:34 +0000
committerAlan Mackenzie2008-01-26 22:14:34 +0000
commit00a72a6cb97e26f29157da7ae568c49c394a684d (patch)
treeb954e4402942d8a6e81c987c49af14fd249e8e67 /lisp
parentc7ad89a66816230bb37fa6d16cc114e24ead28ea (diff)
downloademacs-00a72a6cb97e26f29157da7ae568c49c394a684d.tar.gz
emacs-00a72a6cb97e26f29157da7ae568c49c394a684d.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-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 @@
12008-01-26 Alan Mackenzie <acm@muc.de> 12008-01-26 Alan Mackenzie <acm@muc.de>
2 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
132008-01-26 Alan Mackenzie <acm@muc.de>
14
3 * progmodes/cc-defs.el (c-save-buffer-state): Bind 15 * progmodes/cc-defs.el (c-save-buffer-state): Bind
4 buffer-file-name and buffer-file-truename to nil, to prevent 16 buffer-file-name and buffer-file-truename to nil, to prevent
5 primitives generating "buffer is read only" messages. 17 primitives generating "buffer is read only" messages.