diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9a1178c1f98..6a74584fbd4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,4 +1,10 @@ | |||
| 1 | 2007-07-28 Novitsky, Konstantin <knovitsk@Bear.com> (tiny change) | 1 | 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change) |
| 2 | |||
| 3 | * emacs-lisp/copyright.el (copyright-update-year, copyright-update) | ||
| 4 | (copyright-fix-years, copyright): Correctly handle the case where | ||
| 5 | copyright-limit is nil. | ||
| 6 | |||
| 7 | 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change) | ||
| 2 | 8 | ||
| 3 | * progmodes/python.el (run-python): Fix path separator under w32. | 9 | * progmodes/python.el (run-python): Fix path separator under w32. |
| 4 | 10 | ||
| @@ -9,12 +15,12 @@ | |||
| 9 | 2007-07-28 Alan Mackenzie <acm@muc.de> | 15 | 2007-07-28 Alan Mackenzie <acm@muc.de> |
| 10 | 16 | ||
| 11 | Fix problem with modes derived from CC Mode: | 17 | Fix problem with modes derived from CC Mode: |
| 12 | * progmodes/cc-mode.el (c-make-emacs-variables-local): move this | 18 | * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this |
| 13 | macro to cc-langs. | 19 | macro to cc-langs. |
| 14 | (c-init-language-vars-for): remove call to above macro. | 20 | (c-init-language-vars-for): Remove call to above macro. |
| 15 | * progmodes/cc-langs.el (c-make-emacs-variables-local): macro has | 21 | * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has |
| 16 | been moved to here. | 22 | been moved to here. |
| 17 | (c-make-init-lang-vars-fun): call c-make-emacs-variables-local. | 23 | (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local. |
| 18 | 24 | ||
| 19 | 2007-07-28 Eli Zaretskii <eliz@gnu.org> | 25 | 2007-07-28 Eli Zaretskii <eliz@gnu.org> |
| 20 | 26 | ||