head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2009.04.02.07.23.41;	author vanilla;	state Exp;
branches;
next	1.1;

1.1
date	2006.08.01.01.28.51;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Upgrade to 0.8.13.
@
text
@--- src/fe-text/textbuffer-view.c.orig	2009-04-01 05:02:51.000000000 +0800
+++ src/fe-text/textbuffer-view.c	2009-04-02 11:36:37.000000000 +0800
@@@@ -257,7 +257,7 @@@@
 			continue;
 		}
 
-		if (!view->utf8 && char_width > 1) {
+		if (char_width > 1) {
 			last_space = xpos;
 			last_space_ptr = next_ptr;
 			last_color = color;
@


1.1
log
@Fix CJK length on utf8 mode.

PR:		ports/101126
Submitted by:	mhsin at mhsin.com
@
text
@d1 3
a3 3
--- src/fe-text/textbuffer-view.c.orig	Mon Jul 31 06:28:09 2006
+++ src/fe-text/textbuffer-view.c	Mon Jul 31 06:28:19 2006
@@@@ -255,7 +255,7 @@@@
d7 2
a8 2
-		if (!view->utf8 && char_len > 1) {
+		if (char_len > 1) {
@

