Mercurial > emacs
comparison lisp/ChangeLog @ 78358:9b7f2e8baaeb
(copyright-update-year, copyright-update, copyright-fix-years, copyright):
Correctly handle the case where copyright-limit is nil.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 29 Jul 2007 20:11:25 +0000 |
parents | fb9000547438 |
children | 2dd5d799a16d |
comparison
equal
deleted
inserted
replaced
78357:fb9000547438 | 78358:9b7f2e8baaeb |
---|---|
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 |
5 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu> | 11 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu> |
6 | 12 |
7 * vc-git.el: New File. | 13 * vc-git.el: New File. |
8 | 14 |
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 |
21 * net/trampver.el: Fix the `coding' cookie. | 27 * net/trampver.el: Fix the `coding' cookie. |
22 | 28 |