aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog8
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 @@
12007-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
12007-03-25 Alan Mackenzie <acm@muc.de> 92007-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.