diff options
| author | Juanma Barranquero | 2007-01-02 01:31:47 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-01-02 01:31:47 +0000 |
| commit | e19bc9c426237617960d9b6a4ab1f776bdf09ec3 (patch) | |
| tree | ad7880c167119eec876d0146b6f02f70c326601e | |
| parent | 93e7eeb4d830578c69c5b6ea4de4ae5d9976ae34 (diff) | |
| download | emacs-e19bc9c426237617960d9b6a4ab1f776bdf09ec3.tar.gz emacs-e19bc9c426237617960d9b6a4ab1f776bdf09ec3.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 22 |
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 @@ | |||
| 1 | 2007-01-01 acm <acm@muc.de> | 1 | 2007-01-02 Juanma Barranquero <lekktu@gmail.com> |
| 2 | |||
| 3 | * files.el (version-control): Doc fix. | ||
| 4 | |||
| 5 | 2007-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 | ||
| 18 | 2007-01-01 Alan Mackenzie <acm@muc.de> | 22 | 2007-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 | ||
| 22 | 2007-01-01 Alan Mackenzie <acm@muc.de> | 26 | 2007-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 | ||
| 27 | 2007-01-01 Alan Mackenzie <acm@muc.de> | 31 | 2007-01-01 Alan Mackenzie <acm@muc.de> |
| @@ -31,7 +35,7 @@ | |||
| 31 | 35 | ||
| 32 | 2007-01-01 Alan Mackenzie <acm@muc.de> | 36 | 2007-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 | ||
| 55 | 2007-01-01 Alan Mackenzie <acm@muc.de> | 59 | 2007-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 | ||
| 60 | 2007-01-01 Alan Mackenzie <acm@muc.de> | 64 | 2007-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 | ||
| 69 | 2007-01-01 Alan Mackenzie <acm@muc.de> | 73 | 2007-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 | ||
| 83 | 2007-01-01 Alan Mackenzie <acm@muc.de> | 87 | 2007-01-01 Alan Mackenzie <acm@muc.de> |
| @@ -92,7 +96,7 @@ | |||
| 92 | 96 | ||
| 93 | 2007-01-01 Alan Mackenzie <acm@muc.de> | 97 | 2007-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. |