1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
|
* Changes between 1.2.92 and 1.3.0
- fix the ttcno (uninitialized variable was used).
- add TTCap "bs" by Hidetoshi Yamano-uchi.
* Changes between 1.2.91 and 1.2.92
- fix to avoid unresolved symbol error in linking XF86Setup.
* Changes between 1.2.90 and 1.2.91
- Add forgotten patch
* Changes between 1.2.1 and 1.2.90
- Commit new font cache mechanism (by Shunsuke Akiyama).
- change libfont
- add fontcache extension
- change xset
- Fit embedded bitmap functions to FreeType-1.3
(by Hidetoshi Yamano-uchi).
- Fix the metric calculation for monospaced fonts.
- Add the xfsft compatible TTC font number specifying.
- Fix tis620 encoding and add Georgian encoding
(by Pablo Saratxaga).
- Fix BIG5 encoding (Anthony Wong).
- Add the encoding name "microsoft-win3.1".
- Fix xttcconv to prevent memory leak.
- Change the code converter to look up "ModulePath" in XF86Config.
- Change Some symbol names and sort out the source files.
* Changes between 1.2 and 1.2.1
- change how to get metrics in very lazy method, and
- apply changes to use embedded bitmap(by Hidetoshi Yamano-uchi).
* Changes between 1.1pl05 and 1.2
- fix several bugs in code converter, and
- change directory hierarchie (for XFree86 New Design).
* Changes between 1.1pl04 and 1.1pl05
- fix when HasSharedLibraries is defined as No,
- add new converters (contributed by Pablo Saratxaga), and
- fix for Very Lazy using particular fonts.
* Changes between 1.1pl03 and 1.1pl04
- add "cr" (Code Range) TTCap to restrict code range.
* Changes between 1.1pl02 and 1.1pl03
- fix for FreeBSD ELF Platforms.
* Changes between 1.1pl01 and 1.1pl02
- fix for MS Unicode font to use unicode charset, and
- add the XLFD range specifies.
* Changes between 1.1pl00 and 1.1pl01
- added the very lazy font metrics calculation method,
- fix for the ISO 8859-11, and
- fix for ftcconv.c if the code converter module is linked
statically.
* Changes between 1.1 and 1.1pl00
- added the true font property of the font metrics.
* Changes between 1.0pl00 and 1.1.
- switched the base XFree86 source codes to version 3.3.3,
- added TCVN encoding (contributed by Pablo Saratxaga),
- bug fix for the font rotation, and
- added the code to calculation the raw width and to store the
`attributes' field in the `XCharStruct'.
* Changes between 1.0 and 1.0pl00.
- added 'Turn on/off Hinting' to TTCap,
- added some encodings, and
- some bug fix.
# end of file
|