summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2002-01-30 22:37:52 +0000
committerWerner Lemberg <wl@gnu.org>2002-01-30 22:37:52 +0000
commit708fd472513b42bb04fe51ee795234703c96d7bc (patch)
treeac275acf7bc55808e35e986f442a73d0ff167831
parenta104001612cdac489b0204898afc9e5f774eb064 (diff)
downloadfreetype2-708fd472513b42bb04fe51ee795234703c96d7bc.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog17
1 files changed, 8 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index a8c4a9c4f..0fba97ff0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,19 +1,17 @@
2002-01-30 David Turner <david@freetype.org>
- * 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 <david@freetype.org>
- * 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 <wl@gnu.org>
@@ -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 <qboosh@pld.org.pl>.
2002-01-27 Giuliano Pochini <pochini@shiny.it>