ref: 2d67e9b5556f34111ed5fbd3894c482099d16df3
parent: 6c7c3de197be9bf8352d2a744f2ddda5d6b4403b
author: Werner Lemberg <[email protected]>
date: Thu Jun 14 04:46:04 EDT 2012
* docs/CHANGES: Updated.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-06-14 Werner Lemberg <[email protected]>
+
+ * docs/CHANGES: Updated.
+
2012-06-14 suzuki toshiya <[email protected]>
[truetype] Add new versions of NEC FA family to tricky font list.
@@ -80,7 +84,7 @@
2012-03-20 suzuki toshiya <[email protected]>
- [configure] fix Savannah bug #35644.
+ [configure] Fix Savannah bug #35644.
* builds/unix/configure.raw: Check `-ansi' flag works even if gcc
is used. Bionic libc headers for Android lose the consistency
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -1,4 +1,26 @@
+CHANGES BETWEEN 2.4.9 and 2.4.10
+
+ I. IMPORTANT BUG FIXES
+
+ - Incremental glyph loading as needed by ghostscript was broken.
+
+
+ II. MISCELLANEOUS
+
+ - A new function `FT_Outline_EmboldenXY', contributed by Alexei
+ Podtelezhnikov.
+
+ - In the `ftview' demo program, key `e' has been replaced with `x'
+ and `y' to embolden in horizontal and vertical directions,
+ respectively.
+
+ - Minor improvements to the TrueType bytecode interpreter and
+ glyph loader, the auto-hinter, and the B/W rasterizer.
+
+
+======================================================================
+
CHANGES BETWEEN 2.4.8 and 2.4.9
I. IMPORTANT BUG FIXES
@@ -10,9 +32,6 @@
II. MISCELLANEOUS
- - A new function `FT_Outline_EmboldenXY', contributed by Alexei
- Podtelezhnikov.
-
- The `ENCODING -1 <n>' format of BDF fonts is now supported.
- For BDF fonts, support for the whole Unicode encoding range has
@@ -24,10 +43,6 @@
- The demo programs no longer recognize and handle default
suffixes; you now have to always specify the complete font name.
-
- - In the `ftview' demo program, key `e' has been replaced with `x'
- and `y' to embolden in horizontal and vertical directiions,
- respectively.
- Better rendering and LCD mode cycling added to ftview.