Stefan Monnier
2cb250dd39
(copyright-update): Don't update if the file
...
already uses a more recent copyright version than the "current" one.
2007-10-03 23:42:06 +00:00
Thien-Thi Nguyen
8a1dd10878
(copyright-names-regexp): Doc fix: typo.
2007-09-12 21:12:21 +00:00
Thien-Thi Nguyen
18e08bf7a2
(copyright-limit): Fix sense typo in defsubst.
2007-08-17 22:18:54 +00:00
Thien-Thi Nguyen
4168d2c761
(copyright-limit): New defsubst.
...
(copyright-update-year, copyright-update)
(copyright-fix-years): Use it.
2007-08-17 22:06:50 +00:00
Thien-Thi Nguyen
bbe5cceac7
(copyright-update-year): Fix bug: Handle nil copyright-limit.
2007-08-17 21:56:02 +00:00
Richard M. Stallman
4416883750
(copyright-names-regexp): Add custom group.
2007-08-16 02:26:14 +00:00
Miles Bader
2f12b71311
Merge from emacs--rel--22
...
Patches applied:
* emacs--rel--22 (patch 75-83)
- Update from CVS
- Remove lisp/erc/erc-nicklist.el
- Update some .arch-inventory files
- Indicate that emacs--devo--0--patch-834 does not need to be applied
- Merge from gnus--rel--5.10
- Restore lisp/emacs-lisp/cl-loaddefs.el
* gnus--rel--5.10 (patch 239-241)
- Merge from emacs--devo--0
- Update from CVS
2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
* lisp/emacs-lisp/copyright.el (copyright-update-year, copyright-update)
(copyright-fix-years, copyright): Correctly handle the case where
copyright-limit is nil.
2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
* lisp/progmodes/python.el (run-python): Fix path separator under w32.
2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/gnus-msg.el (gnus-summary-supersede-article)
(gnus-summary-resend-message-edit): Add Gcc header.
(gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
article's Message-ID; refer parent article in summary buffer.
* lisp/gnus/message.el (message-bounce): Call mime-to-mml.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-838
2007-07-31 05:02:54 +00:00
Stefan Monnier
463dca7e44
(copyright-update-year, copyright-update, copyright-fix-years, copyright):
...
Correctly handle the case where copyright-limit is nil.
2007-07-29 20:11:25 +00:00
Miles Bader
9aecacd08a
Merge from emacs--rel--22
...
Patches applied:
* emacs--rel--22 (patch 70-73)
- Update from CVS
2007-07-25 Glenn Morris <rgm@gnu.org>
* Relicense all FSF files to GPLv3 or later.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
2007-07-26 05:28:10 +00:00
Glenn Morris
e0085d62fa
Switch license to GPLv3 or later.
2007-07-25 04:14:29 +00:00
Stefan Monnier
f5e087f898
(copyright-update-year): Fix 2007-05-25 change.
2007-07-23 19:44:33 +00:00
Nick Roberts
fec50ededb
(copyright-current-gpl-version): Set to 3.
2007-07-11 01:52:25 +00:00
Nick Roberts
948d9b97fc
(copyright-current-gpl-version): Set to 3.
2007-07-10 23:30:18 +00:00
Stefan Monnier
b649d2e482
(copyright-names-regexp): New var.
...
(copyright-update-year): Use it.
2007-05-25 16:58:18 +00:00
Glenn Morris
f0fa15c5e5
Add 2007 to copyright years.
2007-01-21 02:48:43 +00:00
Thien-Thi Nguyen
ceb4c4d303
Update years in copyright notice; nfc.
2006-02-06 12:31:40 +00:00
Thien-Thi Nguyen
3731a85096
Update years in copyright notice; nfc.
2005-08-06 17:48:15 +00:00
Lute Kamstra
3a35cf56e7
Update FSF's address.
2005-07-04 17:55:18 +00:00
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