annotate admin/README @ 90503:8e3ffc0a529f

(QCscalable, Qc, Qm, Qp, Qd): New variables. (syms_of_font): Initialize them. (font_pixel_size): Allow float value in dpi. (font_prop_validate_type): Deleted. (font_prop_validate_symbol, font_prop_validate_style): Argument changed. Caller changed. (font_prop_validate_non_neg): Renamed from font_prop_validate_size. (font_prop_validate_extra): Deleted. (font_prop_validate_spacing): New function. (font_property_table): Add elements for all known properties. (get_font_prop_index): Renamed from check_font_prop_name. New argument FROM. Caller changed. (font_prop_validate): Validate all known properties. (font_put_extra): Argument force deleted. Caller changed. (font_expand_wildcards): Make it static. Fix the way of shrinking the possible range. (font_parse_xlfd): Arguemnt merge deleted. Fix handling of RESX, RESY, SPACING, and AVGWIDTH. Don't validate property values here. Caller changed. (font_unparse_xlfd): Handle dpi, spacing, and scalable properties. (font_parse_fcname): Arguemnt merge deleted. Fix parsing of point size. Don't validate properties values here. Caller changed. (font_unparse_fcname): Handle dpi, spacing, and scalable properties. (font_open_by_name): Delete unused variable. (Ffont_spec): Likewise. Validate property values. (Ffont_match_p): New function.
author Kenichi Handa <handa@m17n.org>
date Wed, 28 Jun 2006 05:57:27 +0000
parents 5c77b525b4ad
children 8a8e69664178
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
38873
41c3dd0e7653 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 38850
diff changeset
1 This directory contains scripts and other things useful for developing
41c3dd0e7653 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 38850
diff changeset
2 and maintaining Emacs. These files are not part of Emacs releases
41c3dd0e7653 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 38850
diff changeset
3 because they are not deemed generally useful, and you have to know
41c3dd0e7653 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 38850
diff changeset
4 what you do when using them.
41c3dd0e7653 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 38850
diff changeset
5
41c3dd0e7653 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 38850
diff changeset
6 Brief description of scripts found here:
41c3dd0e7653 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 38850
diff changeset
7
40063
9b5a774d579b *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 40013
diff changeset
8 admin.el utilities for setting version numbers and alike
40013
639159ee8430 Document alloc-colors.c.
Eli Zaretskii <eliz@gnu.org>
parents: 39058
diff changeset
9 alloc-color.c a utility program that allocates a given number of
40063
9b5a774d579b *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 40013
diff changeset
10 colors on X. Can be used to debug Emacs with
40013
639159ee8430 Document alloc-colors.c.
Eli Zaretskii <eliz@gnu.org>
parents: 39058
diff changeset
11 dense colormaps (PseudoColor).
38875
6710276b9747 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 38873
diff changeset
12 build-configs build Emacs in various configurations
6710276b9747 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 38873
diff changeset
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
c296bfdefcc3 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 39057
diff changeset
15 diff-tar-files show files added/removed between two tar files
38875
6710276b9747 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 38873
diff changeset
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
c6200688b6c5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 39042
diff changeset
18 quick-install-emacs install emacs quickly (`incrementally')
38875
6710276b9747 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 38873
diff changeset
19 revdiff get CVS diffs of files
89483
2f877ed80fa6 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 88123
diff changeset
20
2f877ed80fa6 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 88123
diff changeset
21 Brief description of sub-directories:
2f877ed80fa6 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 88123
diff changeset
22
2f877ed80fa6 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 88123
diff changeset
23 charsets scripts for generating charset map files
2f877ed80fa6 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 88123
diff changeset
24 in ../etc/charsets
90096
5c77b525b4ad *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 89909
diff changeset
25 unidata scripts for generating character property files
5c77b525b4ad *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 89909
diff changeset
26 in ../lisp/international
89909
68c22ea6027c Sync to HEAD
Kenichi Handa <handa@m17n.org>
parents: 89483
diff changeset
27
68c22ea6027c Sync to HEAD
Kenichi Handa <handa@m17n.org>
parents: 89483
diff changeset
28 # arch-tag: 812b9461-bc0a-46a7-925e-24bd41118463