From 8f1d086128c7f8987d24c9b691575d0549cb2f2e Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Thu, 14 Dec 2000 21:22:15 +0000 Subject: [PATCH] * docs/design/modules.html: Removed. Covered by design-*.html. src/smooth/ftgrays.c: Added support for clipped direct rendering in the smooth renderer. This should not break binary compatibility of existing applications. * INSTALL: Updated installation instructions on Win32, listing the new "make setup list" target used to list supported compilers/targets. --- ChangeLog | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4e5a01f63..bd5c0026d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +1,17 @@ -2000-12-15 David Turner +2000-12-14 Werner Lemberg + + * docs/design/modules.html: Removed. Covered by design-*.html. + +2000-12-14 David Turner * include/freetype/ftimage.h, include/freetype/fttypes.h, - src/smooth/ftgrays.c: added support for clipped direct rendering in - the smooth renderer. This should not break binary compatibility of - existing applications.. + src/smooth/ftgrays.c: Added support for clipped direct rendering in + the smooth renderer. This should not break binary compatibility of + existing applications. - * INSTALL: updated installation instructions on Win32, listing the - new "make setup list" target used to list supported compilers/targets + * INSTALL: Updated installation instructions on Win32, listing the + new "make setup list" target used to list supported + compilers/targets. 2000-12-13 David Turner