Commit cf60371a1b7474184a4adfbb486283478ae0d959

David Turner 2006-04-01T16:22:06

updating documentation

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.
-
 
 ======================================================================