diff --git a/ChangeLog b/ChangeLog index 5d2ec44b0..8b7cb4cdd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,19 +1,20 @@ +2006-01-27 Werner Lemberg + + * README, docs/FTL.TXT: Fix email address for bug reports. + Other minor formatting. + 2006-01-27 David Turner - * 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 57f6ed604..2b55bd608 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 459bda326..e874ba5b1 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 © The FreeType Project (www.freetype.org). All rights reserved. """ + Please replace 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 + 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 - Robert Wilhelm - Werner Lemberg + http://www.freetype.org --- end of FTL.TXT ---