Mercurial > emacs
annotate admin/README @ 89995:58db929d96c6
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-50
Merge from emacs--cvs-trunk--0
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-587
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-588
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-589
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-590
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-593
Update from CVS
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-39
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-40
- miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-41
Update from CVS
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 04 Oct 2004 01:04:18 +0000 |
parents | 68c22ea6027c |
children | 5c77b525b4ad |
rev | line source |
---|---|
38873 | 1 This directory contains scripts and other things useful for developing |
2 and maintaining Emacs. These files are not part of Emacs releases | |
3 because they are not deemed generally useful, and you have to know | |
4 what you do when using them. | |
5 | |
6 Brief description of scripts found here: | |
7 | |
40063 | 8 admin.el utilities for setting version numbers and alike |
40013 | 9 alloc-color.c a utility program that allocates a given number of |
40063 | 10 colors on X. Can be used to debug Emacs with |
40013 | 11 dense colormaps (PseudoColor). |
38875 | 12 build-configs build Emacs in various configurations |
13 check-doc-strings check doc strings against documentation | |
47856
1d62ac5dafa8
Change description of cus-test.el.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
47803
diff
changeset
|
14 cus-test.el tests for custom types and load problems |
39058 | 15 diff-tar-files show files added/removed between two tar files |
38875 | 16 make-emacs build Emacs in various ways |
48668
1c6027c437eb
Added reference to make-tarball.txt.
Francesco Potortì <pot@gnu.org>
parents:
47856
diff
changeset
|
17 make-tarball.txt instructions to create pretest or release tarballs |
39057 | 18 quick-install-emacs install emacs quickly (`incrementally') |
38875 | 19 revdiff get CVS diffs of files |
89483 | 20 |
21 Brief description of sub-directories: | |
22 | |
23 charsets scripts for generating charset map files | |
24 in ../etc/charsets | |
89909 | 25 |
26 # arch-tag: 812b9461-bc0a-46a7-925e-24bd41118463 |