aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/authors.el47
1 files changed, 24 insertions, 23 deletions
diff --git a/admin/authors.el b/admin/authors.el
index 7a7bdc6ac5c..96c07c2ec9b 100644
--- a/admin/authors.el
+++ b/admin/authors.el
@@ -392,6 +392,8 @@ If REALNAME is nil, ignore that author.")
392 "test/etags/" 392 "test/etags/"
393 "\\`\\(indent\\|automated\\)\\'" "indent/" "mod-test/" 393 "\\`\\(indent\\|automated\\)\\'" "indent/" "mod-test/"
394 "-resources/" 394 "-resources/"
395 "unidata/.*\\.txt\\'"
396 "BidiCharacterTest\\.txt"
395 ;; TODO lib/? Matches other things? 397 ;; TODO lib/? Matches other things?
396 "build-aux/" "m4/" "Emacs\\.xcodeproj" "mapfiles" "\\.map\\'" 398 "build-aux/" "m4/" "Emacs\\.xcodeproj" "mapfiles" "\\.map\\'"
397 "preferences\\.\\(nib\\|gorm\\)" 399 "preferences\\.\\(nib\\|gorm\\)"
@@ -686,29 +688,7 @@ Changes to files matching one of the regexps in this list are not listed.")
686 "lisp/org/ob-picolisp.el" 688 "lisp/org/ob-picolisp.el"
687 "lisp/obsolete/levents.el" 689 "lisp/obsolete/levents.el"
688 "lisp/obsolete/lucid.el" 690 "lisp/obsolete/lucid.el"
689 "lisp/obsolete/old-whitespace.el" 691 "lisp/obsolete/old-whitespace.el")
690 ;; These are imported from Unicode
691 "unidata/UnicodeData.txt" "admin/unidata/UnicodeData.txt"
692 "admin/unidata/BidiBrackets.txt" "unidata/BidiBrackets.txt"
693 "admin/unidata/BidiMirroring.txt" "unidata/BidiMirroring.txt"
694 "admin/unidata/Blocks.txt"
695 "admin/unidata/IVD_Sequences.txt" "unidata/IVD_Sequences.txt"
696 "admin/unidata/IdnaMappingTable.txt"
697 "admin/unidata/NormalizationTest.txt"
698 "admin/unidata/PropertyValueAliases.txt"
699 "admin/unidata/ScriptExtensions.txt"
700 "admin/unidata/Scripts.txt"
701 "admin/unidata/SpecialCasing.txt"
702 "admin/unidata/UnicodeData.txt"
703 "admin/unidata/confusables.txt"
704 "admin/unidata/copyright.html"
705 "test/manual/BidiCharacterTest.txt"
706 "admin/unidata/emoji-data.txt"
707 "admin/unidata/emoji-sequences.txt"
708 "admin/unidata/emoji-test.txt"
709 "admin/unidata/emoji-variation-sequences.txt"
710 "admin/unidata/emoji-zwj-sequences.txt"
711 )
712 "List of files and directories to ignore. 692 "List of files and directories to ignore.
713Changes to files in this list are not listed.") 693Changes to files in this list are not listed.")
714 694
@@ -1171,6 +1151,27 @@ AUTHORS file. There are also some more recent manual additions.")
1171 "admin/notes/tree-sitter/build-module/batch.sh" 1151 "admin/notes/tree-sitter/build-module/batch.sh"
1172 "doc/misc/gnus-coding.texi" 1152 "doc/misc/gnus-coding.texi"
1173 "gnus-coding.texi" 1153 "gnus-coding.texi"
1154 ;; These are imported from Unicode
1155 "unidata/UnicodeData.txt" "admin/unidata/UnicodeData.txt"
1156 "admin/unidata/BidiBrackets.txt" "unidata/BidiBrackets.txt"
1157 "admin/unidata/BidiMirroring.txt" "unidata/BidiMirroring.txt"
1158 "admin/unidata/Blocks.txt"
1159 "admin/unidata/IVD_Sequences.txt" "unidata/IVD_Sequences.txt"
1160 "admin/unidata/IdnaMappingTable.txt"
1161 "admin/unidata/NormalizationTest.txt"
1162 "admin/unidata/PropertyValueAliases.txt"
1163 "admin/unidata/ScriptExtensions.txt"
1164 "admin/unidata/Scripts.txt"
1165 "admin/unidata/SpecialCasing.txt"
1166 "admin/unidata/UnicodeData.txt"
1167 "admin/unidata/confusables.txt"
1168 "admin/unidata/copyright.html"
1169 "test/manual/BidiCharacterTest.txt"
1170 "admin/unidata/emoji-data.txt"
1171 "admin/unidata/emoji-sequences.txt"
1172 "admin/unidata/emoji-test.txt"
1173 "admin/unidata/emoji-variation-sequences.txt"
1174 "admin/unidata/emoji-zwj-sequences.txt"
1174 ) 1175 )
1175 "File names which are valid, but no longer exist (or cannot be found) 1176 "File names which are valid, but no longer exist (or cannot be found)
1176in the repository.") 1177in the repository.")