* README, docs/FTL.TXT: Fix email address for bug reports. Other minor formatting.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172
diff --git a/ChangeLog b/ChangeLog
index 5d2ec44..8b7cb4c 100644
--- a/ChangeLog
+++ b/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>
- * 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.
@@ -61,6 +62,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...
* src/psaux/afmparse.h: Here.
diff --git a/README b/README
index 57f6ed6..2b55bd6 100644
--- 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,10 +28,14 @@
Bugs
====
- Please report bugs by e-mail to `devel@freetype.org'. 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 `freetype-devel@nongnu.org'. 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.
diff --git a/docs/FTL.TXT b/docs/FTL.TXT
index 459bda3..e874ba5 100644
--- 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,10 +48,13 @@ Introduction
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,29 +149,21 @@ Legal Terms
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
future and wanted additions to the library and distribution.
If you are looking for support, start in this list if you
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,
specific licenses, porting, etc.
- o http://www.freetype.org
-
- 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:
+ Our home page can be found at
- David Turner <david.turner@freetype.org>
- Robert Wilhelm <robert.wilhelm@freetype.org>
- Werner Lemberg <werner.lemberg@freetype.org>
+ http://www.freetype.org
--- end of FTL.TXT ---