diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-06-12 17:48:17 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-06-12 17:48:17 +0200 |
commit | 4ebe3143212afa53ffc2f88156cc69a4f383375b (patch) | |
tree | 400647e5d7fe73688e04d9e5ee381f52d00ccddc /ChangeLog | |
parent | Use printf instead of echo (diff) | |
download | eselect-4ebe3143212afa53ffc2f88156cc69a4f383375b.tar.gz eselect-4ebe3143212afa53ffc2f88156cc69a4f383375b.tar.bz2 eselect-4ebe3143212afa53ffc2f88156cc69a4f383375b.zip |
eselect-mode: Update copyright years before writing a file
* misc/eselect-mode.el (eselect, eselect-mode-fix-whitespace)
(eselect-mode-update-copyright): New custom group and variables.
(eselect-mode-copyright-regexp): New variable.
(eselect-mode-update-copyright): New function, mostly copied from
ebuild-mode-update-copyright in ebuild-mode.el.
(eselect-mode-before-save): Make fixing of whitespace conditional.
Update copyright years when customised to do so.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2023-06-12 Ulrich Müller <ulm@gentoo.org> + + * misc/eselect-mode.el (eselect, eselect-mode-fix-whitespace) + (eselect-mode-update-copyright): New custom group and variables. + (eselect-mode-copyright-regexp): New variable. + (eselect-mode-update-copyright): New function, mostly copied from + ebuild-mode-update-copyright in ebuild-mode.el. + (eselect-mode-before-save): Make fixing of whitespace conditional. + Update copyright years when customised to do so. + 2023-06-07 Ulrich Müller <ulm@gentoo.org> * bin/eselect.in (PATH): Use printf instead of echo. |