Paul Eggert
7e09ef09a4
Update copyright year to 2015
...
Run admin/update-copyright.
2015-01-01 14:26:41 -08:00
Paul Eggert
ba3189039a
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
Glenn Morris
30213927b6
Use with-demoted-errors now that it can format any error messages
...
* dframe.el (dframe-timer-fn):
* files.el (dir-locals-read-from-file):
* mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run, mpc-format):
* reveal.el (reveal-post-command):
* saveplace.el (load-save-place-alist-from-file):
* shell.el (shell-resync-dirs):
* w32-common-fns.el (x-get-selection-value):
* emacs-lisp/copyright.el (copyright-find-copyright):
* emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
* emulation/tpu-edt.el (tpu-copy-keyfile):
* play/bubbles.el (bubbles--mark-neighbourhood):
* progmodes/executable.el (executable-make-buffer-file-executable-if-script-p):
* term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
2013-09-11 22:32:57 -07:00
Paul Eggert
ab422c4d68
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
Chong Yidong
5725bd2cc0
Merge from emacs-24; up to 2012-05-02T11:38:01Z!lekktu@gmail.com
2012-08-11 10:13:55 +08:00
Glenn Morris
fbb5e33648
* lisp/emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
2012-08-09 23:56:01 -07:00
Glenn Morris
7aacaf15a2
Disable local eval: in some places
...
* tutorial.el (help-with-tutorial):
* emacs-lisp/copyright.el (copyright-update-directory):
* emacs-lisp/autoload.el (autoload-find-generated-file)
(autoload-find-file): Disable local eval: (for insurance).
2012-08-09 23:53:52 -07:00
Paul Eggert
0bfcf5c598
Fix minor Y10k bugs.
...
* lisp/arc-mode.el (archive-unixdate):
* lisp/autoinsert.el (auto-insert-alist):
* lisp/calc/calc-forms.el (math-this-year):
* lisp/gnus/nnweb.el (nnweb-google-parse-1):
* lisp/emacs-lisp/copyright.el (copyright-current-year)
(copyright-update-year, copyright):
* lisp/tar-mode.el (tar-clip-time-string):
* lisp/time.el (display-time-update):
Don't assume years have 4 digits.
2012-05-03 23:13:18 -07:00
Leo Liu
e2b5bdd73a
* lisp/emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
2012-03-17 00:36:27 +08:00
Glenn Morris
acaf905b11
Add 2012 to FSF copyright years for Emacs files
2012-01-05 01:46:05 -08:00
Glenn Morris
7e6e2304f8
Undo part of previous copyright.el change.
...
* lisp/emacs-lisp/copyright.el (copyright-update-directory):
Undo part of previous change - don't find files literally, we need
comment-start-skip, etc.
2011-01-25 09:41:28 -08:00
Glenn Morris
0fe719e691
copyright.el updates.
...
* lisp/emacs-lisp/copyright.el (copyright-at-end-flag)
(copyright-names-regexp): Add safety properties.
(copyright-year-ranges): New option.
(copyright-find-end): New function, split from copyright-update-year.
(copyright-update-year): Use copyright-find-end.
(copyright-fix-years): Optionally, convert years to ranges.
Handle years continued over comment lines.
Do not mess with the fill-prefix.
Do not call copyright-update.
(copyright-update-directory): Optionally, fix years rather than update.
Skip directories. Find files literally, with only safe local vars.
* etc/NEWS: Mention copyright-fix-years and ranges.
2011-01-25 00:36:34 -08:00
Glenn Morris
73b0cd5003
Convert consecutive FSF copyright years to ranges.
2011-01-24 20:08:28 -08:00
Glenn Morris
572bf6f254
Tweak previous copyright.el change.
...
* lisp/emacs-lisp/copyright.el (copyright-find-copyright)
(copyright-update, copyright-fix-years):
Do the initial widen and move in copyright-find-copyright.
2011-01-22 14:18:01 -08:00
Glenn Morris
d226ec23ec
* lisp/emacs-lisp/copyright.el (copyright-fix-years): Use copyright-find-copyright.
2011-01-22 14:13:17 -08:00
Glenn Morris
0412a5a4de
Some copyright.el updates.
...
* lisp/emacs-lisp/copyright.el (copyright-find-copyright): New function,
split out from copyright-update-year.
(copyright-update): Don't mess with the GPL version if we don't own the
copyright. Update license regexp, and remove no longer needed
Esperanto stuff.
2011-01-22 14:09:09 -08:00
Glenn Morris
0d9f702fd0
Nuke arch-tags.
2011-01-15 15:16:57 -08:00
Stefan Monnier
77ab81d054
Merge from emacs-23
2011-01-14 12:18:41 -05:00
Glenn Morris
5df4f04cd3
Add 2011 to FSF/AIST copyright years.
2011-01-02 15:50:46 -08:00
Kevin Ryde
c22e18f561
Save window excursion before prompting in copyright-update-* (Bug#5394).
...
* emacs-lisp/copyright.el (copyright-update-year)
(copyright-update): Use save-window-excursion (Bug#5394).
2010-08-14 19:30:51 -04:00
Glenn Morris
114f9c9679
Add 2010 to copyright years.
2010-01-13 00:35:10 -08:00
Stefan Monnier
ed2a52e9ee
(copyright-update): Save match-data across y-or-n-p, for safety.
2009-07-16 02:01:31 +00:00
Miles Bader
24a517fc67
Tweak copyright-regexp
...
Tweaked to match copyright statements where the years follow the name.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1549
2009-02-17 10:13:59 +00:00
Glenn Morris
4431546e80
(copyright-update-year): Don't let y-or-n-p move point. (Bug#2209)
2009-02-17 03:02:25 +00:00
Glenn Morris
dbc76957a9
(copyright-update): Doc fix.
2009-01-16 03:19:58 +00:00
Glenn Morris
fe177a62ea
(copyright-update): Add doc-string.
2009-01-11 03:10:12 +00:00
Reiner Steib
4182531cea
(copyright-update-directory): Autoload.
...
Clarify MATCH argument. Print filenames.
2009-01-03 19:40:20 +00:00
Glenn Morris
d6cba7ae45
Switch to recommended form of GPLv3 permissions notice.
2008-05-06 03:21:21 +00:00
Glenn Morris
b2c7c56d57
(copyright-at-end-flag): New option.
...
(copyright-limit): Respect copyright-at-end-flag.
(copyright-re-search, copyright-start-point)
(copyright-offset-too-large-p): New functions.
(copyright-update-year): Use copyright-re-search.
(copyright-update, copyright-fix-years): Use copyright-start-point,
and copyright-re-search.
(copyright): Use copyright-offset-too-large-p.
2008-04-22 02:54:32 +00:00
Reiner Steib
470fc3548e
(copyright-update-directory): New command.
2008-04-12 10:06:28 +00:00
Juanma Barranquero
80817d7b5e
(copyright-update-year): Fix braino.
2008-04-08 11:45:19 +00:00
Juanma Barranquero
68af6bd607
(copyright-update-year): Use `looking-at-p'.
2008-04-08 11:40:04 +00:00
Glenn Morris
ce12d620cf
(copyright-update-year): Fix subexpression numbering for the case when
...
years are split over lines, and for the replace case.
2008-02-22 03:52:44 +00:00
Miles Bader
430d2ee291
Merge from emacs--devo--0
...
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-312
2008-01-09 01:21:15 +00:00
Miles Bader
59ce725a3b
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
2008-01-08 20:46:54 +00:00
Glenn Morris
8b72699e88
Add 2008 to copyright years.
2008-01-07 01:14:52 +00:00
Miles Bader
c73bd236f7
Merge from emacs--devo--0
...
Patches applied:
* emacs--devo--0 (patch 866-879)
- Merge multi-tty branch
- Update from CVS
- Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-257
2007-10-11 16:24:58 +00:00
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
Miles Bader
42216a6b65
Merge from emacs--devo--0
...
Patches applied:
* emacs--devo--0 (patch 852-856)
- Update from CVS
- Merge from emacs--rel--22
* emacs--rel--22 (patch 93-96)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 245)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-249
2007-08-21 04:54:03 +00:00
Thien-Thi Nguyen
18e08bf7a2
(copyright-limit): Fix sense typo in defsubst.
2007-08-17 22:18:54 +00:00
Thien-Thi Nguyen
c2659333c2
Revert last change.
2007-08-17 22:16:59 +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
578bbaf55b
(copyright-update-year, copyright-update)
...
(copyright-fix-years): Fix bug: Handle nil copyright-limit.
2007-08-17 22:04:18 +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
e145a7fe95
Merge from emacs--devo--0
...
Patches applied:
* emacs--devo--0 (patch 832-838)
- Remove lisp/erc/erc-nicklist.el
- Update some .arch-inventory files
- Fix void function definition error in cus-edit.el
- Update from CVS
- Restore lisp/emacs-lisp/cl-loaddefs.el
- Merge from emacs--rel--22
* 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
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-239
2007-08-03 05:20:51 +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
e468b87f91
Merge from emacs--devo--0
...
Patches applied:
* emacs--devo--0 (patch 824-831)
- Update from CVS
- Merge from emacs--rel--22
* emacs--rel--22 (patch 70-74)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-238
2007-07-27 10:52:18 +00:00