diff --git a/ChangeLog b/ChangeLog index 6255a3798..833d84640 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,31 +1,30 @@ -2001-12-05 David Turner - - * 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-06 Werner Lemberg + * INSTALL: Small update. 2001-12-05 David Turner - 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/base/ftglyph.c (FT_Glyph_To_Bitmap): Re-ordered code for + debugging purposes. - * 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/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. - I still need to update the documentation in www/freetype2/docs/cache.html - to reflect the new design though.. +2001-12-05 David Turner + * 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. + + I still need to update the documentation in + www/freetype2/docs/cache.html to reflect the new design though. 2001-12-05 David Krause