head	1.3;
access;
symbols
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2004.12.11.09.35.51;	author ahze;	state dead;
branches;
next	1.2;

1.2
date	2002.09.01.08.11.50;	author clive;	state Exp;
branches;
next	1.1;

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


desc
@@


1.3
log
@Move math/gnumeric2 --> math/gnumeric
@
text
@--- src/item-edit.c.orig	Thu Dec 27 06:10:52 2001
+++ src/item-edit.c	Sun Aug 18 02:52:37 2002
@@@@ -240,6 +240,11 @@@@
 		return;
 	top_pos += item_edit->font->ascent;
 
+	/* Handle multibyte */
+	if( cursor_pos != -1 )
+		cursor_pos = strlen(gtk_editable_get_chars(GTK_EDITABLE(item_edit->entry),
+		 0, cursor_pos));
+
        	/* Draw the background (recall that gdk_draw_rectangle excludes far coords) */
 	gdk_draw_rectangle (
 		drawable, canvas->style->white_gc, TRUE,
@


1.2
log
@Unbreak this port.

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


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
@d1 3
a3 3
--- src/item-edit.c.orig	Mon Oct 30 23:06:00 2000
+++ src/item-edit.c	Mon Oct 30 23:08:03 2000
@@@@ -223,6 +223,11 @@@@
@

