Fix ChangeLog.
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
diff --git a/ChangeLog b/ChangeLog
index 6255a37..833d846 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,31 +1,30 @@
-2001-12-05 David Turner <david@freetype.org>
+2001-12-06 Werner Lemberg <wl@gnu.org>
- * src/base/ftglyph.c (FT_Glyph_To_Bitmap): re-ordered code for debugging
- purposes..
+ * INSTALL: Small update.
+2001-12-05 David Turner <david@freetype.org>
- * src/smooth/ftsmooth.c (ft_smooth_render): fixed a nasty hidden bug where
- outline shifting wasn't correctly undone after bitmap rasterization. this
- created problems with certain glyphs (like '"' of certain fonts..) and
- the cache system..
+ * src/base/ftglyph.c (FT_Glyph_To_Bitmap): Re-ordered code for
+ debugging purposes.
+ * src/smooth/ftsmooth.c (ft_smooth_render): Fixed a nasty hidden bug
+ where outline shifting wasn't correctly undone after bitmap
+ rasterization. This created problems with certain glyphs (like '"'
+ of certain fonts) and the cache system.
2001-12-05 David Turner <david@freetype.org>
- First of all, a big thanks to Werner and Antoine for their latest work !!
-
- * src/pshinter/pshalgo2.c (psh2_hint_table_init),
- src/pshinter/pshalgo1.c (psh1_hint_table_init): removed compiler
- warnings
-
- * include/freetype/cache/*, src/cache/*: yet another massive rewrite of
- the caching sub-system, in order to both increase performance and allow
- simpler cache sub-classing. As an example, the code for the image and
- sbit caches is now much simpler
+ * src/pshinter/pshalgo2.c (psh2_hint_table_init),
+ src/pshinter/pshalgo1.c (psh1_hint_table_init): Removed compiler
+ warnings
- I still need to update the documentation in www/freetype2/docs/cache.html
- to reflect the new design though..
+ * include/freetype/cache/*, src/cache/*: Yet another massive rewrite
+ of the caching sub-system in order to both increase performance and
+ allow simpler cache sub-classing. As an example, the code for the
+ image and sbit caches is now much simpler.
+ I still need to update the documentation in
+ www/freetype2/docs/cache.html to reflect the new design though.
2001-12-05 David Krause <freetype@davidkrause.com>