aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2017-06-07 14:27:21 -0400
committerGlenn Morris2017-06-07 14:27:21 -0400
commit9d63c87e91ab3ddf50f009e736640d1dfc1c56c5 (patch)
tree972e31a4d676bbc1fa831e1afa7685fb23e68f11
parentb1103a2c4f36038cbb30caba6a199744acc9e0d9 (diff)
downloademacs-9d63c87e91ab3ddf50f009e736640d1dfc1c56c5.tar.gz
emacs-9d63c87e91ab3ddf50f009e736640d1dfc1c56c5.zip
More authors.el updates
* admin/authors.el (authors-ignored-files, authors-valid-file-names) (authors-renamed-files-alist): Additions. ; ChangeLog fixes
-rw-r--r--ChangeLog.22
-rw-r--r--admin/authors.el27
-rw-r--r--doc/lispref/ChangeLog.12
-rw-r--r--lisp/ChangeLog.152
-rw-r--r--lisp/ChangeLog.162
5 files changed, 28 insertions, 7 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2
index 3610aadba57..ab15b277cec 100644
--- a/ChangeLog.2
+++ b/ChangeLog.2
@@ -23860,7 +23860,7 @@
23860 * lisp/thingatpt.el (thing-at-point): Only call 'length' on 23860 * lisp/thingatpt.el (thing-at-point): Only call 'length' on
23861 sequences. (Bug#21391) 23861 sequences. (Bug#21391)
23862 23862
238632015-09-05 Philip <pipcet@gmail.com> (tiny change) 238632015-09-05 Pip Cet <pipcet@gmail.com> (tiny change)
23864 23864
23865 Fix segfaults due to using a stale face ID 23865 Fix segfaults due to using a stale face ID
23866 * src/xdisp.c (forget_escape_and_glyphless_faces): New function. 23866 * src/xdisp.c (forget_escape_and_glyphless_faces): New function.
diff --git a/admin/authors.el b/admin/authors.el
index 692c7b7b6c0..86d42be8dc6 100644
--- a/admin/authors.el
+++ b/admin/authors.el
@@ -323,6 +323,7 @@ Changes to files matching one of the regexps in this list are not listed.")
323 "*.el" 323 "*.el"
324 ;; Autogen: 324 ;; Autogen:
325 "cus-load.el" "finder-inf.el" "ldefs-boot.el" "loaddefs-boot.el" 325 "cus-load.el" "finder-inf.el" "ldefs-boot.el" "loaddefs-boot.el"
326 "lisp/ldefs-boot-manual.el" "lisp/ldefs-boot-auto.el"
326 "compile" "config.guess" "config.sub" "depcomp" 327 "compile" "config.guess" "config.sub" "depcomp"
327 "autogen/compile" "autogen/config.guess" "autogen/config.in" 328 "autogen/compile" "autogen/config.guess" "autogen/config.in"
328 "autogen/config.sub" "autogen/depcomp" "autogen/install-sh" 329 "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.")
392 ;; Not in gnulib anymore 393 ;; Not in gnulib anymore
393 "lib/qset-acl.c" "lib/qcopy-acl.c" "lib/file-has-acl.c" 394 "lib/qset-acl.c" "lib/qcopy-acl.c" "lib/file-has-acl.c"
394 ;; files from old MS Windows build procedures 395 ;; files from old MS Windows build procedures
396 "nt/gnulib-modules-to-delete.cfg"
395 "makefile.w32-in" 397 "makefile.w32-in"
396 "admin/unidata/makefile.w32-in" 398 "admin/unidata/makefile.w32-in"
397 "unidata/makefile.w32-in" 399 "unidata/makefile.w32-in"
@@ -666,7 +668,7 @@ Changes to files in this list are not listed.")
666 "ebuild.bat" "envadd.bat" "fast-install.bat" "install.bat" 668 "ebuild.bat" "envadd.bat" "fast-install.bat" "install.bat"
667 "multi-install-info.bat" "zipdist.bat" 669 "multi-install-info.bat" "zipdist.bat"
668 "debug.bat.in" "emacs.bat.in" "addsection.c" 670 "debug.bat.in" "emacs.bat.in" "addsection.c"
669 "inc/sys/dir.h" "inc/gettext.h" 671 "inc/sys/dir.h" "inc/gettext.h" "nt/inc/socket.h"
670 "time.h" 672 "time.h"
671 ".gdbinit-union" 673 ".gdbinit-union"
672 "alloca.s" 674 "alloca.s"
@@ -705,6 +707,7 @@ Changes to files in this list are not listed.")
705 "images/gnus/reverse-smile.xpm" 707 "images/gnus/reverse-smile.xpm"
706 "notes/commits" "notes/changelogs" 708 "notes/commits" "notes/changelogs"
707 "revdiff" ; admin/ 709 "revdiff" ; admin/
710 "admin/ldefs-clean.el"
708 "vcdiff" "rcs-checkin" "tindex.pl" 711 "vcdiff" "rcs-checkin" "tindex.pl"
709 "mainmake" "sed1.inp" "sed2.inp" "sed3.inp" ; msdos/ 712 "mainmake" "sed1.inp" "sed2.inp" "sed3.inp" ; msdos/
710 "mac-fix-env.m" 713 "mac-fix-env.m"
@@ -762,7 +765,11 @@ Changes to files in this list are not listed.")
762 ;; lib/ 765 ;; lib/
763 "lib/stdio.c" "lib/gl_openssl.h" "lib/sigprocmask.c" 766 "lib/stdio.c" "lib/gl_openssl.h" "lib/sigprocmask.c"
764 "lib/pthread_sigprocmask.c" "lib/ldtoastr.c" "lib/dummy.c" 767 "lib/pthread_sigprocmask.c" "lib/ldtoastr.c" "lib/dummy.c"
765 "lib/ignore-value.h" 768 "lib/ignore-value.h" "lib/Makefile.am"
769 "lib/pathmax.h" "lib/stat.c" "lib/strtoul.c" "lib/strtoull.c"
770 "lib/strtoumax.c" "lib/unsetenv.c"
771 "lib/getopt_cdefs.in.h" "lib/getopt_core.h" "lib/getopt_ext.h"
772 "lib/getopt_pfx_core.h" "lib/getopt_pfx_ext.h"
766 ;; lib-src/ 773 ;; lib-src/
767 "cvtmail.c" "digest-doc.c" "emacsserver.c" "emacstool.c" "env.c" 774 "cvtmail.c" "digest-doc.c" "emacsserver.c" "emacstool.c" "env.c"
768 "etags-vmslib.c" "fakemail.c" "getdate.c" "getopt.h" "getopt1.c" 775 "etags-vmslib.c" "fakemail.c" "getdate.c" "getopt.h" "getopt1.c"
@@ -778,6 +785,7 @@ Changes to files in this list are not listed.")
778 "emacsclient.c" "etags.c" "hexl.c" "make-docfile.c" "movemail.c" 785 "emacsclient.c" "etags.c" "hexl.c" "make-docfile.c" "movemail.c"
779 "test-distrib.c" "testfile" 786 "test-distrib.c" "testfile"
780 "tpu-edt.doc" ; see below 787 "tpu-edt.doc" ; see below
788 "iso-swed.el"
781 "lisp/obsolete/vc-mcvs.el" 789 "lisp/obsolete/vc-mcvs.el"
782 "obsolete/vc-mcvs.el" 790 "obsolete/vc-mcvs.el"
783 "nnwarchive.el" 791 "nnwarchive.el"
@@ -792,7 +800,7 @@ Changes to files in this list are not listed.")
792 "redisplay-testsuite.el" 800 "redisplay-testsuite.el"
793 "cedet-utests.el" "ede-tests.el" "semantic-ia-utest.el" 801 "cedet-utests.el" "ede-tests.el" "semantic-ia-utest.el"
794 "semantic-tests.el" "semantic-utest-c.el" "semantic-utest.el" 802 "semantic-tests.el" "semantic-utest-c.el" "semantic-utest.el"
795 "srecode-tests.el" 803 "srecode-tests.el" "make-test-deps.emacs-lisp"
796 ) 804 )
797 "File names which are valid, but no longer exist (or cannot be found) 805 "File names which are valid, but no longer exist (or cannot be found)
798in the repository.") 806in the repository.")
@@ -962,6 +970,18 @@ in the repository.")
962 ("lisp/character-fold.el" . "lisp/char-fold.el") 970 ("lisp/character-fold.el" . "lisp/char-fold.el")
963 ("test/automated/character-fold-tests.el" . "char-fold-tests.el") 971 ("test/automated/character-fold-tests.el" . "char-fold-tests.el")
964 ("test/automated/char-fold-tests.el" . "char-fold-tests.el") 972 ("test/automated/char-fold-tests.el" . "char-fold-tests.el")
973 ("test/lisp/character-fold-tests.el" . "char-fold-tests.el")
974 ("test/manual/cycle-tests.el" . "fns-tests.el")
975 ("test/manual/cyclic-tests.el" . "fns-tests.el")
976 ("test/lisp/dns-mode-tests.el" . "dns-mode-tests.el")
977 ("test/lisp/legacy/core-elisp-tests.el" . "lisp-tests.el")
978 ("test/lisp/legacy/decoder-test.el" . "coding-tests.el")
979 ("test/lisp/legacy/files-tests.el" . "files-tests.el")
980 ("test/lisp/legacy/font-parse-tests.el" . "font-tests.el")
981 ("test/lisp/legacy/lexbind-tests.el" . "bytecomp-test.el")
982 ("test/lisp/legacy/occur-tests.el" . "replace-tests.el")
983 ("test/lisp/legacy/syntax-tests.el" . "syntax-tests.el")
984 ("test/file-organisation.org" . "file-organization.org")
965 ("images/gnus/mail_send.xpm" . "mail-send.xpm") ; still in images/gnus 985 ("images/gnus/mail_send.xpm" . "mail-send.xpm") ; still in images/gnus
966 ("schema/xhtml-basic-form.rnc" . "xhtml-bform.rnc" ) 986 ("schema/xhtml-basic-form.rnc" . "xhtml-bform.rnc" )
967 ("schema/xhtml-basic-table.rnc" . "xhtml-btable.rnc") 987 ("schema/xhtml-basic-table.rnc" . "xhtml-btable.rnc")
@@ -981,6 +1001,7 @@ in the repository.")
981 ("icons/emacs21.ico" . "emacs21.ico") 1001 ("icons/emacs21.ico" . "emacs21.ico")
982 ("ja-dic" . "leim/ja-dic") 1002 ("ja-dic" . "leim/ja-dic")
983 ("quail" . "leim/quail") 1003 ("quail" . "leim/quail")
1004 ("admin/notes/triage" . "bug-triage")
984 ;; Moved from autogen/ to admin/. 1005 ;; Moved from autogen/ to admin/.
985 ("autogen/update_autogen" . "update_autogen") 1006 ("autogen/update_autogen" . "update_autogen")
986 ;; Moved from etc/ to admin/. 1007 ;; Moved from etc/ to admin/.
diff --git a/doc/lispref/ChangeLog.1 b/doc/lispref/ChangeLog.1
index c5b168b8a2e..1044ad7370b 100644
--- a/doc/lispref/ChangeLog.1
+++ b/doc/lispref/ChangeLog.1
@@ -4843,7 +4843,7 @@
4843 4843
4844 * lists.texi (Sets And Lists): Mention cl provides union etc. 4844 * lists.texi (Sets And Lists): Mention cl provides union etc.
4845 4845
48462011-05-19 Nix <nix@esperi.org.uk> 48462011-05-19 Nick Alcock <nix@esperi.org.uk>
4847 4847
4848 * windows.texi (Displaying Buffers): pop-to-buffer is not a command. 4848 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
4849 4849
diff --git a/lisp/ChangeLog.15 b/lisp/ChangeLog.15
index 118c15979fa..2512d35564f 100644
--- a/lisp/ChangeLog.15
+++ b/lisp/ChangeLog.15
@@ -16417,7 +16417,7 @@
16417 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on 16417 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
16418 `ad-do-it'. 16418 `ad-do-it'.
16419 16419
164202009-11-08 Andr <m00naticus@gmail.com> (tiny change) 164202009-11-08 Andrey Kotlarski <m00naticus@gmail.com> (tiny change)
16421 16421
16422 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file, 16422 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
16423 in order to keep context in SELinux. 16423 in order to keep context in SELinux.
diff --git a/lisp/ChangeLog.16 b/lisp/ChangeLog.16
index 059a07996b1..691b7945bf4 100644
--- a/lisp/ChangeLog.16
+++ b/lisp/ChangeLog.16
@@ -22485,7 +22485,7 @@
22485 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is 22485 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
22486 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704). 22486 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
22487 22487
224882011-05-20 Nix <nix@esperi.org.uk> 224882011-05-20 Nick Alcock <nix@esperi.org.uk>
22489 22489
22490 * files.el (basic-save-buffer-2): 22490 * files.el (basic-save-buffer-2):
22491 Fix handling of break-hardlink-on-save with non-existent files. 22491 Fix handling of break-hardlink-on-save with non-existent files.