1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00
Commit Graph

53 Commits

Author SHA1 Message Date
Lute Kamstra
07b41c4275 (copyright-fix-years): Make sure all years are fixed. Don't insert a
space after a dash.
2005-05-19 08:13:31 +00:00
Richard M. Stallman
02d9d6829a (copyright-fix-years): Match properly if the first year is 2-digit.
Don't mess up the whitespace after the years by filling.
2005-05-15 22:03:16 +00:00
Lute Kamstra
e0e5f0766c (copyright-update-year): Replace the right subexpression. Suggested
by Jay Bingham <jay.bingham@hp.com>.
2005-04-05 23:19:34 +00:00
Kim F. Storm
40534fe432 Fix years. 2005-03-01 10:15:32 +00:00
Kim F. Storm
422032f0ca (copyright-fix-years): New command. 2005-03-01 10:14:48 +00:00
Luc Teirlinck
697f502a87 (copyright-update-year): Delete code that replaces 20xy with xy. 2004-08-18 02:11:36 +00:00
Richard M. Stallman
6931181604 (copyright-years-regexp): New variable.
(copyright-update-year): Detect continuation of list of years.
2004-08-16 22:43:09 +00:00
Karl Berry
2e3b4a0b35 allow / and *, too 2004-01-05 22:50:58 +00:00
Simon Josefsson
bcbc6fd3d0 Fix comment to recommend
before-save-hook instead of write-file-functions.
2004-01-05 18:19:11 +00:00
Karl Berry
17b337762f allow % and # as well as ; in copyright notice 2004-01-04 23:00:06 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Dave Love
0cb9b63a7b Comment. 2003-08-20 18:46:55 +00:00
Stefan Monnier
f47f530244 (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.
2003-06-14 20:11:37 +00:00
Richard M. Stallman
3be4340f58 (copyright-regexp): Delete the unibyte copyright symbol; it's redundant.
Fix a spazz in the multibyte encoding here.
2002-02-07 17:39:27 +00:00
Richard M. Stallman
2db0da92f8 (copyright-regexp): Fix previous change. 2002-01-22 02:19:12 +00:00
Richard M. Stallman
9c05459cf6 (copyright-regexp): Make (C) optional.
(copyright-regexp): Add Latin-9 copyright sign.
Match comment delimiters in year lists.
(copyright-current-year): Initialize to load-time year.

Doc fixes.
2002-01-13 20:17:46 +00:00
Richard M. Stallman
4b0ad1a5a6 (copyright-regexp): Allow multi-line copyrights to be updated. 2002-01-04 20:21:31 +00:00
Stefan Monnier
48a96f5107 (copyright): Add final \n. 2001-10-11 01:50:43 +00:00
Pavel Janík
e8af40eed4 Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
Eli Zaretskii
b7812d3050 (copyright-current-year): Now a defvar.
(copyright, copyright-update): Compute the current year at run
time.
2001-01-08 16:00:38 +00:00
Gerd Moellmann
b3303df7ab (copyright-update): Removed the
requirement for a trailing space from `copyright-regexp', to
support copyrights with owner specified on a separate line..
2000-01-14 22:42:11 +00:00
Dave Love
bf5f1abd70 Tag as emacs-mule coding. 2000-01-06 23:35:31 +00:00
Karl Heuer
3e9103768f Update comment. 1998-12-14 03:22:44 +00:00
Andreas Schwab
e4f0bdfa23 (copyright-query): Use `other' widget
type.
1998-06-24 09:06:56 +00:00
Richard M. Stallman
aabf58d159 (copyright-regexp): Put \251 before the multibyte copyright symbol. 1998-04-24 20:58:03 +00:00
Richard M. Stallman
382668c707 Update copyright years. 1998-04-18 17:09:18 +00:00
Andreas Schwab
3f251fcd3b Customized. 1998-04-01 10:44:40 +00:00
Richard M. Stallman
5382dacc9b (copyright-regexp): Recognize @copyright{}. 1997-08-04 00:39:09 +00:00
Richard M. Stallman
0b596076e6 (copyright-regexp): Recognize the Latin-1 copyright symbol. 1997-08-04 00:37:04 +00:00
Richard M. Stallman
896546cd9b Add provide call. 1997-06-22 18:57:55 +00:00
Richard M. Stallman
0acdb86326 Comment change. 1997-05-27 19:51:23 +00:00
Richard M. Stallman
8662fc42d8 (copyright-regexp): Allow "Copyright" and the copyright symbol together. 1997-03-22 03:35:20 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Karl Heuer
a7acbbe4d4 Comment fixes. 1996-01-05 22:21:28 +00:00
Karl Heuer
a3296f5a10 (copyright-regexp): Recognize ISO copyright symbol.
(copyright-update): Pattern is now match #2, not #1.
1995-12-03 20:43:00 +00:00
Roland McGrath
97b0c6345b Fixed Author: comment. This code bears no relation to what I wrote. 1995-07-12 17:22:07 +00:00
Karl Heuer
3f61a2e7d6 New name for generalized upd-copyr.el
(copyright-limit, copyright-regexp): New variables
(copyright-query): New name for `inhibit-update-copyright'
(copyright-current-year): New name for `current-year'
(copyright-current-gpl-version): New name for `current-gpl-version'
(copyright-update): New name for `update-copyright' and
`ask-to-update-copyright'
(copyright): New skeleton command
1995-07-07 19:40:05 +00:00
Roland McGrath
3e64e15047 (update-copyright): Remove gratuitous error at end. 1995-01-21 13:59:06 +00:00
Karl Heuer
c759701d76 (update-copyright): Set help-mode in *Help* buffer. 1994-11-09 05:46:01 +00:00
Roland McGrath
a1d528953c (update-copyright): Wrap final copyright-matching regexp in parens, so \1
gets all the year tokens, not just the last.  (The old regexp won with
the pre-POSIX defn of subexpressions with +.)
1994-01-16 04:35:38 +00:00
Roland McGrath
09a0903706 (update-copyright): Handle two-digit years with apostrophes. 1993-08-18 16:48:32 +00:00
Roland McGrath
d680e99c81 (update-copyright): Doc fix. 1993-01-09 00:01:00 +00:00
Eric S. Raymond
5814274441 entered into RCS 1992-07-22 02:58:48 +00:00
Eric S. Raymond
d7b4d18fd4 *** empty log message *** 1992-07-17 20:24:00 +00:00
Eric S. Raymond
282d89c00d *** empty log message *** 1992-07-16 06:28:10 +00:00
Eric S. Raymond
d46bac56ad *** empty log message *** 1992-07-14 19:42:01 +00:00
Roland McGrath
9cfd2eeb81 *** empty log message *** 1992-06-19 20:17:18 +00:00
Eric S. Raymond
d501f51645 *** empty log message *** 1992-05-30 20:24:49 +00:00
Jim Blandy
2b79d7330d *** empty log message *** 1992-04-14 22:02:55 +00:00
Roland McGrath
c810ea9018 *** empty log message *** 1992-03-16 06:13:09 +00:00