summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-02-03 22:15:44 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-02-03 22:15:44 +0000
commited581c7530fbb2cf4fb053ebca08d6c7d940b5ed (patch)
tree36e420e02716a0ef88d3ad0ccdc3c0b927376ac8
parent84591d622bcc3ff3430eacf0b458f08fa986ec37 (diff)
downloadgdk-pixbuf-ed581c7530fbb2cf4fb053ebca08d6c7d940b5ed.tar.gz
Set the charset explicitely for the default font to avoid problems with
Fri Feb 4 15:09:12 2000 Owen Taylor <otaylor@redhat.com> * gtk/gtkstyle.c (gtk_style_new): Set the charset explicitely for the default font to avoid problems with XFree86-4.0 where the default charset is iso10646-1, not iso8859-1.
-rw-r--r--ChangeLog6
-rw-r--r--ChangeLog.pre-2-06
-rw-r--r--ChangeLog.pre-2-106
-rw-r--r--ChangeLog.pre-2-26
-rw-r--r--ChangeLog.pre-2-46
-rw-r--r--ChangeLog.pre-2-66
-rw-r--r--ChangeLog.pre-2-86
-rw-r--r--gtk/gtkstyle.c2
8 files changed, 43 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8151f0edb..6f2294df2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Feb 4 15:09:12 2000 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkstyle.c (gtk_style_new): Set the charset explicitely for
+ the default font to avoid problems with XFree86-4.0 where the
+ default charset is iso10646-1, not iso8859-1.
+
Thu Feb 3 14:58:48 PST 2000 Manish Singh <yosh@gimp.org>
* acinclude.m4
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index 8151f0edb..6f2294df2 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,3 +1,9 @@
+Fri Feb 4 15:09:12 2000 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkstyle.c (gtk_style_new): Set the charset explicitely for
+ the default font to avoid problems with XFree86-4.0 where the
+ default charset is iso10646-1, not iso8859-1.
+
Thu Feb 3 14:58:48 PST 2000 Manish Singh <yosh@gimp.org>
* acinclude.m4
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 8151f0edb..6f2294df2 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,9 @@
+Fri Feb 4 15:09:12 2000 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkstyle.c (gtk_style_new): Set the charset explicitely for
+ the default font to avoid problems with XFree86-4.0 where the
+ default charset is iso10646-1, not iso8859-1.
+
Thu Feb 3 14:58:48 PST 2000 Manish Singh <yosh@gimp.org>
* acinclude.m4
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index 8151f0edb..6f2294df2 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,9 @@
+Fri Feb 4 15:09:12 2000 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkstyle.c (gtk_style_new): Set the charset explicitely for
+ the default font to avoid problems with XFree86-4.0 where the
+ default charset is iso10646-1, not iso8859-1.
+
Thu Feb 3 14:58:48 PST 2000 Manish Singh <yosh@gimp.org>
* acinclude.m4
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 8151f0edb..6f2294df2 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,9 @@
+Fri Feb 4 15:09:12 2000 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkstyle.c (gtk_style_new): Set the charset explicitely for
+ the default font to avoid problems with XFree86-4.0 where the
+ default charset is iso10646-1, not iso8859-1.
+
Thu Feb 3 14:58:48 PST 2000 Manish Singh <yosh@gimp.org>
* acinclude.m4
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 8151f0edb..6f2294df2 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,9 @@
+Fri Feb 4 15:09:12 2000 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkstyle.c (gtk_style_new): Set the charset explicitely for
+ the default font to avoid problems with XFree86-4.0 where the
+ default charset is iso10646-1, not iso8859-1.
+
Thu Feb 3 14:58:48 PST 2000 Manish Singh <yosh@gimp.org>
* acinclude.m4
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 8151f0edb..6f2294df2 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,9 @@
+Fri Feb 4 15:09:12 2000 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkstyle.c (gtk_style_new): Set the charset explicitely for
+ the default font to avoid problems with XFree86-4.0 where the
+ default charset is iso10646-1, not iso8859-1.
+
Thu Feb 3 14:58:48 PST 2000 Manish Singh <yosh@gimp.org>
* acinclude.m4
diff --git a/gtk/gtkstyle.c b/gtk/gtkstyle.c
index d45dd08b8..2e28eac8e 100644
--- a/gtk/gtkstyle.c
+++ b/gtk/gtkstyle.c
@@ -407,7 +407,7 @@ gtk_style_new (void)
if (!default_font)
{
default_font =
- gdk_font_load ("-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-*-*");
+ gdk_font_load ("-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-iso8859-1");
if (!default_font)
default_font = gdk_font_load ("fixed");
if (!default_font)