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.1
	RELEASE_3_2_0:1.1
	RELEASE_3_1_0:1.1
	RELEASE_2_2_8:1.1
	RELEASE_3_0_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2000.11.17.19.06.54;	author keith;	state dead;
branches;
next	1.2;

1.2
date	99.11.01.00.40.59;	author steve;	state Exp;
branches;
next	1.1;

1.1
date	98.10.10.04.29.26;	author steve;	state Exp;
branches;
next	;


desc
@@


1.3
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
@--- pine/osdep/print.orig	Fri Nov 13 06:51:20 1998
+++ pine/osdep/print	Thu Oct 14 10:53:45 1999
@@@@ -39,12 +39,12 @@@@
     HelpType help;
     char   **list;
     static ESCKEY_S ekey[] = {
-	{'y', 'y', "Y", "Yes"},
-	{'n', 'n', "N", "No"},
-	{ctrl('P'), 10, "^P", "Prev Printer"},
-	{ctrl('N'), 11, "^N", "Next Printer"},
+	{'y', 'y', "Y", "O"},
+	{'n', 'n', "N", "_"},
+	{ctrl('P'), 10, "^P", "e@@L"},
+	{ctrl('N'), 11, "^N", "U@@L"},
 	{-2,   0,   NULL, NULL},
-	{'c', 'c', "C", "CustomPrint"},
+	{'c', 'c', "C", "۩wL"},
 	{KEY_UP,    10, "", ""},
 	{KEY_DOWN,  11, "", ""},
 	{-1, 0, NULL, NULL}};
@@@@ -61,7 +61,7 @@@@
 
     if(ps_global->VAR_PRINTER == NULL){
         q_status_message(SM_ORDER | SM_DING, 3, 5,
-	"No printer has been chosen.  Use SETUP on main menu to make choice.");
+	"|ܦLCХΥD椤]wӿܡC");
 	return(-1);
     }
 
@@@@ -138,7 +138,7 @@@@
 	switch(cmd){
 	  case 'y':
 	    q_status_message1(SM_ORDER, 0, 9,
-		"Printing with command \"%s\"", command);
+		"H \"%s\" ROCL", command);
 	    done++;
 	    break;
 
@@@@ -175,7 +175,7 @@@@
 	if(trailer)
 	  fs_give((void **)&trailer);
 
-	sprintf(prompt, "Enter custom command : ");
+	sprintf(prompt, "J۩wROG");
 	command[0] = '\0';
 	rc = 1;
 	help = NO_HELP;
@@@@ -195,13 +195,13 @@@@
 		removing_trailing_white_space(command);
 		removing_leading_white_space(command);
 		q_status_message1(SM_ORDER, 0, 9,
-		    "Printing with command \"%s\"", command);
+		    "H \"%s\" ROCL", command);
 	    }
 	}
     }
 
     if(cmd == 'x' || cmd == 'n'){
-	q_status_message(SM_ORDER, 0, 2, "Print cancelled");
+	q_status_message(SM_ORDER, 0, 2, "CL");
 	if(init)
 	  fs_give((void **)&init);
 
@@@@ -221,7 +221,7 @@@@
        || strucmp(command, aname) == 0){
         /*----------- Printer attached to ansi device ---------*/
         q_status_message(SM_ORDER, 0, 9,
-	    "Printing to attached desktop printer...");
+	    "CLܮWL...");
         display_message('x');
 	xonxoff_proc(1);			/* make sure XON/XOFF used */
 	crlf_proc(1);				/* AND LF->CR xlation */
@@@@ -252,7 +252,7 @@@@
 	else{
 	    fs_give((void **)&ps_global->print->result);
             q_status_message1(SM_ORDER | SM_DING, 3, 4,
-			      "Error opening printer: %s",
+			      "L}ҿ~G%s",
                               error_description(errno));
             dprint(2, (debugfile, "Error popening printer \"%s\"\n",
                       error_description(errno)));
@@@@ -311,7 +311,7 @@@@
 
     fs_give((void **)&ps_global->print);
 
-    q_status_message(SM_ASYNC, 0, 3, "Print command completed");
+    q_status_message(SM_ASYNC, 0, 3, "CLO");
     display_message('x');
 }
 
@


1.2
log
@Update to version 4.20.

PR:		14575
Submitted by:	maintainer
@
text
@@


1.1
log
@Update to version 4.05.

PR:		8025
Submitted by:	maintainer
@
text
@d1 2
a2 2
--- pine/osdep/print.orig	Tue Sep 22 21:22:23 1998
+++ pine/osdep/print	Tue Sep 22 21:26:09 1998
@
