emacs/admin
Andrea Corallo cb04549204 * Generate elisp_type_hierarchy.txt with top level types on top of it
* admin/syncdoc-type-hierarchy.el (syncdoc-make-type-table): Prioratize
to level types.
2024-04-23 15:37:04 +02:00
..
charsets Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
coccinelle Remove redundant casts from void* with malloc functions 2024-01-10 14:48:00 +01:00
codespell ; Fix typos 2024-02-04 11:06:50 +01:00
grammars ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
notes Merge from origin/emacs-29 2024-03-23 06:51:39 -04:00
nt Always enable native JSON support and remove Jansson references 2024-03-30 15:19:56 +01:00
unidata Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
CPP-DEFINES ; * admin/CPP-DEFINES: Fix typos. 2024-02-22 10:21:12 +08:00
ChangeLog.1 ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
MAINTAINERS Update source repository of the Modus themes 2024-03-17 18:49:21 +02:00
README * admin/README: Document the run-codespell script. 2024-01-20 21:15:32 +01:00
admin.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
alloc-colors.c ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
authors.el Merge from origin/emacs-29 2024-03-30 04:35:24 -04: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
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
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 ; Add 2024 to copyright years 2024-01-02 09:47:10 +08: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
make-emacs ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
make-manuals ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
make-tarball.txt ; Update admin/make-tarball.txt 2024-04-04 15:23:49 +03:00
merge-gnulib Adjust to yesterday’s Gnulib nstrftime changes 2024-02-17 15:58:46 -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
release-branch.txt ; * admin/release-branch.txt: Tweak previous. 2021-10-01 09:31:40 -07:00
release-process Merge from origin/emacs-27 2020-11-13 09:00:26 -08:00
run-codespell Add script admin/run-codespell and supporting files 2024-01-20 20:55:24 +01:00
syncdoc-type-hierarchy.el * Generate elisp_type_hierarchy.txt with top level types on top of it 2024-04-23 15:37:04 +02:00
update-copyright ; Add 2024 to copyright years 2024-01-02 09:47:10 +08: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

README

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: