]> git.wh0rd.org - fontconfig.git/blobdiff - ChangeLog
Changes for Windows:
[fontconfig.git] / ChangeLog
index 9dca0503aa40f01fd61c9210842f0015e1767caa..25ed617cee92aeedf216f52c3b8d276af2fe503b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,89 @@
+2003-03-22  Tor Lillqvist  <tml@iki.fi>
+
+       Changes for Windows:
+         
+       + On Windows with gcc (a.k.a. mingw) build as a DLL.
+         
+       + We don't want to hardcode the fonts.conf file location in the
+         DLL, so we look up the DLL location at run-time in a DllMain()
+         function. The fonts.conf location is deduced from that.
+
+       + The colon can't be used as path separator on Windows,
+         semicolon is used instead. File path components can be separated
+         with either slash or backslash. Absolute paths can also begin
+         with a drive letter.
+
+       + Add internal function FcStrLastSlash that strrchr's the last
+         slash, or backslash on Windows.
+       
+       + There is no link() on Windows. For atomicity checks, mkdir a
+         lock directory instead.
+         
+       + In addition to HOME, also look for USERPROFILE.
+
+       + Recognize the special font directory token WINDOWSFONTDIR, to
+         use the system's font directory.
+         
+       + Remove the fontconfig-def.cpp that was obsolete. Add
+         fontconfig.def(.in), without internal functions.
+         
+       + Add a fontconfig-zip(.in) script, used to build a binary
+         distribution.
+
+Fri Mar  7 07:55:00 EST 2003    Mike A. Harris <mharris@redhat.com>
+       + RPM specfile cleanups for 2.1.92: Removed man1/* and added man5/*
+         to main package and man3/* to devel package
+
+       + Added missing defattr(-, root, root) to main RPM package
+       + Added HTML and text development documentation to -devel subpackage
+
+Wed Mar  5 05:08:00 EST 2003   Mike A. Harris <mharris@redhat.com>
+       + Added back the configure macro options --disable-docs, otherwise
+         fontconfig installs docs into /usr/share/doc/fontconfig (with no
+         version number) unconditionally, causing RPM to fail the build due
+         to _unpackaged_files_terminate_build.  We pick up the pregenerated
+         docs with %doc already.
+
+Wed Mar  5 04:26:20 EST 2003   Mike A. Harris <mharris@redhat.com>
+       + Removed commented out rpm macro define at top of spec file,
+         replacing it with a simple explanation, since rpm macros are
+         expanded by rpm even in comments.
+
+       + Changed /usr/bin to _bindir in BuildRequires lines
+
+       + Cleaned up rpm postinstall script, and made fc-cache use _bindir
+
+       + Reorganized file manifest lists
+
+Sun Mar  2 14:16:17 EST 2003   Owen Taylor <otaylor@redhat.com>
+
+       + fontconfig.spec.in: Improvements from Red Hat spec file.
+
+       + {fc-lang,fc-cache,fc-list}/Makefile.am: Add man pages.
+
+       + docs/*.sgml: SGML fixes.
+
+Sat Mar  1 17:28:53 PST 2003   keithp
+       + Ok, so the ChangeLog is a bit out of date
+
+       + Lots of bugs fixed; most are in bugzilla, the
+         biggest problems were in cache management where
+         Owen discovered the library would lose badly when
+         combining fonts-cache and ~/.fonts-cache data
+
+       + Converted from autoconf to automake.  This after
+         getting patches accepted into libtool to allow
+         the '-version-number' argument which lets
+         packages set version numbers explicitly rather
+         than the roundabout libtool way
+
+       + Converted documentation to SGML using the docbook
+         DTD.  Now .txt and .html documents are installed
+         in /usr/share/doc/fontconfig and there's no
+         man page.  Perhaps a man version can be written
+         at some point.
+
 Sat Aug 31 15:21:22 PDT 2002   keithp
        + Xrender and Xft had several bugs related to
          rendering manually placed or poly-face text