bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#37973: 26.2; Entertaining comments in admin.el


From: Rolf Ade
Subject: bug#37973: 26.2; Entertaining comments in admin.el
Date: Tue, 29 Oct 2019 01:33:48 +0100

Note the date and "only briefly present". Is there something not
finished but got forgotten?

commit 0d613483907fc9b053de10dfb0377f2b67eac682
Author: Glenn Morris <rgm@gnu.org>
Date:   Thu Jan 16 21:11:36 2014 -0500

    Make M-x authors return zero *Authors Errors* from current logs
    
    * lisp/emacs-lisp/authors.el (authors-obsolete-files-regexps):
    (authors-ignored-files): Add some entries, remove others.
    (authors-ambiguous-files, authors-valid-file-names): Add some entries.
    (authors-renamed-files-alist): Add, remove, and adjust entries.
    (authors-renamed-files-regexps): Add some entries.
    Remove some very broad ones.  Make some entries `lax'.
    (authors-lax-changelogs): New constant.
    (authors-disambiguate-file-name): Treat top-level specially.
    (authors-lax-changelog-p): New function.
    (authors-canonical-file-name): Check file as written against
    authors-valid-file-names.  Do not special-case etc/.
    Handle `lax' logs and authors-renamed-files-regexps elements.
    
    * admin/make-tarball.txt: Update for no expected *Authors Errors*.

diff --git a/lisp/emacs-lisp/authors.el b/lisp/emacs-lisp/authors.el
--- a/lisp/emacs-lisp/authors.el
+++ b/lisp/emacs-lisp/authors.el
@@ -280,0 +283,2 @@
+    ;; Only briefly present.
+    "tests/gnustest-nntp.el" "tests/gnustest-registry.el"


Even more so here: "only installed very briefly" and not touched for 10
years.

commit 1fc28a2c9d6d862fabfc7e8deb01d6563253b2fc
Author: Glenn Morris <rgm@gnu.org>
Date:   Wed Sep 30 02:27:10 2009 +0000

    (authors-ignored-files): Add "js2-mode.el".

diff --git a/lisp/emacs-lisp/authors.el b/lisp/emacs-lisp/authors.el
--- a/lisp/emacs-lisp/authors.el
+++ b/lisp/emacs-lisp/authors.el
@@ -246,0 +246,1 @@
+    "js2-mode.el"      ; only installed very briefly, replaced by js.el





reply via email to

[Prev in Thread] Current Thread [Next in Thread]