shithub: freetype+ttf2subf

Download patch

ref: b0e06e0b8b37cff7c3fc8f0892834e0ee7336e59
parent: a40fb43d7e1069554e7fae7be8b3aa23df0a22a5
author: Werner Lemberg <[email protected]>
date: Wed Jan 30 17:37:52 EST 2002

Fix ChangeLog.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,19 +1,17 @@
 2002-01-30  David Turner  <[email protected]>
 
-	* INSTALL, docs/INSTALL: moved the INSTALL document from the top
-	level directory to "docs". That's because it conflicts with the
-	"install" script on Windows, where the filesystem doesn't
-	preserve case.
+	* INSTALL: Moved to ...
+	* docs/INSTALL: Here to avoid conflicts with the "install" script on
+	Windows, where the filesystem doesn't preserve case.
 
 2002-01-29  David Turner  <[email protected]>
 
-	* configure: fixed the script. it previously didn't accept more
-	than one argument correctly. For example, when typing:
-	
+	* configure: Fixed the script.  It previously didn't accept more
+	than one argument correctly.  For example, when typing:
+
 	  ./configure --disable-shared --disable-nls
-	  
-	the "--disable-nls" was incorrectly sent to the "make" program..
 
+	the "--disable-nls" was incorrectly sent to the "make" program.
 
 2002-01-29  Werner Lemberg  <[email protected]>
 
@@ -35,6 +33,7 @@
 
 	* src/type1/t1load.c (parse_subrs, parse_charstrings): Use copy
 	of `base' string for decrypting to not modify the original data.
+	Based on a patch by Jakub Bogusz <[email protected]>.
 
 2002-01-27  Giuliano Pochini  <[email protected]>