diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 19 |
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 @@ | |||
| 1 | 2007-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 | |||
| 1 | 2007-07-28 Masatake YAMATO <jet@gyve.org> | 7 | 2007-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 | ||
| 7 | 2007-07-28 Alan Mackenzie <acm@muc.de> | 12 | 2007-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 | ||
| 17 | 2007-07-28 Eli Zaretskii <eliz@gnu.org> | 22 | 2007-07-28 Eli Zaretskii <eliz@gnu.org> |
| 18 | 23 | ||