head	1.3;
access;
symbols
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.2
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	RELEASE_3_2_0:1.2
	RELEASE_3_1_0:1.2
	RELEASE_2_2_8:1.2
	RELEASE_3_0_0:1.2
	RELEASE_2_2_7:1.2
	RELEASE_2_2_6:1.2
	RELEASE_2_2_5:1.1.1.1
	TED_3_6A:1.1.1.1
	vanill:1.1.1;
locks; strict;
comment	@# @;


1.3
date	2001.02.27.19.04.49;	author vanilla;	state dead;
branches;
next	1.2;

1.2
date	97.11.16.10.21.06;	author fenner;	state Exp;
branches;
next	1.1;

1.1
date	97.10.01.09.34.49;	author max;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	97.10.01.09.34.49;	author max;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Remove zh-ted, it's non I18N app.

Approved by:	committers@@tw
@
text
@--- xkey.c.orig	Mon Nov  3 16:52:47 1997
+++ xkey.c	Mon Nov 10 09:34:52 1997
@@@@ -602,7 +602,7 @@@@
 if (fp=fopen(
 	strcat(strcat(strcpy(tt,(char *)getenv("HOME")),"/.Ted/"),ftedrc), "r"
 )) 	return fp;
-if (fp=fopen(strcat(strcat(strcpy(uu, TEDDIR),"/"),ftedrc),"r"))
+if (fp=fopen(strcat(strcat(strcpy(uu, "/usr/X11R6/lib/X11/ted/"),"/"),ftedrc),"r"))
 	return fp;
 if (!depth) {
 	if (cdtedrc)
@


1.2
log
@Update to 4.0f

PR:		ports/4994
Submitted by:	Vanill I. Shu <vanilla@@MinJe.com.TW>
@
text
@@


1.1
log
@Initial revision
@
text
@d1 11
a11 19
*** xkey.c.orig	Thu Sep 18 23:23:06 1997
--- xkey.c	Thu Sep 18 23:23:45 1997
*************** if (cdtedrc && (fp=fopen(ftedrc,"r"))) {
*** 563,569 ****
  if (fp=fopen(
  	strcat(strcat(strcpy(tt,(char *)getenv("HOME")),"/.Ted/"),ftedrc), "r"
  )) 	return fp;
! if (fp=fopen(strcat(strcpy(uu,"/usr/local/lib/Ted/"),ftedrc),"r"))
  	return fp;
  if (!depth) {
  	if (cdtedrc)
--- 563,569 ----
  if (fp=fopen(
  	strcat(strcat(strcpy(tt,(char *)getenv("HOME")),"/.Ted/"),ftedrc), "r"
  )) 	return fp;
! if (fp=fopen(strcat(strcpy(uu,"/usr/X11R6/lib/X11/ted/"),ftedrc),"r"))
  	return fp;
  if (!depth) {
  	if (cdtedrc)
@


1.1.1.1
log
@New port, ted:

Ted is a small and powerful Text editor for X Window,
the interface is like PE2 on DOS

PR:		4571
Submitted by:	vanilla@@MinJe.com.TW
@
text
@@
