diff options
author | Glenn Morris <rgm@gnu.org> | 2011-01-25 00:36:34 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-01-25 00:36:34 -0800 |
commit | 0fe719e691955e8e4a7f5bc74ed981b2e8ca17ce (patch) | |
tree | e51b35f061a107899cfb14205c424067f53d846e /lisp/ChangeLog | |
parent | d0cb866238b3a7ab811ed666d21e8bd97f6f3b41 (diff) | |
download | emacs-0fe719e691955e8e4a7f5bc74ed981b2e8ca17ce.tar.gz |
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.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5b4b0dcc2d3..4d758d4bb18 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,17 @@ +2011-01-25 Glenn Morris <rgm@gnu.org> + + * 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. + 2011-01-25 Stefan Monnier <monnier@iro.umontreal.ca> * files.el (file-name-non-special): Only change buffer-file-name after |