aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2017-06-06 15:08:41 -0400
committerGlenn Morris2017-06-06 15:08:41 -0400
commita203e717ebe2b5a491b39a52f39e65ef17dc39a5 (patch)
treec50d690cc4ee5f9c95741b4c1822edb4588c07e5
parent0cd94b8a03e78bbfef3563ddd625b4cd817459bb (diff)
downloademacs-a203e717ebe2b5a491b39a52f39e65ef17dc39a5.tar.gz
emacs-a203e717ebe2b5a491b39a52f39e65ef17dc39a5.zip
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.
-rw-r--r--ChangeLog.28
-rw-r--r--admin/authors.el42
-rw-r--r--lisp/vc/pcvs.el2
-rw-r--r--test/lisp/emacs-lisp/checkdoc-tests.el2
4 files changed, 37 insertions, 17 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2
index 3b22d482963..3610aadba57 100644
--- a/ChangeLog.2
+++ b/ChangeLog.2
@@ -13551,7 +13551,7 @@
13551 to window primitives (e.g. window-start) with a GROUP argument by calls to 13551 to window primitives (e.g. window-start) with a GROUP argument by calls to
13552 new functions (e.g. window-group-start). 13552 new functions (e.g. window-group-start).
13553 13553
13554 * lisp/ispell.el (ispell-command-loop): Replace call to 13554 * lisp/textmodes/ispell.el (ispell-command-loop): Replace call to
13555 pos-visible-in-window-p with pos-visible-in-window-group-p. 13555 pos-visible-in-window-p with pos-visible-in-window-group-p.
13556 13556
13557 * lisp/window.el (window-group-start, window-group-end) 13557 * lisp/window.el (window-group-start, window-group-end)
@@ -17568,7 +17568,7 @@
17568 17568
175692015-11-09 Michael Sperber <mike@xemacs.org> 175692015-11-09 Michael Sperber <mike@xemacs.org>
17570 17570
17571 * lisp/gnus-sum.el (gnus-summary-backend-map): Bind B-backspace to 17571 * lisp/gnus/gnus-sum.el (gnus-summary-backend-map): Bind B-backspace to
17572 `gnus-summary-delete-article` in a way that also works on XEmacs. 17572 `gnus-summary-delete-article` in a way that also works on XEmacs.
17573 17573
175742015-11-08 Simen Heggestøyl <simenheg@gmail.com> 175742015-11-08 Simen Heggestøyl <simenheg@gmail.com>
@@ -26978,7 +26978,7 @@
26978 both cases. This has been regularized. Error signaling behavior 26978 both cases. This has been regularized. Error signaling behavior
26979 has been explicitly added to the doc string. 26979 has been explicitly added to the doc string.
26980 26980
26981 * lisp/cl-extra.el (cl-subseq): Defers to (seq-subseq) and is 26981 * lisp/emacs-lisp/cl-extra.el (cl-subseq): Defers to (seq-subseq) and is
26982 therefore also impacted by this change. Update the doc string 26982 therefore also impacted by this change. Update the doc string
26983 to reflect this. 26983 to reflect this.
26984 26984
@@ -28839,7 +28839,7 @@
28839 28839
288402015-06-29 Wolfgang Jenkner <wjenkner@inode.at> 288402015-06-29 Wolfgang Jenkner <wjenkner@inode.at>
28841 28841
28842 * lisp/calc-store.el (calc-insert-permanent-variable): Heed case. 28842 * lisp/calc/calc-store.el (calc-insert-permanent-variable): Heed case.
28843 Otherwise `s p' of f and F will stomp on each other's value. 28843 Otherwise `s p' of f and F will stomp on each other's value.
28844 (Bug#20916) 28844 (Bug#20916)
28845 28845
diff --git a/admin/authors.el b/admin/authors.el
index 4dfd183415a..4ca867f2842 100644
--- a/admin/authors.el
+++ b/admin/authors.el
@@ -78,7 +78,7 @@ files.")
78 ("François Pinard" "Francois Pinard") 78 ("François Pinard" "Francois Pinard")
79 ("Francesco Potortì" "Francesco Potorti" "Francesco Potorti`") 79 ("Francesco Potortì" "Francesco Potorti" "Francesco Potorti`")
80 ("Frederic Pierresteguy" "Fred Pierresteguy") 80 ("Frederic Pierresteguy" "Fred Pierresteguy")
81 (nil "FSF") 81 (nil "^FSF")
82 ("Gerd Möllmann" "Gerd Moellmann") 82 ("Gerd Möllmann" "Gerd Moellmann")
83 ("Hallvard B. Furuseth" "Hallvard B Furuseth" "Hallvard Furuseth") 83 ("Hallvard B. Furuseth" "Hallvard B Furuseth" "Hallvard Furuseth")
84 ("Hrvoje Nikšić" "Hrvoje Niksic") 84 ("Hrvoje Nikšić" "Hrvoje Niksic")
@@ -262,7 +262,11 @@ If REALNAME is nil, ignore that author.")
262 "\\.\\(bzr\\|cvs\\|git\\)ignore$" ; obsolete or uninteresting 262 "\\.\\(bzr\\|cvs\\|git\\)ignore$" ; obsolete or uninteresting
263 "\\.arch-inventory$" 263 "\\.arch-inventory$"
264 "ChangeLog\\(\\.[0-9]+\\)?\\'" 264 "ChangeLog\\(\\.[0-9]+\\)?\\'"
265 "automated/data/" ; not interesting 265 "\\(automated\\|test\\)/data/" ; not interesting
266 "test/etags/"
267 "indent/"
268 "-resources/"
269 "admin/unidata/[BINSU]"
266 ;; TODO lib/? Matches other things? 270 ;; TODO lib/? Matches other things?
267 "build-aux/" "m4/" "Emacs.xcodeproj" "mapfiles" "\\.map\\'" 271 "build-aux/" "m4/" "Emacs.xcodeproj" "mapfiles" "\\.map\\'"
268 "preferences\\.\\(nib\\|gorm\\)" 272 "preferences\\.\\(nib\\|gorm\\)"
@@ -274,7 +278,8 @@ Changes to files matching one of the regexps in this list are not listed.")
274 278
275(defconst authors-no-scan-regexps 279(defconst authors-no-scan-regexps
276 '("etc/nxml/" 280 '("etc/nxml/"
277 "automated/data/") 281 "test/data/"
282 "test/.*-resources/")
278 "Lists of regexps matching files not to scan for authorship.") 283 "Lists of regexps matching files not to scan for authorship.")
279 284
280(defconst authors-ignored-files 285(defconst authors-ignored-files
@@ -389,6 +394,7 @@ Changes to files matching one of the regexps in this list are not listed.")
389 "admin/unidata/makefile.w32-in" 394 "admin/unidata/makefile.w32-in"
390 "unidata/makefile.w32-in" 395 "unidata/makefile.w32-in"
391 "lib/makefile.w32-in" 396 "lib/makefile.w32-in"
397 "lib-src/makefile.w32-in"
392 "leim/makefile.w32-in" 398 "leim/makefile.w32-in"
393 "lisp/makefile.w32-in" 399 "lisp/makefile.w32-in"
394 "src/makefile.w32-in" 400 "src/makefile.w32-in"
@@ -402,12 +408,13 @@ Changes to files matching one of the regexps in this list are not listed.")
402 "src/paths.h" 408 "src/paths.h"
403 "envadd.bat" 409 "envadd.bat"
404 "multi-install-info.bat" 410 "multi-install-info.bat"
405 "INSTALL.OLD" 411 "INSTALL.OLD" "nt/INSTALL.OLD"
406 "nt/src/paths.h" 412 "nt/src/paths.h"
407 "nmake.defs" 413 "nmake.defs"
408 "gmake.defs" 414 "gmake.defs"
409 "zipdist.bat" 415 "zipdist.bat"
410 "nt/makefile.w32-in" 416 "nt/makefile.w32-in"
417 "nt/subdirs.el"
411 "config.nt" 418 "config.nt"
412 "nextstep/WISHLIST" 419 "nextstep/WISHLIST"
413 ) 420 )
@@ -653,7 +660,9 @@ Changes to files in this list are not listed.")
653 "configure" "config.h" 660 "configure" "config.h"
654 "is_exec.c" "sigaction.c" 661 "is_exec.c" "sigaction.c"
655 ;; nt/ 662 ;; nt/
656 "ebuild.bat" "install.bat" "fast-install.bat" 663 "config.nt" "gmake.defs" "gnulib.mk" "nmake.defs"
664 "ebuild.bat" "envadd.bat" "fast-install.bat" "install.bat"
665 "multi-install-info.bat" "zipdist.bat"
657 "debug.bat.in" "emacs.bat.in" "addsection.c" 666 "debug.bat.in" "emacs.bat.in" "addsection.c"
658 "inc/sys/dir.h" "inc/gettext.h" 667 "inc/sys/dir.h" "inc/gettext.h"
659 "time.h" 668 "time.h"
@@ -734,7 +743,9 @@ Changes to files in this list are not listed.")
734 "dns-mode.el" "run-at-time.el" "gnus-encrypt.el" "sha1-el.el" 743 "dns-mode.el" "run-at-time.el" "gnus-encrypt.el" "sha1-el.el"
735 "gnus-gl.el" "gnus.sum.el" "proto-stream.el" "color.el" "color-lab.el" 744 "gnus-gl.el" "gnus.sum.el" "proto-stream.el" "color.el" "color-lab.el"
736 "eww.el" "shr-color.el" "shr.el" "earcon.el" "gnus-audio.el" "encrypt.el" 745 "eww.el" "shr-color.el" "shr.el" "earcon.el" "gnus-audio.el" "encrypt.el"
737 "format-spec.el" "gnus-move.el" 746 "format-spec.el" "gnus-move.el" "gnus-sync.el"
747 "auth-source.el" "mailcap.el" "pop3.el" "qp.el" "registry.el"
748 "rfc2231.el" "sieve.el" "sieve-mode.el"
738 ;; doc 749 ;; doc
739 "getopt.c" "texindex.c" "news.texi" "vc.texi" "vc2-xtra.texi" 750 "getopt.c" "texindex.c" "news.texi" "vc.texi" "vc2-xtra.texi"
740 "back.texi" "vol1.texi" "vol2.texi" "elisp-covers.texi" "two.el" 751 "back.texi" "vol1.texi" "vol2.texi" "elisp-covers.texi" "two.el"
@@ -764,10 +775,15 @@ Changes to files in this list are not listed.")
764 "emacsclient.c" "etags.c" "hexl.c" "make-docfile.c" "movemail.c" 775 "emacsclient.c" "etags.c" "hexl.c" "make-docfile.c" "movemail.c"
765 "test-distrib.c" "testfile" 776 "test-distrib.c" "testfile"
766 "tpu-edt.doc" ; see below 777 "tpu-edt.doc" ; see below
778 "lisp/obsolete/vc-mcvs.el"
767 "obsolete/vc-mcvs.el" 779 "obsolete/vc-mcvs.el"
768 "nnwarchive.el" 780 "nnwarchive.el"
769 "nnultimate.el" 781 "nnultimate.el"
770 "nnslashdot.el" 782 "nnslashdot.el"
783 "keyswap.el"
784 "mouse-sel.el"
785 "nxml-glyph.el"
786 "tramp-gw.el"
771 "webmail.el" 787 "webmail.el"
772 ) 788 )
773 "File names which are valid, but no longer exist (or cannot be found) 789 "File names which are valid, but no longer exist (or cannot be found)
@@ -881,10 +897,13 @@ in the repository.")
881 ("nxml/test.invalid.xml" . "test-invalid.xml") 897 ("nxml/test.invalid.xml" . "test-invalid.xml")
882 ("nxml/test.valid.xml" . "test-valid.xml") 898 ("nxml/test.valid.xml" . "test-valid.xml")
883 ;; The one in lisp is eshell/eshell.el. 899 ;; The one in lisp is eshell/eshell.el.
884 ("eshell.el" . "automated/eshell.el") 900 ("eshell.el" . "eshell-tests.el")
885 ("eshell/esh-test.el" . "automated/eshell.el") 901 ("automated/eshell.el" . "eshell-tests.el")
886 ("automated/cl-lib.el" . "automated/cl-lib-tests.el") 902 ("eshell/esh-test.el" . "eshell-tests.el")
887 ("automated/package-x-test.el" . "automated/package-test.el") 903 ("automated/cl-lib.el" . "cl-lib-tests.el")
904 ("automated/cl-lib-tests.el" . "cl-lib-tests.el")
905 ("automated/package-x-test.el" . "package-tests.el")
906 ("automated/package-test.el" . "package-tests.el")
888 ("indent/js-indent-first-initialiser-t.js" . "indent/js-indent-init-t.js") 907 ("indent/js-indent-first-initialiser-t.js" . "indent/js-indent-init-t.js")
889 ("indent/js-indent-first-initialiser-dynamic.js" . 908 ("indent/js-indent-first-initialiser-dynamic.js" .
890 "indent/js-indent-init-dynamic.js") 909 "indent/js-indent-init-dynamic.js")
@@ -931,7 +950,8 @@ in the repository.")
931 ("GNU.JOKES" . "JOKES") 950 ("GNU.JOKES" . "JOKES")
932 ("CHARACTERS" . "TODO") 951 ("CHARACTERS" . "TODO")
933 ("lisp/character-fold.el" . "lisp/char-fold.el") 952 ("lisp/character-fold.el" . "lisp/char-fold.el")
934 ("test/automated/character-fold-tests.el" . "test/automated/char-fold-tests.el") 953 ("test/automated/character-fold-tests.el" . "char-fold-tests.el")
954 ("test/automated/char-fold-tests.el" . "char-fold-tests.el")
935 ("images/gnus/mail_send.xpm" . "mail-send.xpm") ; still in images/gnus 955 ("images/gnus/mail_send.xpm" . "mail-send.xpm") ; still in images/gnus
936 ("schema/xhtml-basic-form.rnc" . "xhtml-bform.rnc" ) 956 ("schema/xhtml-basic-form.rnc" . "xhtml-bform.rnc" )
937 ("schema/xhtml-basic-table.rnc" . "xhtml-btable.rnc") 957 ("schema/xhtml-basic-table.rnc" . "xhtml-btable.rnc")
diff --git a/lisp/vc/pcvs.el b/lisp/vc/pcvs.el
index e48f72643e3..3ab34236685 100644
--- a/lisp/vc/pcvs.el
+++ b/lisp/vc/pcvs.el
@@ -10,7 +10,7 @@
10;; Jim Kingdon <kingdon@cyclic.com> 10;; Jim Kingdon <kingdon@cyclic.com>
11;; Stefan Monnier <monnier@cs.yale.edu> 11;; Stefan Monnier <monnier@cs.yale.edu>
12;; Greg Klanderman <greg@alphatech.com> 12;; Greg Klanderman <greg@alphatech.com>
13;; Jari Aalto+mail.emacs <jari.aalto@poboxes.com> 13;; Jari Aalto <jari.aalto@poboxes.com>
14;; Maintainer: Stefan Monnier <monnier@gnu.org> 14;; Maintainer: Stefan Monnier <monnier@gnu.org>
15;; Keywords: CVS, vc, release management 15;; Keywords: CVS, vc, release management
16 16
diff --git a/test/lisp/emacs-lisp/checkdoc-tests.el b/test/lisp/emacs-lisp/checkdoc-tests.el
index ac1375e1d32..69985506f78 100644
--- a/test/lisp/emacs-lisp/checkdoc-tests.el
+++ b/test/lisp/emacs-lisp/checkdoc-tests.el
@@ -2,7 +2,7 @@
2 2
3;; Copyright (C) 2016-2017 Free Software Foundation, Inc. 3;; Copyright (C) 2016-2017 Free Software Foundation, Inc.
4 4
5;; Author: Google Inc. 5;; Author: Philipp Stephani <phst@google.com>
6 6
7;; This file is part of GNU Emacs. 7;; This file is part of GNU Emacs.
8 8