head	1.4;
access;
symbols
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2;
locks; strict;
comment	@# @;


1.4
date	2002.09.01.08.11.50;	author clive;	state dead;
branches;
next	1.3;

1.3
date	2001.12.16.15.21.56;	author clive;	state Exp;
branches;
next	1.2;

1.2
date	2001.03.08.04.50.32;	author keith;	state Exp;
branches;
next	1.1;

1.1
date	2001.03.06.07.19.39;	author keith;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Unbreak this port.

Submitted by:	June-Yen Huang <jihuang@@gate.sinica.edu.tw>
@
text
@--- src/dialogs/dialog-stf-preview.c.orig	Fri Dec 14 13:14:57 2001
+++ src/dialogs/dialog-stf-preview.c	Fri Dec 14 13:15:42 2001
@@@@ -613,7 +613,7 @@@@
 	 * The name of the default font for this locale.
 	 * Preferably something with the correct encoding.
 	 */
-	renderdata->font       = gdk_fontset_load (_("fixed"));
+	renderdata->font       = gdk_fontset_load ("-*-medium-r-normal-*-14-*-iso8859-1,-*-medium-r-normal--14-*-*-*-*-*-big5-0");
 	renderdata->charwidth  = gdk_string_width (renderdata->font, "W");
 	renderdata->charheight = gdk_string_height (renderdata->font, "W");
 
@


1.3
log
@Fix gdk_fontset_load () for Chinese fonts.

Submitted by: June-Yen Huang <jihuang@@gate.sinica.edu.tw>
@
text
@@


1.2
log
@Adds two trivial fixes to the gdk_fontset_load() argument, so
numbers and alphabets on widgets like the leftest column can
be shown correctly.

Reported by:	keichii
@
text
@d1 7
a7 7
--- src/dialogs/dialog-stf-preview.c.orig	Mon Oct 30 17:44:01 2000
+++ src/dialogs/dialog-stf-preview.c	Mon Oct 30 17:44:31 2000
@@@@ -711,7 +711,7 @@@@
 	renderdata->gridgroup    = NULL;
 	renderdata->hashtable    = g_hash_table_new (g_int_hash, g_int_equal);
 
-	renderdata->font       = gdk_font_load ("fixed");
@


1.1
log
@Initial version.  Gnumeric is a spreadsheet for GNOME.

This is a slightly modified version of japanese/gnumeric.  It can
exchange simple spreadsheets with MS Excel.

TODO:		Test CLE's patch, to see if a static gnomeole2 is needed to
		avoid frequent crash when opening complicated .xls.
@
text
@d8 1
a8 1
+	renderdata->font       = gdk_fontset_load ("-*-medium-r-normal--14-*-*-*-*-*-big5-0");
@

