aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2008-01-29 10:41:42 +0000
committerJuanma Barranquero2008-01-29 10:41:42 +0000
commit17cb69a5ae5be8e51528480a3fc12ff996097de3 (patch)
tree28dd7a0350812bce875d4256187858203532794c
parentf43ad7374fe3caf1e89cd6ede0f83769ef30998b (diff)
downloademacs-17cb69a5ae5be8e51528480a3fc12ff996097de3.tar.gz
emacs-17cb69a5ae5be8e51528480a3fc12ff996097de3.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 02b3cef22bf..4e454acfc8e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -11,12 +11,12 @@
11 11
122008-01-26 Alan Mackenzie <acm@muc.de> 122008-01-26 Alan Mackenzie <acm@muc.de>
13 13
14 * progmodes/cc-vars.el (c-hanging-braces-alist): new element for 14 * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
15 arglist-cont-nonempty. 15 arglist-cont-nonempty.
16 16
17 * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines 17 * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
18 for a brace with syntax arglist-cont-nonempty. 18 for a brace with syntax arglist-cont-nonempty.
19 19
20 * progmodes/cc-styles.el (c-style-alist): Add elements for 20 * progmodes/cc-styles.el (c-style-alist): Add elements for
21 arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python, 21 arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python,
22 awk). 22 awk).
@@ -31,7 +31,7 @@
31 31
32 * progmodes/etags.el (tags-query-replace): Doc fix. 32 * progmodes/etags.el (tags-query-replace): Doc fix.
33 33
342008-01-26 Phil Sung <psung@mit.edu> (tiny change) 342008-01-26 Phil Sung <psung@mit.edu> (tiny change)
35 35
36 * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so 36 * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
37 that the filename end is found even when the filename is empty. 37 that the filename end is found even when the filename is empty.