head	1.5;
access;
symbols
	RELEASE_4_2_0:1.4
	RELEASE_4_1_1:1.4
	RELEASE_4_1_0:1.4
	RELEASE_3_5_0:1.4
	RELEASE_4_0_0:1.4
	RELEASE_3_4_0:1.4
	RELEASE_3_3_0:1.3
	RELEASE_3_2_0:1.3
	RELEASE_3_1_0:1.3
	RELEASE_2_2_8:1.3
	RELEASE_3_0_0:1.3
	RELEASE_2_2_7:1.2
	RELEASE_2_2_6:1.1.1.1
	zh_pine_3_95:1.1.1.1
	WOJU:1.1.1;
locks; strict;
comment	@# @;


1.5
date	2000.11.17.19.06.52;	author keith;	state dead;
branches;
next	1.4;

1.4
date	99.11.01.00.40.55;	author steve;	state Exp;
branches;
next	1.3;

1.3
date	98.07.30.12.30.38;	author vanilla;	state Exp;
branches;
next	1.2;

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

1.1
date	97.12.01.19.47.22;	author vanilla;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	97.12.01.19.47.22;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Upgrade from 4.21 to 4.30.

Especially thanks to the maintainer, Tai-hwa Liang (avatar), for
ending those long lasting evil +400k files/patch-*. :-)

According to kkenn, pine4's security will exist until it's totally
rewritten, so I'll leave pkg-install untouched, which shows the
security warning.
PR:		ports/22436
@
text
@--- pico/osdep/term.cap.orig	Thu Jul  8 07:25:22 1999
+++ pico/osdep/term.cap	Thu Oct 14 10:53:41 1999
@@@@ -272,7 +272,8 @@@@
     _kppu		= tgetstr("kP", &p);
     _kppd		= tgetstr("kN", &p);
     _kphome		= tgetstr("kh", &p);
-    _kpend		= tgetstr("kH", &p);
+    if((_kpend		= tgetstr("@@7", &p)) == NULL)
+      _kpend		= tgetstr("kH",&p);
     _kpdel		= tgetstr("kD", &p);
     _kf1		= tgetstr("k1", &p);
     _kf2		= tgetstr("k2", &p);
@


1.4
log
@Update to version 4.20.

PR:		14575
Submitted by:	maintainer
@
text
@@


1.3
log
@Upgrade to 4.02,
Submitted by:	maintainer
@
text
@d1 3
a3 3
--- pico/osdep/term.cap.orig	Sat Feb 28 08:14:53 1998
+++ pico/osdep/term.cap	Tue Jul 28 08:35:00 1998
@@@@ -270,7 +270,8 @@@@
@


1.2
log
@Upgrade to 4.00
Submitted by:	Liang Tai-hwa <avatar@@www.mmlab.cse.yzu.edu.tw>
@
text
@d1 12
a12 11
--- pico/osdep/unix.orig	Thu Jul  9 00:20:10 1998
+++ pico/osdep/unix	Wed Jul 15 17:02:31 1998
@@@@ -1952,7 +1952,7 @@@@
 
     errno = 0;			/* make sure previous error are cleared */
     
-    switch(fexist(fn, "w", &filesize)){
+    switch(fexist(fn, "w", (long *)&filesize)){
       case FIOFNF :
 	vapor = TRUE;
 
@


1.1
log
@Initial revision
@
text
@d1 11
a11 28
*** imap/ANSI/c-client/mh.c.orig	Wed May 15 13:49:54 1996
--- imap/ANSI/c-client/mh.c	Fri Jun 14 00:12:23 1996
***************
*** 808,812 ****
    if (sbuf.st_ctime != LOCAL->scantime) {
      struct direct **names = NIL;
!     long nfiles = scandir (LOCAL->dir,&names,mh_select,mh_numsort);
      old = nmsgs ? mail_elt (stream,nmsgs)->data1 : 0;
  				/* note scanned now */
--- 808,812 ----
    if (sbuf.st_ctime != LOCAL->scantime) {
      struct direct **names = NIL;
!     long nfiles = scandir (LOCAL->dir,&names,mh_select,(void*)mh_numsort);
      old = nmsgs ? mail_elt (stream,nmsgs)->data1 : 0;
  				/* note scanned now */
***************
*** 1050,1054 ****
    }
    mh_file (tmp,mailbox);	/* build file name we will use */
!   if (nfiles = scandir (tmp,&names,mh_select,mh_numsort)) {
  				/* largest number */
      last = atoi (names[nfiles-1]->d_name);    
--- 1050,1054 ----
    }
    mh_file (tmp,mailbox);	/* build file name we will use */
!   if (nfiles = scandir (tmp,&names,mh_select,(void*)mh_numsort)) {
  				/* largest number */
      last = atoi (names[nfiles-1]->d_name);    
@


1.1.1.1
log
@Fix chinese display/input problem in pine.
PR:		ports/5083
Submitted by:	Yen-Shuo Su <yssu@@CCCA.NCTU.edu.tw>
@
text
@@
