ref: 69905a2f245173aa38eb5a1508d021edff9925d0
parent: 41892ed18b488635f9083a55918cd22de3777a50
author: Werner Lemberg <[email protected]>
date: Thu Dec 6 13:37:52 EST 2001
Fix ChangeLog.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,31 +1,30 @@
-2001-12-05 David Turner <[email protected]>
+2001-12-06 Werner Lemberg <[email protected]>
- * src/base/ftglyph.c (FT_Glyph_To_Bitmap): re-ordered code for debugging
- purposes..
+ * INSTALL: Small update.
+2001-12-05 David Turner <[email protected]>
- * 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 <[email protected]>
- 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
+ * 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
+ * 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..
-
+ I still need to update the documentation in
+ www/freetype2/docs/cache.html to reflect the new design though.
2001-12-05 David Krause <[email protected]>