]> git.eshelyaron.com Git - emacs.git/commitdiff
More authors.el updates
authorGlenn Morris <rgm@gnu.org>
Wed, 7 Jun 2017 18:27:21 +0000 (14:27 -0400)
committerGlenn Morris <rgm@gnu.org>
Wed, 7 Jun 2017 18:27:21 +0000 (14:27 -0400)
* admin/authors.el (authors-ignored-files, authors-valid-file-names)
(authors-renamed-files-alist): Additions.

; ChangeLog fixes

ChangeLog.2
admin/authors.el
doc/lispref/ChangeLog.1
lisp/ChangeLog.15
lisp/ChangeLog.16

index 3610aadba5725c946b1ce4092c635198be7e57c1..ab15b277cec6e651c7be905858524f6ed4cc7137 100644 (file)
        * lisp/thingatpt.el (thing-at-point): Only call 'length' on
        sequences.  (Bug#21391)
 
-2015-09-05  Philip  <pipcet@gmail.com>  (tiny change)
+2015-09-05  Pip Cet  <pipcet@gmail.com>  (tiny change)
 
        Fix segfaults due to using a stale face ID
        * src/xdisp.c (forget_escape_and_glyphless_faces): New function.
index 692c7b7b6c0a7db31f64c289f9d7cc33888bee17..86d42be8dc6744d30a018b6b017aae56e9d004aa 100644 (file)
@@ -323,6 +323,7 @@ Changes to files matching one of the regexps in this list are not listed.")
     "*.el"
     ;; Autogen:
     "cus-load.el" "finder-inf.el" "ldefs-boot.el" "loaddefs-boot.el"
+    "lisp/ldefs-boot-manual.el" "lisp/ldefs-boot-auto.el"
     "compile" "config.guess" "config.sub" "depcomp"
     "autogen/compile" "autogen/config.guess" "autogen/config.in"
     "autogen/config.sub" "autogen/depcomp" "autogen/install-sh"
@@ -392,6 +393,7 @@ Changes to files matching one of the regexps in this list are not listed.")
     ;; Not in gnulib anymore
     "lib/qset-acl.c" "lib/qcopy-acl.c" "lib/file-has-acl.c"
     ;; files from old MS Windows build procedures
+    "nt/gnulib-modules-to-delete.cfg"
     "makefile.w32-in"
     "admin/unidata/makefile.w32-in"
     "unidata/makefile.w32-in"
@@ -666,7 +668,7 @@ Changes to files in this list are not listed.")
     "ebuild.bat" "envadd.bat" "fast-install.bat" "install.bat"
     "multi-install-info.bat" "zipdist.bat"
     "debug.bat.in" "emacs.bat.in" "addsection.c"
-    "inc/sys/dir.h" "inc/gettext.h"
+    "inc/sys/dir.h" "inc/gettext.h" "nt/inc/socket.h"
     "time.h"
     ".gdbinit-union"
     "alloca.s"
@@ -705,6 +707,7 @@ Changes to files in this list are not listed.")
     "images/gnus/reverse-smile.xpm"
     "notes/commits" "notes/changelogs"
     "revdiff"                          ; admin/
+    "admin/ldefs-clean.el"
     "vcdiff" "rcs-checkin" "tindex.pl"
     "mainmake" "sed1.inp" "sed2.inp" "sed3.inp" ; msdos/
     "mac-fix-env.m"
@@ -762,7 +765,11 @@ Changes to files in this list are not listed.")
     ;; lib/
     "lib/stdio.c" "lib/gl_openssl.h" "lib/sigprocmask.c"
     "lib/pthread_sigprocmask.c" "lib/ldtoastr.c" "lib/dummy.c"
-    "lib/ignore-value.h"
+    "lib/ignore-value.h" "lib/Makefile.am"
+    "lib/pathmax.h" "lib/stat.c" "lib/strtoul.c" "lib/strtoull.c"
+    "lib/strtoumax.c" "lib/unsetenv.c"
+    "lib/getopt_cdefs.in.h" "lib/getopt_core.h" "lib/getopt_ext.h"
+    "lib/getopt_pfx_core.h" "lib/getopt_pfx_ext.h"
     ;; lib-src/
     "cvtmail.c" "digest-doc.c" "emacsserver.c" "emacstool.c" "env.c"
     "etags-vmslib.c" "fakemail.c" "getdate.c" "getopt.h" "getopt1.c"
@@ -778,6 +785,7 @@ Changes to files in this list are not listed.")
     "emacsclient.c" "etags.c" "hexl.c" "make-docfile.c" "movemail.c"
     "test-distrib.c" "testfile"
     "tpu-edt.doc"                      ; see below
+    "iso-swed.el"
     "lisp/obsolete/vc-mcvs.el"
     "obsolete/vc-mcvs.el"
     "nnwarchive.el"
@@ -792,7 +800,7 @@ Changes to files in this list are not listed.")
     "redisplay-testsuite.el"
     "cedet-utests.el" "ede-tests.el" "semantic-ia-utest.el"
     "semantic-tests.el" "semantic-utest-c.el" "semantic-utest.el"
-    "srecode-tests.el"
+    "srecode-tests.el" "make-test-deps.emacs-lisp"
     )
   "File names which are valid, but no longer exist (or cannot be found)
 in the repository.")
@@ -962,6 +970,18 @@ in the repository.")
     ("lisp/character-fold.el" . "lisp/char-fold.el")
     ("test/automated/character-fold-tests.el" . "char-fold-tests.el")
     ("test/automated/char-fold-tests.el" . "char-fold-tests.el")
+    ("test/lisp/character-fold-tests.el" . "char-fold-tests.el")
+    ("test/manual/cycle-tests.el" . "fns-tests.el")
+    ("test/manual/cyclic-tests.el" . "fns-tests.el")
+    ("test/lisp/dns-mode-tests.el" . "dns-mode-tests.el")
+    ("test/lisp/legacy/core-elisp-tests.el" . "lisp-tests.el")
+    ("test/lisp/legacy/decoder-test.el" . "coding-tests.el")
+    ("test/lisp/legacy/files-tests.el" . "files-tests.el")
+    ("test/lisp/legacy/font-parse-tests.el" . "font-tests.el")
+    ("test/lisp/legacy/lexbind-tests.el" . "bytecomp-test.el")
+    ("test/lisp/legacy/occur-tests.el" . "replace-tests.el")
+    ("test/lisp/legacy/syntax-tests.el" . "syntax-tests.el")
+    ("test/file-organisation.org" . "file-organization.org")
     ("images/gnus/mail_send.xpm" . "mail-send.xpm") ; still in images/gnus
     ("schema/xhtml-basic-form.rnc" . "xhtml-bform.rnc" )
     ("schema/xhtml-basic-table.rnc" . "xhtml-btable.rnc")
@@ -981,6 +1001,7 @@ in the repository.")
     ("icons/emacs21.ico" . "emacs21.ico")
     ("ja-dic" . "leim/ja-dic")
     ("quail" . "leim/quail")
+    ("admin/notes/triage" . "bug-triage")
     ;; Moved from autogen/ to admin/.
     ("autogen/update_autogen" . "update_autogen")
     ;; Moved from etc/ to admin/.
index c5b168b8a2e54d683dea62e39cf394a83db17dcb..1044ad7370b638d677c6bdf623cb5c03dfd945bf 100644 (file)
 
        * lists.texi (Sets And Lists): Mention cl provides union etc.
 
-2011-05-19  Nix  <nix@esperi.org.uk>
+2011-05-19  Nick Alcock  <nix@esperi.org.uk>
 
        * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
 
index 118c15979fa225873d5701563509ce9f28c08477..2512d35564f03d810a1046d9c30833f75cf15adf 100644 (file)
        * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
        `ad-do-it'.
 
-2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
+2009-11-08  Andrey Kotlarski  <m00naticus@gmail.com>  (tiny change)
 
        * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
        in order to keep context in SELinux.
index 059a07996b19928bae37cd313a86845b73767b83..691b7945bf4b891ea9c8b8b006525b36453ac52f 100644 (file)
        * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
        enabled.  Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
 
-2011-05-20  Nix  <nix@esperi.org.uk>
+2011-05-20  Nick Alcock  <nix@esperi.org.uk>
 
        * files.el (basic-save-buffer-2):
        Fix handling of break-hardlink-on-save with non-existent files.