annotate admin/README @ 47735:0d2e42a6fd1c
(outline-1, outline-2, outline-3, outline-4)
(outline-5, outline-6, outline-7, outline-8): New faces.
(outline-font-lock-faces, outline-font-lock-levels): New vars.
(outline-font-lock-face): New fun.
(outline-font-lock-keywords): Use it.
(outline-font-lock-level): Remove.
(outline-mode, outline-next-preface, outline-next-heading)
(outline-previous-heading, outline-next-visible-heading):
Use shy group.
(outline-level) <var>: Update calling convention.
(outline-level) <fun>: Take advantage of it.
(outline-demote): Don't assume the match-data is still uptodate.
(outline-up-heading): Simplify and make sure the match data is
properly set at the end.
author |
Stefan Monnier <monnier@iro.umontreal.ca> |
date |
Wed, 02 Oct 2002 22:04:42 +0000 |
parents |
9b5a774d579b |
children |
32ea29b932e5 |
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
|
39058
|
14 diff-tar-files show files added/removed between two tar files
|
38875
|
15 make-emacs build Emacs in various ways
|
39057
|
16 quick-install-emacs install emacs quickly (`incrementally')
|
38875
|
17 revdiff get CVS diffs of files
|