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


1.3
date	2003.02.15.00.16.17;	author naddy;	state dead;
branches;
next	1.2;

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

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


desc
@@


1.3
log
@Update to 0.9.1.

PR:		48254
Submitted by:	Yu-Shun Wang <yushunwa@@isi.edu>
@
text
@--- themes/trans/theme.cfg.in.orig	Fri Jan  7 23:51:22 2000
+++ themes/trans/theme.cfg.in	Mon Dec 25 13:38:51 2000
@@@@ -84,25 +84,16 @@@@
     font default @@DEF_FONT_IDX@@
     font 0 @@FONT0@@
     font 1 @@FONT1@@
-    font 2 @@FONT2@@
-    font 3 @@FONT3@@
-    font 4 @@FONT4@@
-    font 5 10x20
-    font 6 12x24
-#    font bold 7x14
   end attributes
 
 # The Multichar support options.  Same goes for these fonts as for the normal
 # ones.  The "encoding" attribute can be either "eucj" or "sjis" or "euckr"
 # or big5 or gb
-#  begin multichar
-#    font 0 @@MFONT0@@
-#    font 1 @@MFONT1@@
-#    font 2 @@MFONT2@@
-#    font 3 @@MFONT3@@
-#    font 4 @@MFONT4@@
-#    encoding @@MULTICHAR_ENCODING@@
-#  end multichar
+  begin multichar
+    font 0 @@MFONT0@@
+    font 1 @@MFONT1@@
+    encoding @@MULTICHAR_ENCODING@@
+  end multichar
 
 # Define the imageclasses.
   begin imageclasses
@@@@ -248,10 +239,10 @@@@
 # The XIM support options.
 # input_method: set the name of your favorate input method program
 # preedit_type: OverTheSpot or OffTheSpot or Root
-#  begin xim
-#    input_method Ami
-#    preedit_type OverTheSpot
-#  end xim
+  begin xim
+    input_method xcin
+    preedit_type OverTheSpot
+  end xim
 
 # Boolean variables.  The values can be "1", "on", or "true" for TRUE, or "0",
 # "off", or "false" for FALSE.
@@@@ -335,7 +326,7 @@@@
 #    line_space 2
 
 # Value to use for $TERM
-    term_name xterm
+    term_name xterm-color
 
 # Program to exec (intended for use with themes)
 #    exec foo
@


1.2
log
@Properly localization.

Submitted by:	maintainer
@
text
@@


1.1
log
@Initial version.

Eterm is a color vt102 terminal emulator for X Window system.
It supports pixmap and pseudo-transparent background. It also
supports Japanese input with XIM (X Input Method) protocol.

This version also adds BIG5 and GB support.

Thanks to MANTANI Nobutaka <nobutaka@@nobutaka.com> for the patch.

Submitted by:	Michael C. Wu <keichii@@iteration.net>
@
text
@d1 34
a34 3
--- themes/trans/theme.cfg.in.orig	Mon Feb  7 22:29:10 2000
+++ themes/trans/theme.cfg.in	Mon Feb  7 22:29:27 2000
@@@@ -248,10 +248,10 @@@@
d43 1
a43 1
+    input_method kinput2
d49 9
@

