diff options
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6c0e86395e5..a7785ca2a96 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2007-03-25 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * progmodes/compile.el (compilation-start): Save | ||
| 4 | compilation-directory rather than default-directory as local var. | ||
| 5 | (compilation-directory): Mark as safe local var. | ||
| 6 | |||
| 7 | * files.el: Don't mark default-directory as a safe local var. | ||
| 8 | |||
| 1 | 2007-03-25 Alan Mackenzie <acm@muc.de> | 9 | 2007-03-25 Alan Mackenzie <acm@muc.de> |
| 2 | 10 | ||
| 3 | * progmodes/cc-mode.el (c-before-change): Fix BOB bug. | 11 | * progmodes/cc-mode.el (c-before-change): Fix BOB bug. |