diff options
| author | Andrew Choi | 2001-08-24 07:46:40 +0000 |
|---|---|---|
| committer | Andrew Choi | 2001-08-24 07:46:40 +0000 |
| commit | 199f927008b33dc9dd9514a9e70f511df15aa6cd (patch) | |
| tree | ea5b2ffe7e9ab952cddd9ecb3b8d90b7dbc1c1d8 /mac/ChangeLog | |
| parent | fa05f6ac1ba404a59ac91b59f6fd63623bf1dd34 (diff) | |
| download | emacs-199f927008b33dc9dd9514a9e70f511df15aa6cd.tar.gz emacs-199f927008b33dc9dd9514a9e70f511df15aa6cd.zip | |
2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
* src/macterm.c (init_font_name_table): Add an additional entry to
the font table with the script code smRoman for each Apple
Japanese font.
(XLoadQueryFont): Recognize a font as having the smRoman script
code even when FontToScript returns smJapanese if it is one of
those created above.
Diffstat (limited to 'mac/ChangeLog')
| -rw-r--r-- | mac/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mac/ChangeLog b/mac/ChangeLog index f331736a6a8..4030043afc9 100644 --- a/mac/ChangeLog +++ b/mac/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk> | ||
| 2 | |||
| 3 | * src/macterm.c (init_font_name_table): Add an additional entry to | ||
| 4 | the font table with the script code smRoman for each Apple | ||
| 5 | Japanese font. | ||
| 6 | (XLoadQueryFont): Recognize a font as having the smRoman script | ||
| 7 | code even when FontToScript returns smJapanese if it is one of | ||
| 8 | those created above. | ||
| 9 | |||
| 1 | 2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk> | 10 | 2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk> |
| 2 | 11 | ||
| 3 | * INSTALL: Add to the note on using -opt speed in MPW the function | 12 | * INSTALL: Add to the note on using -opt speed in MPW the function |