aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorStefan Kangas2021-12-05 06:30:35 +0100
committerStefan Kangas2021-12-05 06:30:35 +0100
commit520a703fa7db07ba82661e68cf4eafe7ba61a8d0 (patch)
treef0037702660118d199bd70a0fe644d9dbcaba761 /admin
parent8bdea767208257599f6ab727e51dd94f0c1872e1 (diff)
parentc086358574e3671787394c7b9f6069760e7c6b3c (diff)
downloademacs-520a703fa7db07ba82661e68cf4eafe7ba61a8d0.tar.gz
emacs-520a703fa7db07ba82661e68cf4eafe7ba61a8d0.zip
Merge from origin/emacs-28
c086358574 Update to Org 9.5.1-15-gdb4805 fef3e60061 * lisp/emacs-lisp/edebug.el (edebug-eval-defun): Minor doc... a1e30e4106 ; Fix most remaining AUTHORS warnings f3e6a432c5 ; * doc/misc/efaq.texi (New in Emacs 28): Add more news. 00236cc802 Fix the enumeration values returned by 'try_scrolling'
Diffstat (limited to 'admin')
-rw-r--r--admin/authors.el21
1 files changed, 19 insertions, 2 deletions
diff --git a/admin/authors.el b/admin/authors.el
index 11fbfc8afa4..d44bb9bf8e4 100644
--- a/admin/authors.el
+++ b/admin/authors.el
@@ -398,8 +398,12 @@ Changes to files matching one of the regexps in this list are not listed.")
398 "images/icons/allout-widgets-light-bg" 398 "images/icons/allout-widgets-light-bg"
399 "lisp/shorthand.el" 399 "lisp/shorthand.el"
400 "test/lisp/shorthand-tests.el" 400 "test/lisp/shorthand-tests.el"
401 "lisp/shorthands.el"
402 "test/src/comp-test-funcs.el"
401 "lisp/net/link.el" 403 "lisp/net/link.el"
402 "lisp/net/connection.el" 404 "lisp/net/connection.el"
405 "lisp/net/dictionary-link.el"
406 "test/src/comp-test-funcs-dyn.el"
403 ;; Never had any meaningful changes logged, now deleted: 407 ;; Never had any meaningful changes logged, now deleted:
404 "lib/stdarg.in.h" "lib/stdbool.in.h" 408 "lib/stdarg.in.h" "lib/stdbool.in.h"
405 "unidata/bidimirror.awk" "unidata/biditype.awk" 409 "unidata/bidimirror.awk" "unidata/biditype.awk"
@@ -537,6 +541,8 @@ Changes to files matching one of the regexps in this list are not listed.")
537 "lisp/org/ob-abc.el" 541 "lisp/org/ob-abc.el"
538 "lisp/org/ob-ebnf.el" 542 "lisp/org/ob-ebnf.el"
539 "lisp/org/ob-J.el" 543 "lisp/org/ob-J.el"
544 ;; Removed -- for now.
545 "test/src/doc-tests.el"
540 ) 546 )
541 "List of files and directories to ignore. 547 "List of files and directories to ignore.
542Changes to files in this list are not listed.") 548Changes to files in this list are not listed.")
@@ -999,6 +1005,7 @@ in the repository.")
999 ("DIFF" . "OTHER.EMACSES") 1005 ("DIFF" . "OTHER.EMACSES")
1000 ("CCADIFF" . "OTHER.EMACSES") 1006 ("CCADIFF" . "OTHER.EMACSES")
1001 ("GOSDIFF" . "OTHER.EMACSES") 1007 ("GOSDIFF" . "OTHER.EMACSES")
1008 ("emacs.appdata.xml" . "emacs.metainfo.xml")
1002 ;; Nextstep 1009 ;; Nextstep
1003 ("nextstep/Cocoa/Emacs.base/Contents/Info.plist" . "nextstep/templates/Info.plist.in") 1010 ("nextstep/Cocoa/Emacs.base/Contents/Info.plist" . "nextstep/templates/Info.plist.in")
1004 ;; Moved from lisp/tpu-doc.el to etc/tpu-edt.doc in Emacs 19.29. 1011 ;; Moved from lisp/tpu-doc.el to etc/tpu-edt.doc in Emacs 19.29.
@@ -1053,6 +1060,12 @@ in the repository.")
1053 ("lisp/gnus/messcompat.el" . "messcompat.el") 1060 ("lisp/gnus/messcompat.el" . "messcompat.el")
1054 ("html2text.el" . "html2text.el") 1061 ("html2text.el" . "html2text.el")
1055 ("lisp/net/html2text.el" . "html2text.el") 1062 ("lisp/net/html2text.el" . "html2text.el")
1063 ;; Obsolete in 28.1.
1064 ("inversion.el" . "inversion.el")
1065 ("test/lisp/cedet/inversion-tests.el" . "inversion-tests.el")
1066 ("test/lisp/mail/rfc2368-tests.el" . "rfc2368-tests.el")
1067 ;; This file was briefly obsolete:
1068 ("lisp/obsolete/erc-compat.el" . "erc-compat.el")
1056 ;; From lisp to etc/forms. 1069 ;; From lisp to etc/forms.
1057 ("forms-d2.el" . "forms-d2.el") 1070 ("forms-d2.el" . "forms-d2.el")
1058 ("forms-pass.el" . "forms-pass.el") 1071 ("forms-pass.el" . "forms-pass.el")
@@ -1195,8 +1208,12 @@ in the repository.")
1195 ("lisp/gnus/nnir.el" . "nnir.el") 1208 ("lisp/gnus/nnir.el" . "nnir.el")
1196 ("src/regex.c" . "emacs-regex.c") 1209 ("src/regex.c" . "emacs-regex.c")
1197 ("src/regex.h" . "emacs-regex.h") 1210 ("src/regex.h" . "emacs-regex.h")
1198 ("erc-compat.el" . "erc-compat.el") 1211 ("test/manual/rmailmm.el" . "rmailmm-tests.el")
1199 ("semantic-utest-fmt.el" . "format-tests.el") 1212 ("test/lisp/cedet/semantic-utest-fmt.el" . "format-tests.el")
1213 ("test/lisp/emacs-lisp/tabulated-list-test.el" . "tabulated-list-tests.el")
1214 ("test/lisp/url/url-handlers-test.el" . "url-handlers-tests.el")
1215 ("test/src/dired-tests.el" . "dired-tests.el")
1216 (".dir-locals.el" . ".dir-locals.el")
1200 ) 1217 )
1201 "Alist of files which have been renamed during their lifetime. 1218 "Alist of files which have been renamed during their lifetime.
1202Elements are (OLDNAME . NEWNAME).") 1219Elements are (OLDNAME . NEWNAME).")