annotate admin/README @ 39107:e4461ba10180
2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
* src/macterm.c (mac_to_x_fontname): Return name with
jisx0201.1976-0 encoding if a script code of -smJapanese is specified.
(x_font_name_to_mac_font_name): Also recognize the jisx0201.1976-0
encoding.
(init_font_name_table): Use a script code of -smJapanese instead
of smRoman for the second entry of a Japanese font.
(XLoadQueryFont): Recognize a font as having the smRoman script
code if its encoding is jisx0201.1976-0.
| author |
Andrew Choi <akochoi@shaw.ca> |
| date |
Tue, 04 Sep 2001 06:49:24 +0000 |
| parents |
c296bfdefcc3 |
| children |
639159ee8430 |
| 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
|
|
38875
|
8 build-configs build Emacs in various configurations
|
|
|
9 check-doc-strings check doc strings against documentation
|
|
39058
|
10 diff-tar-files show files added/removed between two tar files
|
|
38875
|
11 make-emacs build Emacs in various ways
|
|
39057
|
12 quick-install-emacs install emacs quickly (`incrementally')
|
|
38875
|
13 revdiff get CVS diffs of files
|