head	1.5;
access;
symbols
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.4
	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.5
date	2004.12.11.09.35.51;	author ahze;	state dead;
branches;
next	1.4;

1.4
date	2002.09.01.08.11.50;	author clive;	state Exp;
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.5
log
@Move math/gnumeric2 --> math/gnumeric
@
text
@--- src/style.c.orig	Tue Jan 29 14:17:24 2002
+++ src/style.c	Sun Aug 18 02:52:37 2002
@@@@ -80,13 +80,13 @@@@
 		}
 
 		/* Worst case scenario */
-		font->gdk_font = gnome_display_font_get_gdk_font (font->dfont);
+		font->gdk_font = gdk_fontset_load ("-*-medium-r-normal-*-14-*-iso8859-1,-*-medium-r-normal--14-*-*-*-*-*-big5-0");
 		if (font->gdk_font == NULL)
 			/* xgettext:
 			 * The name of the default font for this locale.
 			 * Preferably something with the correct encoding.
 			 */
-			font->gdk_font = gdk_fontset_load (_("fixed"));
+			font->gdk_font = gdk_font_load (_("fixed"));
 		else
 			gdk_font_ref (font->gdk_font);
 
@


1.4
log
@Unbreak this port.

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


1.3
log
@Fix gdk_fontset_load () for Chinese fonts.

Submitted by: June-Yen Huang <jihuang@@gate.sinica.edu.tw>
@
text
@d1 3
a3 3
--- src/style.c.orig	Fri Dec 14 13:16:08 2001
+++ src/style.c	Fri Dec 14 13:18:30 2001
@@@@ -79,13 +79,13 @@@@
@


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 3
a3 3
--- src/style.c.orig	Tue Sep 19 09:41:02 2000
+++ src/style.c	Mon Oct 30 23:11:36 2000
@@@@ -70,9 +70,9 @@@@
d10 6
a15 2
-			font->gdk_font = gdk_font_load ("fixed");
+			font->gdk_font = gdk_fontset_load ("-*-medium-r-normal-*-14-*-iso8859-1,-*-medium-r-normal--14-*-*-*-*-*-big5-0");
@


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
+		font->gdk_font = gdk_fontset_load ("-*-medium-r-normal--14-*-*-*-*-*-big5-0");
d11 1
a11 1
+			font->gdk_font = gdk_fontset_load ("-*-medium-r-normal--14-*-*-*-*-*-big5-0");
@

