Update `CHANGES' file.
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
diff --git a/docs/CHANGES b/docs/CHANGES
index e706e1f..e7fc67a 100644
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -1,7 +1,7 @@
CHANGES BETWEEN 2.5.5 and 2.6
- II. IMPORTANT CHANGES
+ I. IMPORTANT CHANGES
- Behdad Esfahbod contributed code for improved thread-safety,
which results in the following model.
@@ -38,13 +38,15 @@ CHANGES BETWEEN 2.5.5 and 2.6
- Fonts natively hinted for ClearType are now supported, properly
handling selector index 3 of the INSTCTRL bytecode instruction.
+ - Major improvements to the GX TrueType variation font handling.
- III. MISCELLANEOUS
+
+ II. MISCELLANEOUS
- A new auto-hinter property `warping' can switch on and off the
warping code if this experimental feature is compiled in (by
- defining the AF_CONFIG_OPTION_USE_WARPER configuration option;
- by default this option is now enabled but warping is switched
+ defining the AF_CONFIG_OPTION_USE_WARPER configuration option;
+ by default this option is now enabled but warping is switched
off).
The AF_CONFIG_OPTION_USE_WARPER option itself is an old feature,
@@ -80,11 +82,9 @@ CHANGES BETWEEN 2.5.5 and 2.6
renamed to `FT_FONT_FORMATS_H' (the old name `FT_XFREE86_H' is
retained for backwards compatibility).
- - Some improvements to the GX variation font handling.
-
- Various improvements to the `ftgrid' demo program.
- . It can now display GX and MM fonts while interactively
+ . It can now display GX and MM fonts while interactively
manipulating the axes (with keys F2, F3, and F4).
. Anti-aliasing rendering modes can now be selected (with keys
@@ -97,7 +97,8 @@ CHANGES BETWEEN 2.5.5 and 2.6
. New command line option `-u' makes it output data in utf-8
encoding.
- - The `ftmulti' demo program can now handle four MM or GX axes.
+ - The `ftmulti' demo program can now handle up to six MM or GX
+ axes.
======================================================================