aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-01-02 01:31:47 +0000
committerJuanma Barranquero2007-01-02 01:31:47 +0000
commite19bc9c426237617960d9b6a4ab1f776bdf09ec3 (patch)
treead7880c167119eec876d0146b6f02f70c326601e
parent93e7eeb4d830578c69c5b6ea4de4ae5d9976ae34 (diff)
downloademacs-e19bc9c426237617960d9b6a4ab1f776bdf09ec3.tar.gz
emacs-e19bc9c426237617960d9b6a4ab1f776bdf09ec3.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog22
1 files changed, 13 insertions, 9 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2843fca2bdd..ffd0e57ec40 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,4 +1,8 @@
12007-01-01 acm <acm@muc.de> 12007-01-02 Juanma Barranquero <lekktu@gmail.com>
2
3 * files.el (version-control): Doc fix.
4
52007-01-01 Alan Mackenzie <acm@muc.de>
2 6
3 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N): Check 7 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N): Check
4 the format of c-state-cache is valid for an optimisation before 8 the format of c-state-cache is valid for an optimisation before
@@ -17,11 +21,11 @@
17 21
182007-01-01 Alan Mackenzie <acm@muc.de> 222007-01-01 Alan Mackenzie <acm@muc.de>
19 23
20 * /progmodes/cc-defs.el. Correct typos. 24 * progmodes/cc-defs.el: Correct typos.
21 25
222007-01-01 Alan Mackenzie <acm@muc.de> 262007-01-01 Alan Mackenzie <acm@muc.de>
23 27
24 * progmodes/cc-cmds.el (c-context-line-break): don't indent the 28 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
25 new line after an escaped EOL in a string. 29 new line after an escaped EOL in a string.
26 30
272007-01-01 Alan Mackenzie <acm@muc.de> 312007-01-01 Alan Mackenzie <acm@muc.de>
@@ -31,7 +35,7 @@
31 35
322007-01-01 Alan Mackenzie <acm@muc.de> 362007-01-01 Alan Mackenzie <acm@muc.de>
33 37
34 * progmodes/cc-engine.el (c-backward-<>-arglist): tolerate empty 38 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
35 angle brackets (as seen in "explicit specialisations" of C++ 39 angle brackets (as seen in "explicit specialisations" of C++
36 templates). 40 templates).
37 41
@@ -54,7 +58,7 @@
54 58
552007-01-01 Alan Mackenzie <acm@muc.de> 592007-01-01 Alan Mackenzie <acm@muc.de>
56 60
57 * progmodes/cc-mode.el (): Bind C-M-a and C-M-e to 61 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
58 c-\(beginning\|end\)-of-defun by default. 62 c-\(beginning\|end\)-of-defun by default.
59 63
602007-01-01 Alan Mackenzie <acm@muc.de> 642007-01-01 Alan Mackenzie <acm@muc.de>
@@ -63,7 +67,7 @@
63 line-up function, for the DEFUN macro in the Emacs C sources. 67 line-up function, for the DEFUN macro in the Emacs C sources.
64 Only used in "gnu" style. 68 Only used in "gnu" style.
65 69
66 * progmodes/cc-styles.el (c-style-alist): use this new function in 70 * progmodes/cc-styles.el (c-style-alist): Use this new function in
67 the "gnu" style. 71 the "gnu" style.
68 72
692007-01-01 Alan Mackenzie <acm@muc.de> 732007-01-01 Alan Mackenzie <acm@muc.de>
@@ -76,8 +80,8 @@
76 for initial and final adjustments. M-- C-M-[ae] now go to the 80 for initial and final adjustments. M-- C-M-[ae] now go to the
77 right defuns when the starting point is between defuns. They use 81 right defuns when the starting point is between defuns. They use
78 the four new functions: 82 the four new functions:
79 (c-in-function-trailer-p, c-where-wrt-brace-construct, 83 (c-in-function-trailer-p, c-where-wrt-brace-construct)
80 c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): new functions to 84 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
81 support c-\(beginning\|end\)-of-defun. 85 support c-\(beginning\|end\)-of-defun.
82 86
832007-01-01 Alan Mackenzie <acm@muc.de> 872007-01-01 Alan Mackenzie <acm@muc.de>
@@ -92,7 +96,7 @@
92 96
932007-01-01 Alan Mackenzie <acm@muc.de> 972007-01-01 Alan Mackenzie <acm@muc.de>
94 98
95 * progmodes/cc-mode.el (c-postprocess-file-styles): bind 99 * progmodes/cc-mode.el (c-postprocess-file-styles): Bind
96 inhibit-read-only to t, around the call to 100 inhibit-read-only to t, around the call to
97 c-remove-any-local-eval-or-mode-variables, so that it works on a 101 c-remove-any-local-eval-or-mode-variables, so that it works on a
98 RO file. 102 RO file.