gnu.emacs/admin
Sean Whitton 1d64554f99 Merge from origin/emacs-31
6f230503c8 ; * admin/make-tarball.txt: Don't use a batch process for...
5fdb5e3485 Relax formatting requirements on NEWS when converting to ...
fe4b9df4f4 Adjust generating HTML for historic NEWS
30b2265a01 ; * admin/make-tarball.txt: Publish HTML formatted NEWS.
99f8ed8d46 make-news-html-file: Don’t assume NEWS has local variables
5c5362a3e8 Escape [[ in NEWS when generating HTML via Org
9794fa0d5d elisp-scope.el: Avoid excessive 'trusted-content-p' calls
956875f822 ; * test/lisp/emacs-lisp/crm-tests.el: Fix copyright years.
e8b46219ca Fix choose-completion in CRM with boundaries
e420d0d978 ; Further explain WHEN argument to marking functions obso...
c4d50ea097 Skip all package-vc tests if git is not installed
2026-09-03 10:31:58 +01:00
..
charsets ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
coccinelle ARRAYELTS → countof 2026-05-26 21:57:20 -07:00
codespell ; Fix typos 2025-02-22 14:48:29 +01:00
grammars ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
notes Merge from origin/emacs-31 2026-08-29 07:17:49 -04:00
nt Spelling fixes, mostly UK→US 2026-08-07 16:23:25 -05:00
tree-sitter ; Fix 'treesit-admin--unversioned-treesit-language-source-alist' 2026-01-19 09:39:00 +02:00
unidata Fix Emoji composition rules for TTY frames 2026-08-23 17:28:33 +03:00
admin.el Merge from origin/emacs-31 2026-09-03 10:31:58 +01:00
alloc-colors.c Avoid a memset in alloc-colors.c 2026-05-23 19:18:53 -07:00
authors.el Merge from origin/emacs-31 2026-08-22 05:09:45 -04:00
automerge ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
build-configs ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ChangeLog.1 ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
check-doc-strings Merge from origin/emacs-30 2025-03-01 09:59:08 -05:00
check-man-pages ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
cl-lib-deps-report.el ; Add admin/cl-lib-deps-report.el to audit cl-lib dependencies 2026-01-17 15:25:10 +02:00
CPP-DEFINES ; Fix description of NS/GNUstep CPP conditions 2026-01-10 14:36:10 +02:00
cus-test.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
diff-tar-files ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
download-android-deps.sh ; Update Android dependencies again 2026-01-29 11:25:57 +08:00
emacs-shell-lib ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
emake ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
find-gc.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
git-bisect-start ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
gitmerge.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
last-chance.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
MAINTAINERS ; * admin/MAINTAINERS: Mark F. Jason Park as co-maintaining ERC. 2026-07-28 13:44:59 +01:00
make-emacs ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
make-manuals ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
make-tarball.txt ; * admin/make-tarball.txt: Don't use a batch process for HTML gen. 2026-09-03 10:30:26 +01:00
merge-gnulib Remove lib/af_alg.h, to adjust to recent Gnulib 2026-07-17 14:09:18 -07:00
merge-pkg-config ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
quick-install-emacs ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
README ; Add admin/cl-lib-deps-report.el to audit cl-lib dependencies 2026-01-17 15:25:10 +02:00
release-branch.txt Rename emacs-module.h.in -> emacs-module.in.h 2026-03-14 15:08:15 +01:00
release-process ; Update acknowledgements for Emacs 31. 2026-08-17 13:29:41 +01:00
run-codespell ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
scrape-elpa.el Generalize 'scrape-elpa--safe-evil' 2026-02-11 20:47:26 +01:00
syncdoc-type-hierarchy.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
update-copyright ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
update_autogen ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
upload-manuals ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Copyright (C) 2001-2026 Free Software Foundation, Inc.
See the end of the file for license conditions.


			 The admin directory

This directory contains scripts and other things useful for developing
and maintaining Emacs.  These files are not part of Emacs releases
because they are not deemed generally useful, and you have to know
what you do when using them.


* Instructions and scripts used to prepare an Emacs release.

** release-process

The release process used by GNU Emacs.

** make-tarball.txt

Instructions to create pretest or release tarballs, announcements, etc.

** admin.el

Utilities for setting version numbers and alike.


* Scripts that can be used to build and test Emacs.

** build-configs

Build Emacs in various configurations.

** make-emacs

Build Emacs in various ways.

** quick-install-emacs

Install emacs quickly ("incrementally").

** run-codespell

Run the codespell tool on the Emacs sources.  Requires codespell to be
installed first.

** alloc-colors.c

A utility program that allocates a given number of colors on X.  Can
be used to debug Emacs with dense colormaps (PseudoColor).

** check-doc-strings

Check doc strings against documentation.

** cl-lib-deps-report.el

Audit Lisp files for cl-lib usage and missing requires.

** cus-test.el

Tests for custom types and load problems.

** diff-tar-files

Show files added/removed between two tar files.


* Brief description of sub-directories.

charsets		scripts for generating charset map files
			in ../etc/charsets
coccinelle		semantic patches for use with the static code
			analyzer coccinelle.  Since they apply a few
			minor changes in Emacs internals in multiple
			places, they are trivial for copyright
			purposes.
codespell		supporting files for the run-codespell script.
grammars		wisent and bovine grammars, used to produce
			files in lisp/cedet/.
notes			miscellaneous notes related to administrative
			tasks.
nt			support files for administrative tasks related
			to building MS-Windows distributions.
unidata			scripts for generating character property files
			in ../lisp/international/.


This file is part of GNU Emacs.

GNU Emacs is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.

Local variables:
mode: outline
paragraph-separate: "[ 	]*$"
end: