shithub: freetype+ttf2subf

Download patch

ref: eaab4a3c3bccd39e0aeb7108d295574cffcf6c22
parent: fe25ac742d8221b2d4b9b85ef775dffec7e9cca5
author: Werner Lemberg <[email protected]>
date: Wed May 18 03:01:59 EDT 2005

* docs/announce: Start updating.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-05-18  Werner Lemberg  <[email protected]>
+
+	* docs/announce: Start updating.
+
 2004-05-16  Vitaliy Pasternak  <[email protected]>
 
 	* builds/win32/visualc/freetype.vcproj: Updated.
--- a/docs/release
+++ b/docs/release
@@ -5,7 +5,9 @@
   FREETYPE_PATCH.
 
 . builds/unix/configure.ac (version_info): Update according to the libtool
-  rules, then regenerate the configure script.
+  rules, then regenerate the configure script with the top-level
+  `autogen.sh'.  After that, update `config.guess' and `config.sub' to
+  the most recent versions (from the `config' CVS repository).
 
 . builds/freetype.mk (refdoc): Update the `--title' option.
 
@@ -16,6 +18,11 @@
 . docs/VERSION.DLL: Document changed `version_info'.
 
 . ChangeLog: Announce new release.
+
+
+********* The items below should be done but are out-of-date due *********
+********* to the move of the FreeType CVS and web pages.         *********
+
 
 . Call `make refdoc' to update HTML reference.  Copy it to
   freetype2/docs/reference in the `www' CVS module and update the CVS.
--- a/src/smooth/ftgrays.c
+++ b/src/smooth/ftgrays.c
@@ -235,8 +235,8 @@
   typedef long  TPos;     /* sub-pixel coordinate              */
 
   /* determine the type used to store cell areas.  This normally takes at */
-  /* least PIXEL_BITS*2 + 1 bits. On 16-bit systems, we need to use `long'*/
-  /* instead of `int', otherwise bad things happen                        */
+  /* least PIXEL_BITS*2 + 1 bits.  On 16-bit systems, we need to use      */
+  /* `long' instead of `int', otherwise bad things happen                 */
 
 #if PIXEL_BITS <= 7