shithub: freetype+ttf2subf

Download patch

ref: 28ffa1f5d6545881108606b0e0e451ddd81217d4
parent: 859a18a358ccc64451ac834137e61cf26c9da1f8
author: Werner Lemberg <[email protected]>
date: Thu Dec 14 16:22:15 EST 2000

* 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.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,17 @@
-2000-12-15  David Turner <[email protected]>
+2000-12-14  Werner Lemberg  <[email protected]>
 
+	* docs/design/modules.html: Removed.  Covered by design-*.html.
+
+2000-12-14  David Turner <[email protected]>
+
 	* 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 <[email protected]>