summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManish Singh <yosh@gimp.org>2003-11-20 23:25:18 +0000
committerManish Singh <yosh@src.gnome.org>2003-11-20 23:25:18 +0000
commitb5f3b1a6b73f41e42c5d1b2d358a11dec0e756bc (patch)
treef178b610a1dfc70e5b6f48a349ab5ba22b442699
parentd184525586667206c6caca56245283dd09095b15 (diff)
downloadpango-b5f3b1a6b73f41e42c5d1b2d358a11dec0e756bc.tar.gz
#include <fontconfig/fcfreetype.h> for FreeTypeCharIndex().
2003-11-20 Manish Singh <yosh@gimp.org> * pango/pangoft2-private.h: #include <fontconfig/fcfreetype.h> for FreeTypeCharIndex().
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-1-105
-rw-r--r--ChangeLog.pre-1-45
-rw-r--r--ChangeLog.pre-1-65
-rw-r--r--ChangeLog.pre-1-85
-rw-r--r--pango/pangoft2-private.h1
6 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bad6ccd4..c3f1c86b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-11-20 Manish Singh <yosh@gimp.org>
+
+ * pango/pangoft2-private.h: #include <fontconfig/fcfreetype.h> for
+ FreeTypeCharIndex().
+
2003-11-20 Sven Neumann <sven@gimp.org>
* pango/pangoft2-fontmap.c: reverted the patch for bug #123602
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index bad6ccd4..c3f1c86b 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,8 @@
+2003-11-20 Manish Singh <yosh@gimp.org>
+
+ * pango/pangoft2-private.h: #include <fontconfig/fcfreetype.h> for
+ FreeTypeCharIndex().
+
2003-11-20 Sven Neumann <sven@gimp.org>
* pango/pangoft2-fontmap.c: reverted the patch for bug #123602
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index bad6ccd4..c3f1c86b 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -1,3 +1,8 @@
+2003-11-20 Manish Singh <yosh@gimp.org>
+
+ * pango/pangoft2-private.h: #include <fontconfig/fcfreetype.h> for
+ FreeTypeCharIndex().
+
2003-11-20 Sven Neumann <sven@gimp.org>
* pango/pangoft2-fontmap.c: reverted the patch for bug #123602
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index bad6ccd4..c3f1c86b 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,8 @@
+2003-11-20 Manish Singh <yosh@gimp.org>
+
+ * pango/pangoft2-private.h: #include <fontconfig/fcfreetype.h> for
+ FreeTypeCharIndex().
+
2003-11-20 Sven Neumann <sven@gimp.org>
* pango/pangoft2-fontmap.c: reverted the patch for bug #123602
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index bad6ccd4..c3f1c86b 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,8 @@
+2003-11-20 Manish Singh <yosh@gimp.org>
+
+ * pango/pangoft2-private.h: #include <fontconfig/fcfreetype.h> for
+ FreeTypeCharIndex().
+
2003-11-20 Sven Neumann <sven@gimp.org>
* pango/pangoft2-fontmap.c: reverted the patch for bug #123602
diff --git a/pango/pangoft2-private.h b/pango/pangoft2-private.h
index 1f086832..8caa28b7 100644
--- a/pango/pangoft2-private.h
+++ b/pango/pangoft2-private.h
@@ -25,6 +25,7 @@
#include "pangoft2.h"
#include <fontconfig/fontconfig.h>
+#include <fontconfig/fcfreetype.h>
/* Debugging... */
/*#define DEBUGGING 1*/