Nicolas Petton
748f0d4bc6
* admin/authors.el (authors-aliases): Remove a faulty regexp.
2020-07-30 09:35:19 -07:00
Nicolas Petton
24391f517a
Update authors.el
...
* admin/authors.el (authors-aliases): Add author aliases.
2020-07-28 22:22:53 +02:00
Nicolas Petton
a5f7c26907
* admin/authors.el: Add an author alias.
2020-04-15 13:22:44 +02:00
Nicolas Petton
c7adc851ad
* admin/authors.el: Add missing author aliases.
2020-04-14 18:33:28 +02:00
Mattias Engdegård
4acdd7fe58
Fix edge case errors in filename-matching regexps
...
These changes fix actual or latent bugs in regexps that match
file names, such as PATTERN arguments to 'directory-files'. See
https://lists.gnu.org/archive/html/emacs-devel/2020-04/msg00265.html
* admin/authors.el (authors-obsolete-files-regexps)
(authors-renamed-files-regexps):
* lisp/auth-source-pass.el (auth-source-pass-entries):
* lisp/calendar/todo-mode.el (todo-show, todo-find-filtered-items-file)
(todo-filter-items, todo-reset-nondiary-marker, todo-reset-done-string)
(todo-reset-comment-string, todo-reset-highlight-item):
* lisp/cedet/semantic/db-ebrowse.el (semanticdb-load-ebrowse-caches):
* lisp/cedet/semantic/texi.el (semantic-texi-associated-files):
* lisp/cedet/srecode/map.el (srecode-map-update-map):
* lisp/dired.el (dired-re-no-dot):
* lisp/emacs-lisp/autoload.el (update-directory-autoloads):
* lisp/emacs-lisp/shadow.el (load-path-shadows-find):
* lisp/files.el (auto-mode-alist, directory-files-no-dot-files-regexp):
* lisp/finder.el (finder-compile-keywords):
* lisp/generic-x.el (inetd-conf-generic-mode, named-boot-generic-mode)
(resolve-conf-generic-mode, etc-modules-conf-generic-mode):
* lisp/gnus/gnus-agent.el (gnus-agent-read-agentview)
(gnus-agent-regenerate-group, gnus-agent-update-files-total-fetched-for):
* lisp/gnus/gnus-cache.el (gnus-cache-articles-in-group):
* lisp/gnus/gnus-score.el (gnus-score-search-global-directories):
* lisp/gnus/gnus-util.el (gnus-delete-directory):
* lisp/gnus/gnus-uu.el (gnus-uu-dir-files):
* lisp/gnus/nndraft.el (nndraft-request-group):
* lisp/gnus/nnmh.el (nnmh-request-group, nnmh-request-create-group):
(nnmh-request-delete-group, nnmh-active-number, nnmh-update-gnus-unreads):
* lisp/gnus/nnspool.el (nnspool-request-group):
* lisp/gnus/spam-stat.el (spam-stat-process-directory)
(spam-stat-test-directory):
* lisp/help-fns.el (help-fns--first-release):
* lisp/help.el (view-emacs-news):
* lisp/international/quail.el (quail-update-leim-list-file):
* lisp/international/titdic-cnv.el (batch-titdic-convert):
* lisp/mail/mspools.el (mspools-set-vm-spool-files)
(mspools-get-spool-files):
* lisp/mail/rmail.el (rmail-secondary-file-regexp)
(rmail-speedbar-match-folder-regexp):
* lisp/net/ange-ftp.el (ange-ftp-delete-directory):
* lisp/net/tramp.el (tramp-use-absolute-autoload-file-names):
* lisp/obsolete/gulp.el (gulp-send-requests):
* lisp/obsolete/vc-arch.el (vc-arch-trim-revlib):
* lisp/org/ob-core.el (org-babel-remove-temporary-directory):
* lisp/progmodes/ebnf2ps.el (ebnf-file-suffix-regexp, ebnf-style-database):
* lisp/progmodes/executable.el (executable-command-find-posix-p):
* lisp/startup.el (command-line):
* lisp/textmodes/refer.el (refer-get-bib-files):
* lisp/url/url-about.el (url-probe-protocols):
* lisp/vc/vc-rcs.el (vc-rcs-register, vc-rcs-unregister):
* test/lisp/net/tramp-archive-tests.el
(tramp-archive-test19-directory-files-and-attributes):
* test/lisp/net/tramp-tests.el (tramp-test19-directory-files-and-attributes):
Replace ^ and $ with \` and \', respectively.
Use (rx (or (not ".") "...")), translated into "[^.]\\|\\.\\.\\.",
to match anything but "." and "..", instead of several incorrect
regexps.
2020-04-14 12:25:16 +02:00
Nicolas Petton
9261b1ed49
* admin/authors.el (authors-ignored-files): Fix entries.
2020-02-27 18:07:54 +01:00
Nicolas Petton
a95ec6e060
* admin/authors.el: Add missing entries
2020-02-26 17:52:07 +01:00
Nicolas Petton
e1a712bb3f
* admin/authors.el: Add missing entries.
2020-01-29 21:30:48 +01:00
Paul Eggert
365e01cc9f
Update copyright year to 2020
...
Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
2020-01-01 00:59:52 +00:00
Paul Eggert
f744797af1
Go back to "Maintainer: emacs-devel@gnu.org"
...
Restore lines saying "Maintainer: emacs-devel@gnu.org" when there is
no special maintainer for a file. Although this wasn't documented
it was common practice and removing the lines didn't have consensus.
2019-05-25 14:25:18 -07:00
Paul Eggert
bef1be8730
Fixes for "Maintainer:" and related lines
...
Mostly, this just removes "Maintainer: emacs-devel@gnu.org" lines,
which are not that useful. It also cleans up and regularizes a
few similar lines.
2019-05-19 21:34:27 -07:00
Paul Eggert
26bed8ba10
Update copyright year to 2019
...
Run 'TZ=UTC0 admin/update-copyright $(git ls-files)'.
2019-01-01 01:01:13 +00:00
Nicolas Petton
35574609dd
; * admin/authors.el: Update.
2018-05-25 15:39:46 +02:00
Glenn Morris
3dc7f684c6
* admin/authors.el (authors-aliases): Tighten more entries.
2018-01-16 21:32:13 -05:00
Glenn Morris
d80295c960
authors-aliases is based on regexps, not literals
...
* admin/authors.el (authors-aliases): Replace overly-broad entries.
2018-01-16 20:52:55 -05:00
Nicolas Petton
6c63204b8c
Fix an entry in authors-aliases
...
* admin/authors.el (authors-aliases): Replace regexp from "Max", which
is too broad, to an email address ("mu@magi.net.ru").
2018-01-13 21:47:01 +01:00
Nicolas Petton
4387bb44ae
Update authors
...
* admin/authors.el (authors-aliases, authors-valid-file-names): Additions.
* etc/AUTHORS: Update AUTHORS file.
2018-01-12 21:58:43 +01:00
Paul Eggert
5c7dd8a783
Update copyright year to 2018
...
Run admin/update-copyright.
2018-01-01 00:57:59 -08:00
Glenn Morris
b51009d7f0
* admin/authors.el (authors-canonical-author-name):
...
Ignore name issues in "lax" ChangeLogs.
2017-10-23 22:04:01 -07:00
Nicolas Petton
419a371f8b
Update authors.el
...
* admin/authors.el (authors-valid-file-names)
(authors-renamed-files-alist): Additions.
2017-10-11 15:14:51 +02:00
Nicolas Petton
3f37086958
* admin/authors.el (authors-aliases): Additions.
2017-10-11 15:14:51 +02:00
Nicolas Petton
ba7fb37d6a
* admin/authors.el (authors-renamed-files-alist): addition.
2017-10-09 21:51:44 +02:00
Nicolas Petton
e933249f6b
Update authors.el
...
* admin/authors.el (authors-renamed-files-alist)
(authors-valid-file-names): Additions.
2017-10-05 22:26:47 +02:00
Nicolas Petton
b9712f5686
Update authors.el
...
* admin/authors.el (authors-ignored-files, authors-valid-file-names)
(authors-renamed-files-alist): Additions.
2017-10-03 13:11:07 +02:00
Paul Eggert
bc511a64f6
Prefer HTTPS to FTP and HTTP in documentation
...
Most of this change is to boilerplate commentary such as license URLs.
This change was prompted by ftp://ftp.gnu.org's going-away party,
planned for November. Change these FTP URLs to https://ftp.gnu.org
instead. Make similar changes for URLs to other organizations moving
away from FTP. Also, change HTTP to HTTPS for URLs to gnu.org and
fsf.org when this works, as this will further help defend against
man-in-the-middle attacks (for this part I omitted the MS-DOS and
MS-Windows sources and the test tarballs to keep the workload down).
HTTPS is not fully working to lists.gnu.org so I left those URLs alone
for now.
2017-09-13 15:54:37 -07:00
Glenn Morris
9d63c87e91
More authors.el updates
...
* admin/authors.el (authors-ignored-files, authors-valid-file-names)
(authors-renamed-files-alist): Additions.
; ChangeLog fixes
2017-06-07 14:27:21 -04:00
Glenn Morris
43885eac09
More authors.el updates
...
* admin/authors.el (authors-obsolete-files-regexps)
(authors-valid-file-names, authors-renamed-files-alist)
(authors-renamed-files-regexps): Additions.
2017-06-06 16:19:10 -04:00
Glenn Morris
30e33e967b
; * admin/authors.el (authors-obsolete-files-regexps): Tweak previous.
2017-06-06 15:19:58 -04:00
Glenn Morris
a203e717eb
More small authors.el updates
...
* admin/authors.el (authors-aliases): Fix recent addition.
(authors-obsolete-files-regexps, authors-no-scan-regexps)
(authors-ignored-files, authors-valid-file-names)
(authors-renamed-files-alist): Additions.
; * lisp/vc/pcvs.el, test/lisp/emacs-lisp/checkdoc-tests.el:
; Fix Author headers.
; * ChangeLog.2: Fixes.
2017-06-06 15:08:41 -04:00
Glenn Morris
6aa1466713
Make authors.el report names that were ignored
...
* admin/authors.el (authors-ignored-names): New.
(authors-canonical-author-name): Add file and position arguments.
Record ignored authors.
(authors-scan-change-log, authors-scan-el):
Pass file and position to authors-canonical-author-name.
(authors): Also print authors that were ignored.
2017-06-05 20:39:29 -04:00
Glenn Morris
fcaf9327c1
* admin/authors.el (authors-aliases): Additions.
2017-06-05 20:38:31 -04:00
Glenn Morris
606bfcf00e
* admin/authors.el (authors-aliases): Addition.
2017-06-02 20:29:34 -04:00
Glenn Morris
55b07d3379
; Update contributor name
...
; Ref http://lists.gnu.org/archive/html/emacs-devel/2017-05/msg00114.html
2017-05-06 18:38:18 -07:00
Paul Eggert
fac0bb9cf7
Merge from gnulib
...
This incorporates:
2017-03-14 snippets: move unadjusted snippet sources to lib
2017-03-14 gnulib-tool: fix typo in comment output
2017-03-14 snippets: work around GNU Make 3.82 VPATH
2017-03-13 gnulib-tool: minor --gnu-make fixups
2017-03-12 gnulib-tool: new option --gnu-make
* .gitignore: Remove lib/arg-nonnull.h, lib/c++defs.h,
lib/warn-on-use.h. Change exception from
build-aux/snippet/_Noreturn.h to lib/_Noreturn.h.
* admin/authors.el (authors-renamed-files-regexps):
* admin/notes/copyright, make-dist:
The snippet files moved from build-aux/snippet to lib.
* lib/_Noreturn.h: Rename from build-aux/snippet/_Noreturn.h.
* lib/arg-nonnull.h: Rename from build-aux/snippet/arg-nonnull.h.
* lib/c++defs.h: Rename from build-aux/snippet/c++defs.h.
* lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
* lib/warn-on-use.h: Rename from build-aux/snippet/warn-on-use.h.
2017-03-14 14:50:02 -07:00
Paul Eggert
5badc81c1c
Update copyright year to 2017
...
Run admin/update-copyright.
2016-12-31 19:42:26 -08:00
Nicolas Petton
9a857b922e
* admin/authors.el (authors-renamed-files-alist): Addition.
2016-11-28 16:24:21 +01:00
Glenn Morris
7f43d7c010
* admin/authors.el (authors-aliases): Add an entry.
2016-11-23 14:19:31 -05:00
Nicolas Petton
3d63b488da
Update ChangeLog files and authors.el
...
* admin/authors.el (authors-renamed-files-alist): Add entries for
obsolete files.
* ChangeLog.2: Update.
2016-11-21 17:51:32 +01:00
Eli Zaretskii
0ffc9cef49
Update admin/authors.el
...
* admin/authors.el (authors-fixed-entries): Add an entry for Bob
Weiner.
2016-09-15 22:21:19 +03:00
Nicolas Petton
97d28b42a6
* admin/authors.el (authors-valid-file-names): Addition.
2016-07-24 16:21:26 +02:00
Nicolas Petton
9ab52f6987
* admin/authors.el: Additions.
2016-07-24 15:58:58 +02:00
Glenn Morris
e5e886d12f
* admin/authors.el (authors-ignored-files, authors-valid-file-names)
...
(authors-renamed-files-alist): Additions.
2016-06-19 18:25:19 -07:00
Glenn Morris
db0777b7bd
* admin/authors.el (authors-aliases, authors-fixed-case): Additions.
2016-06-19 18:05:55 -07:00
Nicolas Petton
3ca428e928
add entries to authors.el
...
* admin/authors.el (authors-renamed-files-alist): Add char-fold files.
2016-06-11 00:04:58 +02:00
Glenn Morris
3f4a9d9d26
* admin/authors.el (authors): First update the ChangeLog.
...
* admin/make-tarball.txt: Related updates.
2016-05-25 12:47:13 -04:00
Nicolas Petton
162e549c4e
* admin/authors.el (authors-ignored-files): Additions.
2016-04-22 18:50:26 +02:00
Nicolas Petton
5cf7c393b7
authors.el updates
...
* admin/authors.el (authors-ignored-files): Addition.
2016-03-02 17:03:59 +01:00
Nicolas Petton
eea0a2359f
authors.el updates
...
* admin/authors.el (authors-renamed-files-alist): Additions.
2016-01-30 15:20:11 +01:00
Nicolas Petton
6f747a7c57
authors.el updates
...
* admin/authors.el (authors-ignored-files, authors-renamed-files-alist):
Additions.
2016-01-24 13:31:54 +01:00
Paul Eggert
0e963201d0
Update copyright year to 2016
...
Run admin/update-copyright.
2016-01-01 01:34:24 -08:00