head	1.4;
access;
symbols
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.3
	RELEASE_4_2_0:1.3
	RELEASE_4_1_1:1.3
	RELEASE_4_1_0:1.3
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2001.10.11.12.24.04;	author ijliao;	state dead;
branches;
next	1.3;

1.3
date	2000.07.08.07.52.16;	author knu;	state Exp;
branches;
next	1.2;

1.2
date	2000.04.22.02.50.42;	author will;	state Exp;
branches;
next	1.1;

1.1
date	2000.01.30.16.23.55;	author imura;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Update to 0.2.1-inu-1.4 and www/w3m-img port to 0.2.1-inu-1.4-img-1.11

PR:		31124
Submitted by:	MAINTAINER
@
text
@--- rc.c.orig	Fri Jun  9 04:55:18 2000
+++ rc.c	Fri Jun  9 04:55:26 2000
@@@@ -990,16 +990,3 @@@@
     Strcat_charp(file, base);
     return expandName(file->ptr);
 }
-
-char *
-helpFile(char *base)
-{
-#ifdef __EMX__
-    Str file = Strnew_charp(get_os2_dft("W3M_HELP_DIR", HELP_DIR));
-#else				/* not __EMX__ */
-    Str file = Strnew_charp(HELP_DIR);
-#endif				/* not __EMX__ */
-    Strcat_char(file, '/');
-    Strcat_charp(file, base);
-    return expandName(file->ptr);
-}
@


1.3
log
@Update to 0.1.11-pre.

PR:		ports/19779
Submitted by:	Maintainer
@
text
@@


1.2
log
@Update w3m to 0.1.9.

PR:		18149
Submitted by:	maintainer
@
text
@d1 3
a3 3
--- rc.c.orig	Sat Apr 22 06:47:16 2000
+++ rc.c	Sat Apr 22 06:47:24 2000
@@@@ -762,16 +762,3 @@@@
d8 1
a8 1
-char           *
d12 1
a12 1
-    Str             file = Strnew_charp(get_os2_dft("W3M_HELP_DIR", HELP_DIR));
d14 1
a14 1
-    Str             file = Strnew_charp(HELP_DIR);
@


1.1
log
@Update to version 0.1.7.

PR:		16448
Submitted by:	maintainer
@
text
@d1 5
a5 5
--- rc.c.orig	Fri Jan 28 09:46:07 2000
+++ rc.c	Fri Jan 28 18:58:17 2000
@@@@ -540,13 +540,3 @@@@
   Strcat_charp(file, base);
   return expandName(file->ptr);
d8 1
a8 1
-char *
d11 5
a15 2
-    Str file = Strnew_charp(HELP_DIR);
-    
@

