From 8eb9992fb765a90a2aab64ffaa534e8d131222db Mon Sep 17 00:00:00 2001 From: jvr Date: Thu, 2 May 2002 08:11:37 +0000 Subject: [PATCH] updated installation instructions and changes.txt git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@181 4cde692c-a291-49d1-8350-778aa11640f8 --- Doc/changes.txt | 12 ++++++++++++ Doc/index.html | 10 +--------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/Doc/changes.txt b/Doc/changes.txt index 0cd1f3f05..145cefee1 100644 --- a/Doc/changes.txt +++ b/Doc/changes.txt @@ -1,3 +1,15 @@ +FontTools Version 1.0 beta ? (released ???) + +- Switched XML parsers: use expat instead of xmlproc. Should be faster. +- Removed my UnicodeString object: I now require Python 2.0 or up, which + has unicode support built in. +- Removed assert in glypf table: redundant data at the end of the table + is now ignored instead of raising an error. Should become a warning. +- Fixed bug in hmtx/vmtx code that only occured if all advances were equal. +- Fixed subtle bug in TT instruction disassembler. +- Couple of fixes in 'post' table. +- Updated OS/2 table to latest spec. + FontTools Version 1.0 beta 1 (released August 10 2001) - Reorganized the command line interface for ttDump.py and ttCompile.py, diff --git a/Doc/index.html b/Doc/index.html index 464df248a..ac2dee2c7 100644 --- a/Doc/index.html +++ b/Doc/index.html @@ -34,22 +34,14 @@ You need the following software to use FontTools: