Mercurial > emacs
diff mac/ChangeLog @ 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 | dc9d8a2e8650 |
children | 218f185269b8 |
line wrap: on
line diff
--- a/mac/ChangeLog Tue Sep 04 06:19:12 2001 +0000 +++ b/mac/ChangeLog Tue Sep 04 06:49:24 2001 +0000 @@ -4,7 +4,15 @@ * src/macterm.c (XTread_socket): Read all pending events in the event queue instead of one. - + (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. + * makefile.MPW: Generate etc/DOC file from .elc files instead of .el files.