* docs/CHANGES: Updated.
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 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
diff --git a/ChangeLog b/ChangeLog
index 7021cc2..c4fda33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-06-14 Werner Lemberg <wl@gnu.org>
+
+ * docs/CHANGES: Updated.
+
2012-06-14 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
[truetype] Add new versions of NEC FA family to tricky font list.
@@ -80,7 +84,7 @@
2012-03-20 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
- [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
diff --git a/docs/CHANGES b/docs/CHANGES
index cf0ba22..82a01ca 100644
--- 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 @@ CHANGES BETWEEN 2.4.8 and 2.4.9
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
@@ -25,10 +44,6 @@ CHANGES BETWEEN 2.4.8 and 2.4.9
- 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.