aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-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.