aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2003-06-14 20:11:37 +0000
committerStefan Monnier2003-06-14 20:11:37 +0000
commitf47f53024467c5af8d85e3023ce8da609a4aee8d (patch)
tree1214a34ec329fdf3135ba4a4c0b355e733a33902 /lisp/ChangeLog
parenteffe34908c6874c4026607ce715d58a3fb64a87c (diff)
downloademacs-f47f53024467c5af8d85e3023ce8da609a4aee8d.tar.gz
emacs-f47f53024467c5af8d85e3023ce8da609a4aee8d.zip
(copyright-update-year): New function extracted from copyright-update.
When `arg' is set, replace the year, not the `copyright' text. Ignore `copyright-update = nil' if called interactively. Use "," rather than ", " if that's what was used before. Recognize mixes of 2 and 4 digit years. Use replace-match. (copyright-update): Add interactivep arg. Use it instead of use last-command. Use replace-match. Don't assume (point-min) == 1.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 33c62e493f5..687a0e326a8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,16 @@
12003-06-14 Stefan Monnier <monnier@cs.yale.edu> 12003-06-14 Stefan Monnier <monnier@cs.yale.edu>
2 2
3 * emacs-lisp/copyright.el (copyright-update-year): New function
4 extracted from copyright-update.
5 When `arg' is set, replace the year, not the `copyright' text.
6 Ignore `copyright-update = nil' if called interactively.
7 Use "," rather than ", " if that's what was used before.
8 Recognize mixes of 2 and 4 digit years.
9 Use replace-match.
10 (copyright-update): Add interactivep arg.
11 Use it instead of use last-command.
12 Use replace-match. Don't assume (point-min) == 1.
13
3 * textmodes/tex-mode.el (tex-compile-commands): 14 * textmodes/tex-mode.el (tex-compile-commands):
4 Handle tex-start-commands like tex-start-tex does. 15 Handle tex-start-commands like tex-start-tex does.
5 16