]> code.delx.au - gnu-emacs/commitdiff
authors.el: backport some additions
authorGlenn Morris <rgm@gnu.org>
Mon, 2 Feb 2015 01:17:57 +0000 (17:17 -0800)
committerGlenn Morris <rgm@gnu.org>
Mon, 2 Feb 2015 01:17:57 +0000 (17:17 -0800)
* lisp/emacs-lisp/authors.el (authors-obsolete-files-regexps)
(authors-valid-file-names, authors-renamed-files-alist): Additions.

lisp/ChangeLog
lisp/emacs-lisp/authors.el

index 2d4f71f6cecbf96a8e7ba197887a94f2696e6c2d..cc42bcecc9c9976a746a0efc7f9efd6f434b1b25 100644 (file)
@@ -1,3 +1,8 @@
+2015-02-02  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp/authors.el (authors-obsolete-files-regexps)
+       (authors-valid-file-names, authors-renamed-files-alist): Additions.
+
 2015-02-01  Alan Mackenzie  <acm@muc.de>
 
        CC Mode: Stop Font Lock forcing fontification from BOL.  Fixes
index e20ae9543cd73268ebc494927c4f1c223895b370..762b0a3a2f5eba23ea998b8fda3d43d900472997 100644 (file)
@@ -240,7 +240,7 @@ If REALNAME is nil, ignore that author.")
 
 (defvar authors-obsolete-files-regexps
   '(".*loaddefs.el$"                   ; not obsolete, but auto-generated
-    "\\.\\(cvs\\|git\\)ignore$"                ; obsolete or uninteresting
+    "\\.\\(bzr\\|cvs\\|git\\)ignore$"          ; obsolete or uninteresting
     "\\.arch-inventory$"
     "automated/data/"             ; not interesting
     ;; TODO lib/? Matches other things?
@@ -632,6 +632,7 @@ Changes to files in this list are not listed.")
     "images/page-down.xpm" "images/widen.pbm" "images/widen.xpm"
     "images/gnus/bar.xbm" "images/gnus/bar.xpm"
     "images/gnus/reverse-smile.xpm"
+    "notes/changelogs"
     "revdiff"                          ; admin/
     "vcdiff" "rcs-checkin" "tindex.pl"
     "mainmake" "sed1.inp" "sed2.inp" "sed3.inp" ; msdos/
@@ -848,6 +849,8 @@ in the repository.")
     ("grammars/wisent-grammar.el" . "wisent/grammar.el")
     ;; Moved from admin/nt/ to nt/.
     ("nt/README.W32" . "README.W32")
+    ("notes/BRANCH" . "notes/repo")
+    ("notes/bzr" . "notes/repo")
     )
   "Alist of files which have been renamed during their lifetime.
 Elements are (OLDNAME . NEWNAME).")