ref: 68a15ebbe4f61999368a72a2953e257513a3cbba
parent: 7213b4febd8c92de5ff035d29be7d37a430b0a02
author: Werner Lemberg <[email protected]>
date: Sat Jan 28 02:30:58 EST 2006
* README, docs/FTL.TXT: Fix email address for bug reports. Other minor formatting.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,19 +1,20 @@
+2006-01-27 Werner Lemberg <[email protected]>
+
+ * README, docs/FTL.TXT: Fix email address for bug reports.
+ Other minor formatting.
+
2006-01-27 David Turner <[email protected]>
- * builds/unix/configure.ac: fixed build problem on Cygwin
+ * builds/unix/configure.ac: Fix build problem on Cygwin.
- * builds/unix/install.mk: the installation now avoids installing
- the internal headers, and removes existing ones if finds in the
- target install directory
+ * builds/unix/install.mk (install): Don't install the internal
+ headers, and remove existing ones if found in the target install
+ directory.
- * src/psaux/afmparse.h, src/psaux/afmparse.c: getting rid of
- writable static variables (i.e. the string table), and fixed
- the compilation in FT2_MULTI mode
-
- * src/autofit/afwarp.c: simple #ifdef to prevent compilation when
- the warp hinter isn't active (it shouldn't, still experimental)
+ * src/autofit/afwarp.c: Add simple #ifdef to prevent compilation
+ if the warp hinter isn't active (it shouldn't, still experimental).
- * Jamfile, include/freetype/config/ftmodule.h: Removed `gxvalid'
+ * Jamfile, include/freetype/config/ftmodule.h: Remove `gxvalid'
and `otvalid' from the list of modules that are linked statically
to a given FreeType library. Functionality has been moved to the
`ftvalid' CVS module.
@@ -60,6 +61,10 @@
* src/otvalid/otvcommn.c (otv_ClassDef_validate),
src/otvalid/otvgpos.c (otv_x_sxy): Fix debugging information.
+
+
+ Get rid of writable static variables (i.e., the string table) in
+ afmparse, and fix compilation in FT2_MULTI mode.
* src/psaux/afmparse.c: Include ft2build.h and FT_FREETYPE_H.
(AFM_MAX_ARGUMENTS): Define...
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
Special notes to Unix users
===========================
- Please read the file "docs/UPGRADE.UNX". It contains important
+ Please read the file `docs/UPGRADE.UNX'. It contains important
information regarding the installation of FreeType on Unix systems,
especially GNU based operating systems like GNU/Linux.
@@ -12,9 +12,10 @@
FreeType 2.1.10
===============
- Please read the docs/CHANGES file, it contains IMPORTANT INFORMATION.
+ Please read the docs/CHANGES file, it contains IMPORTANT
+ INFORMATION.
- Read the files "docs/INSTALL" for installation instructions.
+ Read the files `docs/INSTALL' for installation instructions.
Note that the FreeType 2 documentation is now available as a
separate package from our sites. See:
@@ -27,12 +28,16 @@
Bugs
====
- Please report bugs by e-mail to `[email protected]'. Don't forget
- to send a detailed explanation of the problem -- there is nothing
- worse than receiving a terse message that only says "it doesn't
- work".
+ Please report bugs by e-mail to `[email protected]'. Don't
+ forget to send a detailed explanation of the problem -- there is
+ nothing worse than receiving a terse message that only says `it
+ doesn't work'.
+ Alternatively, you may submit a bug report at
+ https://savannah.nongnu.org/bugs/?group=freetype
+
+
Enjoy!
@@ -40,11 +45,11 @@
----------------------------------------------------------------------
-Copyright 2001, 2002, 2003, 2004 by
+Copyright 2001, 2002, 2003, 2004, 2006 by
David Turner, Robert Wilhelm, and Werner Lemberg.
-This file is part of the FreeType project, and may only be used,
-modified, and distributed under the terms of the FreeType project
+This file is part of the FreeType project, and may only be used,
+modified, and distributed under the terms of the FreeType project
license, LICENSE.TXT. By continuing to use, modify, or distribute
this file you indicate that you have read the license and understand
and accept it fully.
--- a/docs/FTL.TXT
+++ b/docs/FTL.TXT
@@ -1,9 +1,9 @@
The FreeType Project LICENSE
----------------------------
- 2002-Apr-11
+ 2006-Jan-27
- Copyright 1996-2002 by
+ Copyright 1996-2002, 2006 by
David Turner, Robert Wilhelm, and Werner Lemberg
@@ -48,11 +48,14 @@
encourage you to use the following text:
"""
- Portions of this software are copyright � 1996-2002 The FreeType
+ Portions of this software are copyright � <year> The FreeType
Project (www.freetype.org). All rights reserved.
"""
+ Please replace <year> with the value from the FreeType version you
+ actually use.
+
Legal Terms
===========
@@ -146,7 +149,7 @@
There are two mailing lists related to FreeType:
- o [email protected]
+ o [email protected]
Discusses general use and applications of FreeType, as well as
future and wanted additions to the library and distribution.
@@ -153,22 +156,14 @@
If you are looking for support, start in this list if you
haven't found anything to help you in the documentation.
- o [email protected]
+ o [email protected]
Discusses bugs, as well as engine internals, design issues,
specific licenses, porting, etc.
- o http://www.freetype.org
+ Our home page can be found at
- Holds the current FreeType web page, which will allow you to
- download our latest development version and read online
- documentation.
-
- You can also contact us individually at:
-
- David Turner <[email protected]>
- Robert Wilhelm <[email protected]>
- Werner Lemberg <[email protected]>
+ http://www.freetype.org
--- end of FTL.TXT ---