summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Neumann <sven@gimp.org>2001-12-14 00:43:04 +0000
committerSven Neumann <neo@src.gnome.org>2001-12-14 00:43:04 +0000
commit98786bf21ba68bfe496887ea31573498fe996b68 (patch)
tree210c39278324cf47557c85b6a0fdd274ca48dcf7
parent384eaf43f11dcee0d7b10af5663bb5f8822634cf (diff)
downloadpango-98786bf21ba68bfe496887ea31573498fe996b68.tar.gz
use (PangoLanguage *) instead of (const gchar *) to please the compiler.
2001-12-14 Sven Neumann <sven@gimp.org> * modules/hebrew/hebrew-x.c (hebrew_engine_get_coverage): use (PangoLanguage *) instead of (const gchar *) to please the compiler.
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-1-05
-rw-r--r--ChangeLog.pre-1-105
-rw-r--r--ChangeLog.pre-1-25
-rw-r--r--ChangeLog.pre-1-45
-rw-r--r--ChangeLog.pre-1-65
-rw-r--r--ChangeLog.pre-1-85
-rw-r--r--modules/hebrew/hebrew-x.c4
8 files changed, 37 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a99b3809..98159a9b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-12-14 Sven Neumann <sven@gimp.org>
+
+ * modules/hebrew/hebrew-x.c (hebrew_engine_get_coverage): use
+ (PangoLanguage *) instead of (const gchar *) to please the compiler.
+
2001-12-13 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* examples/Makefile.am, modules/arabic/Makefile.am,
diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0
index a99b3809..98159a9b 100644
--- a/ChangeLog.pre-1-0
+++ b/ChangeLog.pre-1-0
@@ -1,3 +1,8 @@
+2001-12-14 Sven Neumann <sven@gimp.org>
+
+ * modules/hebrew/hebrew-x.c (hebrew_engine_get_coverage): use
+ (PangoLanguage *) instead of (const gchar *) to please the compiler.
+
2001-12-13 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* examples/Makefile.am, modules/arabic/Makefile.am,
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index a99b3809..98159a9b 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,8 @@
+2001-12-14 Sven Neumann <sven@gimp.org>
+
+ * modules/hebrew/hebrew-x.c (hebrew_engine_get_coverage): use
+ (PangoLanguage *) instead of (const gchar *) to please the compiler.
+
2001-12-13 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* examples/Makefile.am, modules/arabic/Makefile.am,
diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2
index a99b3809..98159a9b 100644
--- a/ChangeLog.pre-1-2
+++ b/ChangeLog.pre-1-2
@@ -1,3 +1,8 @@
+2001-12-14 Sven Neumann <sven@gimp.org>
+
+ * modules/hebrew/hebrew-x.c (hebrew_engine_get_coverage): use
+ (PangoLanguage *) instead of (const gchar *) to please the compiler.
+
2001-12-13 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* examples/Makefile.am, modules/arabic/Makefile.am,
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index a99b3809..98159a9b 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -1,3 +1,8 @@
+2001-12-14 Sven Neumann <sven@gimp.org>
+
+ * modules/hebrew/hebrew-x.c (hebrew_engine_get_coverage): use
+ (PangoLanguage *) instead of (const gchar *) to please the compiler.
+
2001-12-13 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* examples/Makefile.am, modules/arabic/Makefile.am,
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index a99b3809..98159a9b 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,8 @@
+2001-12-14 Sven Neumann <sven@gimp.org>
+
+ * modules/hebrew/hebrew-x.c (hebrew_engine_get_coverage): use
+ (PangoLanguage *) instead of (const gchar *) to please the compiler.
+
2001-12-13 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* examples/Makefile.am, modules/arabic/Makefile.am,
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index a99b3809..98159a9b 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,8 @@
+2001-12-14 Sven Neumann <sven@gimp.org>
+
+ * modules/hebrew/hebrew-x.c (hebrew_engine_get_coverage): use
+ (PangoLanguage *) instead of (const gchar *) to please the compiler.
+
2001-12-13 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* examples/Makefile.am, modules/arabic/Makefile.am,
diff --git a/modules/hebrew/hebrew-x.c b/modules/hebrew/hebrew-x.c
index 8d47df13..8f7697e4 100644
--- a/modules/hebrew/hebrew-x.c
+++ b/modules/hebrew/hebrew-x.c
@@ -720,8 +720,8 @@ hebrew_engine_shape (PangoFont *font,
}
static PangoCoverage *
-hebrew_engine_get_coverage (PangoFont *font,
- const char *lang)
+hebrew_engine_get_coverage (PangoFont *font,
+ PangoLanguage *lang)
{
PangoCoverage *result = pango_coverage_new ();