emacs/admin
Po Lu 7793b2fe2a Merge from savannah/emacs-30
709ce2aff1 Port to Haiku R1/beta5
21efdd5ef3 Fix c++-ts-mode font-lock for latest c++ grammar (bug#73191)
ffc00eac53 ; Set Transient's version and add admin/MAINTAINERS entry
3822a5e5d1 * admin/update-copyright: Print reminder to do manual upd...
43b678d3d2 * admin/notes/years: Update.
38de992a5a * etc/TODO: New item "support indentation guides".

# Conflicts:
#	admin/notes/years
#	doc/misc/transient.texi
#	lisp/progmodes/c-ts-mode.el
#	lisp/transient.el
2024-09-15 08:54:50 +08:00
..
charsets Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
coccinelle Delete obsolete file process.cocci 2024-06-23 17:36:21 +02:00
codespell ; Fix typos 2024-08-29 00:17:10 +02:00
grammars ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
notes Merge from savannah/emacs-30 2024-09-15 08:54:50 +08:00
nt ; Fix typos 2024-07-18 11:46:50 +02:00
unidata Use stable URLs for files imported from Unicode 2024-09-13 17:08:51 +02:00
admin.el ; Update version number of exec/configure.ac 2024-09-11 13:18:35 +08:00
alloc-colors.c ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
authors.el ; Revert "; * admin/authors.el (authors-valid-file-names): Ignore Unicode files." 2024-08-29 21:26:54 +03:00
automerge ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
build-configs ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
ChangeLog.1 ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
check-doc-strings * admin/check-doc-strings: Remove XEmacs support. 2022-08-06 14:30:09 +02:00
check-man-pages ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
CPP-DEFINES ; * admin/CPP-DEFINES: Fix typos. 2024-02-22 10:21:12 +08:00
cus-test.el Fix cus-test-deps 2024-01-23 19:24:29 +01:00
diff-tar-files ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
emacs-shell-lib * admin/emacs-shell-lib: Backport to Bash 4.4 or older. 2024-06-20 23:12:31 +02:00
emake Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
find-gc.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
git-bisect-start ; * admin/git-bisect-start: Update failing commits 2024-01-15 00:53:36 +00:00
gitmerge.el (gitmerge-mode-font-lock-keywords): Don't use font-lock-*-face vars 2024-02-05 14:51:03 -05:00
last-chance.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
MAINTAINERS Merge from savannah/emacs-30 2024-09-15 08:54:50 +08:00
make-emacs ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
make-manuals ; Fix typos 2024-06-16 22:38:26 +02:00
make-tarball.txt ; * admin/make-tarball.txt: Improve last change. 2024-09-11 00:44:11 +02:00
merge-gnulib ; Update from Gnulib 2024-09-05 08:45:18 +08:00
merge-pkg-config ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
quick-install-emacs ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
README * admin/README: Document the run-codespell script. 2024-01-20 21:15:32 +01:00
release-branch.txt ; * admin/release-branch.txt: Update and fix typo. 2024-06-23 20:57:26 +03:00
release-process Merge from origin/emacs-27 2020-11-13 09:00:26 -08:00
run-codespell ; Fix typos 2024-07-18 11:46:50 +02:00
syncdoc-type-hierarchy.el * admin/syncdoc-type-hierarchy.el (syncdoc-make-type-table): Clean-up quote. 2024-05-18 22:18:55 +02:00
update-copyright * admin/update-copyright: Print reminder to do manual updates. 2024-09-14 17:38:34 +02:00
update_autogen ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
upload-manuals ; Add 2024 to copyright years 2024-01-02 09:47:10 +08: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-2024 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.

** 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: