summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-6
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-08-09 01:40:46 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-08-09 01:40:46 +0000
commitceb74567faa000289bae9f4110ae7752d762f597 (patch)
treea72eb55482a54ffd947b145608e1fbffd5033ff8 /ChangeLog.pre-1-6
parent38070eff87be3dd0c592ba53b11a10618b092250 (diff)
downloadpango-ceb74567faa000289bae9f4110ae7752d762f597.tar.gz
Some fixes from #90267
Thu Aug 8 21:37:48 2002 Owen Taylor <otaylor@redhat.com> Some fixes from #90267 * configure.in: Fix case where freetype2 is not in default include path. Quiet some warnings if /usr/lib/qt* doesn't exist. * examples/Makefile.am: Fix problem where if no Qt was found, -I /include was in the CFLAGS.
Diffstat (limited to 'ChangeLog.pre-1-6')
-rw-r--r--ChangeLog.pre-1-621
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index f1736e33..ca653461 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,24 @@
+Thu Aug 8 21:37:48 2002 Owen Taylor <otaylor@redhat.com>
+
+ Some fixes from #90267
+
+ * configure.in: Fix case where freetype2 is not in
+ default include path. Quiet some warnings if
+ /usr/lib/qt* doesn't exist.
+
+ * examples/Makefile.am: Fix problem where if no
+ Qt was found, -I /include was in the CFLAGS.
+
+Thu Aug 8 19:34:03 2002 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in: Remove the HAVE_FONTCONFIG conditional;
+ instead make the HAVE_FREETYPE conditional
+ be $have_freetype && $have_fontconfig.
+
+ * pango/Makefile.am: Use the HAVE_FREETYPE conditional
+ for checking whether we are building the FT2 backend,
+ as we do everywhere else.
+
Thu Aug 8 19:14:09 2002 Owen Taylor <otaylor@redhat.com>
* pango/pangoxft-font.c (load_fallback_font): Fix