aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog19
1 files changed, 12 insertions, 7 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a9dc3eed6aa..eb4f2448c0e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,18 +1,23 @@
12007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
4 (ad-body-forms, ad-advised-interactive-form): Revert this part of
5 last change.
6
12007-07-28 Masatake YAMATO <jet@gyve.org> 72007-07-28 Masatake YAMATO <jet@gyve.org>
2 8
3 * vc.el (vc-dired-mode): Added a menu for VC related 9 * vc.el (vc-dired-mode): Add a menu for VC related operation.
4 operation. Use backend name as the menu label Suggested by 10 Use backend name as the menu label Suggested by David Kastrup.
5 David Kastrup.
6 11
72007-07-28 Alan Mackenzie <acm@muc.de> 122007-07-28 Alan Mackenzie <acm@muc.de>
8 13
9 Fix problem with modes derived from CC Mode: 14 Fix problem with modes derived from CC Mode:
10 * progmodes/cc-mode.el (c-make-emacs-variables-local): move this 15 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
11 macro to cc-langs. 16 macro to cc-langs.
12 (c-init-language-vars-for): remove call to above macro. 17 (c-init-language-vars-for): Remove call to above macro.
13 * progmodes/cc-langs.el (c-make-emacs-variables-local): macro has 18 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
14 been moved to here. 19 been moved to here.
15 (c-make-init-lang-vars-fun): call c-make-emacs-variables-local. 20 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
16 21
172007-07-28 Eli Zaretskii <eliz@gnu.org> 222007-07-28 Eli Zaretskii <eliz@gnu.org>
18 23