diff options
| author | Paul Eggert | 2016-08-05 14:10:30 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-08-05 14:10:30 -0700 |
| commit | 0274862f395807d05585eb6325c5285f1bf775d8 (patch) | |
| tree | da85c643cf8040db118538bf7705d2a461ec055a /admin | |
| parent | f902a6b89e6970eabaaf3c2c1452bf2104e2004b (diff) | |
| parent | d08afa1d0339425f03a48e533166a7cadfa66139 (diff) | |
| download | emacs-0274862f395807d05585eb6325c5285f1bf775d8.tar.gz emacs-0274862f395807d05585eb6325c5285f1bf775d8.zip | |
Merge from origin/emacs-25
d08afa1 * etc/AUTHORS: Update the AUTHORS file
2668500 ;; * ChangeLog.2: ChangeLog update.
7acfaea ; ChangeLog fixes
97d28b4 * admin/authors.el (authors-valid-file-names): Addition.
9ab52f6 * admin/authors.el: Additions.
0e646c7 Warn about Cairo-related problems
bc4c07f Don't let completion break `declare' handling
66f95e0 Adjust match data before calling after-change-funs
52cf0d5 Do not show string-rectangle preview if minibuffer is empty
6a3d031 * etc/PROBLEMS: Add entry about selection problems under Plas...
# Conflicts:
# ChangeLog.2
# src/lisp.h
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/authors.el | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/admin/authors.el b/admin/authors.el index 0738e2a8dd1..3e9e005e222 100644 --- a/admin/authors.el +++ b/admin/authors.el | |||
| @@ -652,6 +652,7 @@ Changes to files in this list are not listed.") | |||
| 652 | "ebuild.bat" "install.bat" "fast-install.bat" | 652 | "ebuild.bat" "install.bat" "fast-install.bat" |
| 653 | "debug.bat.in" "emacs.bat.in" "addsection.c" | 653 | "debug.bat.in" "emacs.bat.in" "addsection.c" |
| 654 | "inc/sys/dir.h" "inc/gettext.h" | 654 | "inc/sys/dir.h" "inc/gettext.h" |
| 655 | "time.h" | ||
| 655 | ".gdbinit-union" | 656 | ".gdbinit-union" |
| 656 | "alloca.s" | 657 | "alloca.s" |
| 657 | "make-delta" | 658 | "make-delta" |
| @@ -750,11 +751,20 @@ Changes to files in this list are not listed.") | |||
| 750 | "getopt_.h" "getopt_int.h" "gettext.h" "leditcfns.c" "loadst.c" | 751 | "getopt_.h" "getopt_int.h" "gettext.h" "leditcfns.c" "loadst.c" |
| 751 | "make-path.c" "qsort.c" "sorted-doc.c" "tcp.c" "timer.c" "wakeup.c" | 752 | "make-path.c" "qsort.c" "sorted-doc.c" "tcp.c" "timer.c" "wakeup.c" |
| 752 | "yow.c" "grep-changelog" "grep-changelog.1" | 753 | "yow.c" "grep-changelog" "grep-changelog.1" |
| 754 | ;; semantic files now removed from the repository | ||
| 755 | "semantic/bovine/c-by.el" "semantic/bovine/make-by.el" | ||
| 756 | "semantic/bovine/scm-by.el" "semantic/wisent/javat-wy.el" | ||
| 757 | "semantic/wisent/js-wy.el" "semantic/wisent/python-wy.el" | ||
| 758 | "srecode/srt-wy.el" | ||
| 753 | ;; etc/ | 759 | ;; etc/ |
| 754 | "emacsclient.c" "etags.c" "hexl.c" "make-docfile.c" "movemail.c" | 760 | "emacsclient.c" "etags.c" "hexl.c" "make-docfile.c" "movemail.c" |
| 755 | "test-distrib.c" "testfile" | 761 | "test-distrib.c" "testfile" |
| 756 | "tpu-edt.doc" ; see below | 762 | "tpu-edt.doc" ; see below |
| 757 | "lisp/obsolete/vc-mcvs.el" | 763 | "obsolete/vc-mcvs.el" |
| 764 | "nnwarchive.el" | ||
| 765 | "nnultimate.el" | ||
| 766 | "nnslashdot.el" | ||
| 767 | "webmail.el" | ||
| 758 | ) | 768 | ) |
| 759 | "File names which are valid, but no longer exist (or cannot be found) | 769 | "File names which are valid, but no longer exist (or cannot be found) |
| 760 | in the repository.") | 770 | in the repository.") |
| @@ -892,6 +902,14 @@ in the repository.") | |||
| 892 | ("major.texi" . "modes.texi") | 902 | ("major.texi" . "modes.texi") |
| 893 | ("msdog-xtra.texi" . "msdos-xtra.texi") | 903 | ("msdog-xtra.texi" . "msdos-xtra.texi") |
| 894 | ("msdog.texi" . "msdos.texi") | 904 | ("msdog.texi" . "msdos.texi") |
| 905 | ;; Moved from lisp/gnus/ to lisp/calendar/ | ||
| 906 | ("time-date.el" . "calendar/time-date.el") | ||
| 907 | ;; Moved from lisp/gnus/ to lisp/mail/ | ||
| 908 | ("binhex.el" . "mail/binhex.el") | ||
| 909 | ("uudecode.el" . "mail/uudecode.el") | ||
| 910 | ;; Moved from lisp/gnus/ to lisp/net/ | ||
| 911 | ("imap.el" . "net/imap.el") | ||
| 912 | ("rfc2104.el" . "net/rfc2104.el") | ||
| 895 | ;; And from emacs/ to misc/ and back again. | 913 | ;; And from emacs/ to misc/ and back again. |
| 896 | ("ns-emacs.texi" . "macos.texi") | 914 | ("ns-emacs.texi" . "macos.texi") |
| 897 | ("overrides.texi" . "gnus-overrides.texi") | 915 | ("overrides.texi" . "gnus-overrides.texi") |
| @@ -909,7 +927,6 @@ in the repository.") | |||
| 909 | ("lisp/character-fold.el" . "lisp/char-fold.el") | 927 | ("lisp/character-fold.el" . "lisp/char-fold.el") |
| 910 | ("test/automated/character-fold-tests.el" . "test/automated/char-fold-tests.el") | 928 | ("test/automated/character-fold-tests.el" . "test/automated/char-fold-tests.el") |
| 911 | ("images/gnus/mail_send.xpm" . "mail-send.xpm") ; still in images/gnus | 929 | ("images/gnus/mail_send.xpm" . "mail-send.xpm") ; still in images/gnus |
| 912 | ;; Renamed within same directory. | ||
| 913 | ("schema/xhtml-basic-form.rnc" . "xhtml-bform.rnc" ) | 930 | ("schema/xhtml-basic-form.rnc" . "xhtml-bform.rnc" ) |
| 914 | ("schema/xhtml-basic-table.rnc" . "xhtml-btable.rnc") | 931 | ("schema/xhtml-basic-table.rnc" . "xhtml-btable.rnc") |
| 915 | ("schema/xhtml-list.rnc" . "xhtml-lst.rnc") | 932 | ("schema/xhtml-list.rnc" . "xhtml-lst.rnc") |