* 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.
diff --git a/ChangeLog b/ChangeLog
index 4e5a01f..bd5c002 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,17 @@
-2000-12-15 David Turner <david.turner@freetype.org>
+2000-12-14 Werner Lemberg <wl@gnu.org>
+
+ * docs/design/modules.html: Removed. Covered by design-*.html.
+
+2000-12-14 David Turner <david.turner@freetype.org>
* 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 <david.turner@freetype.org>