* README, docs/FTL.TXT: Fix email address for bug reports.
Other minor formatting.
This commit is contained in:
parent
7213b4febd
commit
68a15ebbe4
27
ChangeLog
27
ChangeLog
|
@ -1,19 +1,20 @@
|
||||||
|
2006-01-27 Werner Lemberg <wl@gnu.org>
|
||||||
|
|
||||||
|
* README, docs/FTL.TXT: Fix email address for bug reports.
|
||||||
|
Other minor formatting.
|
||||||
|
|
||||||
2006-01-27 David Turner <david@freetype.org>
|
2006-01-27 David Turner <david@freetype.org>
|
||||||
|
|
||||||
* 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
|
* builds/unix/install.mk (install): Don't install the internal
|
||||||
the internal headers, and removes existing ones if finds in the
|
headers, and remove existing ones if found in the target install
|
||||||
target install directory
|
directory.
|
||||||
|
|
||||||
* src/psaux/afmparse.h, src/psaux/afmparse.c: getting rid of
|
* src/autofit/afwarp.c: Add simple #ifdef to prevent compilation
|
||||||
writable static variables (i.e. the string table), and fixed
|
if the warp hinter isn't active (it shouldn't, still experimental).
|
||||||
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)
|
|
||||||
|
|
||||||
* 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
|
and `otvalid' from the list of modules that are linked statically
|
||||||
to a given FreeType library. Functionality has been moved to the
|
to a given FreeType library. Functionality has been moved to the
|
||||||
`ftvalid' CVS module.
|
`ftvalid' CVS module.
|
||||||
|
@ -61,6 +62,10 @@
|
||||||
* src/otvalid/otvcommn.c (otv_ClassDef_validate),
|
* src/otvalid/otvcommn.c (otv_ClassDef_validate),
|
||||||
src/otvalid/otvgpos.c (otv_x_sxy): Fix debugging information.
|
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.
|
* src/psaux/afmparse.c: Include ft2build.h and FT_FREETYPE_H.
|
||||||
(AFM_MAX_ARGUMENTS): Define...
|
(AFM_MAX_ARGUMENTS): Define...
|
||||||
* src/psaux/afmparse.h: Here.
|
* src/psaux/afmparse.h: Here.
|
||||||
|
|
25
README
25
README
|
@ -1,7 +1,7 @@
|
||||||
Special notes to Unix users
|
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,
|
information regarding the installation of FreeType on Unix systems,
|
||||||
especially GNU based operating systems like GNU/Linux.
|
especially GNU based operating systems like GNU/Linux.
|
||||||
|
|
||||||
|
@ -12,9 +12,10 @@
|
||||||
FreeType 2.1.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
|
Note that the FreeType 2 documentation is now available as a
|
||||||
separate package from our sites. See:
|
separate package from our sites. See:
|
||||||
|
@ -27,10 +28,14 @@
|
||||||
Bugs
|
Bugs
|
||||||
====
|
====
|
||||||
|
|
||||||
Please report bugs by e-mail to `devel@freetype.org'. Don't forget
|
Please report bugs by e-mail to `freetype-devel@nongnu.org'. Don't
|
||||||
to send a detailed explanation of the problem -- there is nothing
|
forget to send a detailed explanation of the problem -- there is
|
||||||
worse than receiving a terse message that only says "it doesn't
|
nothing worse than receiving a terse message that only says `it
|
||||||
work".
|
doesn't work'.
|
||||||
|
|
||||||
|
Alternatively, you may submit a bug report at
|
||||||
|
|
||||||
|
https://savannah.nongnu.org/bugs/?group=freetype
|
||||||
|
|
||||||
|
|
||||||
Enjoy!
|
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.
|
David Turner, Robert Wilhelm, and Werner Lemberg.
|
||||||
|
|
||||||
This file is part of the FreeType project, and may only be used,
|
This file is part of the FreeType project, and may only be used,
|
||||||
modified, and distributed under the terms of the FreeType project
|
modified, and distributed under the terms of the FreeType project
|
||||||
license, LICENSE.TXT. By continuing to use, modify, or distribute
|
license, LICENSE.TXT. By continuing to use, modify, or distribute
|
||||||
this file you indicate that you have read the license and understand
|
this file you indicate that you have read the license and understand
|
||||||
and accept it fully.
|
and accept it fully.
|
||||||
|
|
25
docs/FTL.TXT
25
docs/FTL.TXT
|
@ -1,9 +1,9 @@
|
||||||
The FreeType Project LICENSE
|
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
|
David Turner, Robert Wilhelm, and Werner Lemberg
|
||||||
|
|
||||||
|
|
||||||
|
@ -48,10 +48,13 @@ Introduction
|
||||||
encourage you to use the following text:
|
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.
|
Project (www.freetype.org). All rights reserved.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
Please replace <year> with the value from the FreeType version you
|
||||||
|
actually use.
|
||||||
|
|
||||||
|
|
||||||
Legal Terms
|
Legal Terms
|
||||||
===========
|
===========
|
||||||
|
@ -146,29 +149,21 @@ Legal Terms
|
||||||
|
|
||||||
There are two mailing lists related to FreeType:
|
There are two mailing lists related to FreeType:
|
||||||
|
|
||||||
o freetype@freetype.org
|
o freetype@nongnu.org
|
||||||
|
|
||||||
Discusses general use and applications of FreeType, as well as
|
Discusses general use and applications of FreeType, as well as
|
||||||
future and wanted additions to the library and distribution.
|
future and wanted additions to the library and distribution.
|
||||||
If you are looking for support, start in this list if you
|
If you are looking for support, start in this list if you
|
||||||
haven't found anything to help you in the documentation.
|
haven't found anything to help you in the documentation.
|
||||||
|
|
||||||
o devel@freetype.org
|
o freetype-devel@nongnu.org
|
||||||
|
|
||||||
Discusses bugs, as well as engine internals, design issues,
|
Discusses bugs, as well as engine internals, design issues,
|
||||||
specific licenses, porting, etc.
|
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
|
http://www.freetype.org
|
||||||
download our latest development version and read online
|
|
||||||
documentation.
|
|
||||||
|
|
||||||
You can also contact us individually at:
|
|
||||||
|
|
||||||
David Turner <david.turner@freetype.org>
|
|
||||||
Robert Wilhelm <robert.wilhelm@freetype.org>
|
|
||||||
Werner Lemberg <werner.lemberg@freetype.org>
|
|
||||||
|
|
||||||
|
|
||||||
--- end of FTL.TXT ---
|
--- end of FTL.TXT ---
|
||||||
|
|
Loading…
Reference in New Issue