aboutsummaryrefslogtreecommitdiffstats
path: root/mac/ChangeLog
diff options
context:
space:
mode:
authorAndrew Choi2001-09-04 06:49:24 +0000
committerAndrew Choi2001-09-04 06:49:24 +0000
commit2f64cf3ace5559ef474abb0153377e8be078c7f6 (patch)
treeebe1924b945d86f5c15ead5d81826f6e63e8b7a3 /mac/ChangeLog
parent3428f2c48a370de1a8500c6f4f2a70fff2fe9df4 (diff)
downloademacs-2f64cf3ace5559ef474abb0153377e8be078c7f6.tar.gz
emacs-2f64cf3ace5559ef474abb0153377e8be078c7f6.zip
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.
Diffstat (limited to 'mac/ChangeLog')
-rw-r--r--mac/ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/mac/ChangeLog b/mac/ChangeLog
index e1efa1b8cd6..e79086d74e3 100644
--- a/mac/ChangeLog
+++ b/mac/ChangeLog
@@ -4,7 +4,15 @@
4 4
5 * src/macterm.c (XTread_socket): Read all pending events in the 5 * src/macterm.c (XTread_socket): Read all pending events in the
6 event queue instead of one. 6 event queue instead of one.
7 7 (mac_to_x_fontname): Return name with jisx0201.1976-0 encoding if
8 a script code of -smJapanese is specified.
9 (x_font_name_to_mac_font_name): Also recognize the jisx0201.1976-0
10 encoding.
11 (init_font_name_table): Use a script code of -smJapanese instead
12 of smRoman for the second entry of a Japanese font.
13 (XLoadQueryFont): Recognize a font as having the smRoman script
14 code if its encoding is jisx0201.1976-0.
15
8 * makefile.MPW: Generate etc/DOC file from .elc files instead of 16 * makefile.MPW: Generate etc/DOC file from .elc files instead of
9 .el files. 17 .el files.
10 18