updating documentation
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
diff --git a/ChangeLog b/ChangeLog
index 1730296..e60fd6a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2006-04-01 David Turner <david@freetype.org>
+ * docs/CHANGES: update
+
* include/freetype/ftcache.h, include/freetype/config/ftheader.h:
updating documentation comments
diff --git a/docs/CHANGES b/docs/CHANGES
index b1bc147..f86b520 100644
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -42,7 +42,13 @@ LATEST CHANGES BETWEEN 2.2 and 2.1.10
- The LIGHT hinting algorithm produces more pleasant results.
Also, using the FT_LOAD_TARGET_LIGHT flags within FT_Load_Glyph
- always forces auto-hinting, as a special exception.
+ always forces auto-hinting, as a special exception. This allows
+ you to experiment with it even if you have enabled the TrueType
+ bytecode interpreter in your build.
+
+ - The auto hinter now employs a new algorithm for CJK fonts, based
+ on Akito Hirai's patch. Note that this only works for fonts
+ with a Unicode charmap at the moment.
- The following callback function types have changed slightly (by
adding the `const' keyword where appropriate):
@@ -71,7 +77,8 @@ LATEST CHANGES BETWEEN 2.2 and 2.1.10
bitmap strikes should be updated to use this function.
- A new API `FT_Get_SubGlyph_Info' has been added to retrieve
- subglyph data.
+ subglyph data. This can be used by rogue clients which used to
+ access the internal headers to get the corresponding data.
- In 2.1.10, the behaviour of `FT_Set_Pixel_Sizes' was changed for
BDF/PCF fonts, and only for them. This causes inconsistency.
@@ -139,10 +146,6 @@ LATEST CHANGES BETWEEN 2.2 and 2.1.10
- Better AFM support. This includes track kerning support.
- - The auto hinter now employs a new algorithm for CJK fonts, based
- on Akito Hirai's patch. Note that this only works for fonts
- with a Unicode charmap at the moment.
-
======================================================================