home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sources.misc
- From: iain@estevax.uucp (Iain J. Lea)
- Subject: v26i082: tin - threaded full screen newsreader, Patch07b/2
- Message-ID: <1991Nov30.024324.14920@sparky.imd.sterling.com>
- X-Md4-Signature: 21653e8f2c46fe03bd50e11ae762c3ce
- Date: Sat, 30 Nov 1991 02:43:24 GMT
- Approved: kent@sparky.imd.sterling.com
-
- Submitted-by: iain@estevax.uucp (Iain J. Lea)
- Posting-number: Volume 26, Issue 82
- Archive-name: tin/patch07b
- Environment: BSD, SCO, ISC, SUNOS, SYSVR3, SYSVR4, ULTRIX, XENIX
- Patch-To: tin: Volume 23, Issue 15-23
-
- #!/bin/sh
- # this is patch07.shar.02 (part 2 of tin)
- # do not concatenate these parts, unpack them in order with /bin/sh
- # file tin.patch07 continued
- #
- if touch 2>&1 | fgrep '[-amc]' > /dev/null
- then TOUCH=touch
- else TOUCH=true
- fi
- if test ! -r shar3_seq_.tmp; then
- echo "Please unpack part 1 first!"
- exit 1
- fi
- (read Scheck
- if test "$Scheck" != 2; then
- echo "Please unpack part $Scheck next!"
- exit 1
- else
- exit 0
- fi
- ) < shar3_seq_.tmp || exit 1
- echo "x - Continuing file tin.patch07"
- sed 's/^X//' << 'SHAR_EOF' >> tin.patch07 &&
- X
- X Anton Aylward, Ned Danieley, Brent Ermlick, Carl Hage, Ed Hanway,
- X Karl-Koenig Koenigsson, Kris Kugel, Hakan Lennestal, Clifford Luke,
- X! Bill Poitras, Nickolay Saukh, Rich Salz, Bart Sears, Karl-Olav Serrander,
- X! Doug Sewell, Cliff Stanford, Adri Verhoef, Cary Whitney
- X .PP
- X I wish to thank the following people for bug reports/comments:
- X
- X--- 904,911 ----
- X
- X Anton Aylward, Ned Danieley, Brent Ermlick, Carl Hage, Ed Hanway,
- X Karl-Koenig Koenigsson, Kris Kugel, Hakan Lennestal, Clifford Luke,
- X! Bill Poitras, Rich Salz, Nickolay Saukh, John Sauter, Bart Sears,
- X! Karl-Olav Serrander, Doug Sewell, Cliff Stanford, Adri Verhoef, Cary Whitney
- X .PP
- X I wish to thank the following people for bug reports/comments:
- X
- XOnly in .: tin.diff
- Xdiff -rcs ../106/tin.h ./tin.h
- X*** ../106/tin.h Thu Oct 31 13:42:35 1991
- X--- ./tin.h Thu Nov 7 08:00:14 1991
- X***************
- X*** 3,9 ****
- X * Module : tin.h
- X * Author : R.Skrenta / I.Lea
- X * Created : 01-04-91
- X! * Updated : 31-10-91
- X * Release : 1.0
- X * Notes :
- X * Copyright : (c) Copyright 1991 by Rich Skrenta & Iain Lea
- X--- 3,9 ----
- X * Module : tin.h
- X * Author : R.Skrenta / I.Lea
- X * Created : 01-04-91
- X! * Updated : 07-11-91
- X * Release : 1.0
- X * Notes :
- X * Copyright : (c) Copyright 1991 by Rich Skrenta & Iain Lea
- X***************
- X*** 111,118 ****
- X # define DEFAULT_SUM "sum -r"
- X #endif
- X
- X! #define DEFAULT_ACTIVE_NUM 400 /* initial size of active array */
- X! #define DEFAULT_ARTICLE_NUM 200 /* initial size of art array */
- X #define DEFAULT_KILL_NUM 10 /* initial size of kill array */
- X #define DEFAULT_SAVE_NUM 10 /* initial size of save array */
- X
- X--- 111,127 ----
- X # define DEFAULT_SUM "sum -r"
- X #endif
- X
- X! /*
- X! * initial sizes are larger on BSD machines because they
- X! * are usually a workstation or mini (ie. not a small PC)
- X! */
- X! #ifdef BSD
- X! # define DEFAULT_ACTIVE_NUM 1600 /* initial size of active array */
- X! # define DEFAULT_ARTICLE_NUM 400 /* initial size of art array */
- X! #else
- X! # define DEFAULT_ACTIVE_NUM 400 /* initial size of active array */
- X! # define DEFAULT_ARTICLE_NUM 200 /* initial size of art array */
- X! #endif
- X #define DEFAULT_KILL_NUM 10 /* initial size of kill array */
- X #define DEFAULT_SAVE_NUM 10 /* initial size of save array */
- X
- X***************
- X*** 183,188 ****
- X--- 192,200 ----
- X #define MAIL_ANY_NEWS 2
- X #define SAVE_ANY_NEWS 3
- X
- X+ #define HEADER_TO 0
- X+ #define HEADER_SUBJECT 1
- X+
- X extern int sort_art_type;
- X
- X extern int NOTESLINES;
- X***************
- X*** 277,282 ****
- X--- 289,295 ----
- X char *name;
- X long max;
- X long min;
- X+ char moderated;
- X int next; /* next active entry in hash chain */
- X int flag;
- X int read; /* marked TRUE if group was entered during session */
- X***************
- X*** 361,367 ****
- X extern char *help_group[];
- X extern char *help_page[];
- X extern char *help_select[];
- X- extern char *version;
- X extern char active_file[LEN];
- X extern char add_addr[LEN];
- X extern char art_search_string[LEN];
- X--- 374,379 ----
- Xdiff -rcs ../106/tin.nrf ./tin.nrf
- X*** ../106/tin.nrf Mon Nov 4 19:13:29 1991
- X--- ./tin.nrf Thu Nov 7 19:26:49 1991
- X***************
- X*** 1,7 ****
- X
- X
- X
- X! Version 1.0 PL6 TIN(1)
- X
- X
- X
- X--- 1,7 ----
- X
- X
- X
- X! Version 1.0 PL7 TIN(1)
- X
- X
- X
- X***************
- X*** 67,73 ****
- X
- X
- X
- X! TIN(1) Version 1.0 PL6
- X
- X
- X -R read news saved by -S option.
- X--- 67,73 ----
- X
- X
- X
- X! TIN(1) Version 1.0 PL7
- X
- X
- X -R read news saved by -S option.
- X***************
- X*** 133,139 ****
- X
- X
- X
- X! Version 1.0 PL6 TIN(1)
- X
- X
- X group will cause Tin to incrementally update the index file,
- X--- 133,139 ----
- X
- X
- X
- X! Version 1.0 PL7 TIN(1)
- X
- X
- X group will cause Tin to incrementally update the index file,
- X***************
- X*** 199,205 ****
- X
- X
- X
- X! TIN(1) Version 1.0 PL6
- X
- X
- X <Article boby>
- X--- 199,205 ----
- X
- X
- X
- X! TIN(1) Version 1.0 PL7
- X
- X
- X <Article boby>
- X***************
- X*** 265,271 ****
- X
- X
- X
- X! Version 1.0 PL6 TIN(1)
- X
- X
- X group in the list etc. By entering '$' the group will
- X--- 265,271 ----
- X
- X
- X
- X! Version 1.0 PL7 TIN(1)
- X
- X
- X group in the list etc. By entering '$' the group will
- X***************
- X*** 331,337 ****
- X
- X
- X
- X! TIN(1) Version 1.0 PL6
- X
- X
- X a Author forward search.
- X--- 331,337 ----
- X
- X
- X
- X! TIN(1) Version 1.0 PL7
- X
- X
- X a Author forward search.
- X***************
- X*** 397,403 ****
- X
- X
- X
- X! Version 1.0 PL6 TIN(1)
- X
- X
- X t Return to group selection index.
- X--- 397,403 ----
- X
- X
- X
- X! Version 1.0 PL7 TIN(1)
- X
- X
- X t Return to group selection index.
- X***************
- X*** 463,469 ****
- X
- X
- X
- X! TIN(1) Version 1.0 PL6
- X
- X
- X F Post a followup with a copy of the current article
- X--- 463,469 ----
- X
- X
- X
- X! TIN(1) Version 1.0 PL7
- X
- X
- X F Post a followup with a copy of the current article
- X***************
- X*** 529,535 ****
- X
- X
- X
- X! Version 1.0 PL6 TIN(1)
- X
- X
- X W List articles posted by user. The date posted, the
- X--- 529,535 ----
- X
- X
- X
- X! Version 1.0 PL7 TIN(1)
- X
- X
- X W List articles posted by user. The date posted, the
- X***************
- X*** 595,601 ****
- X
- X
- X
- X! TIN(1) Version 1.0 PL6
- X
- X
- X unread article upon entering a newsgroup with unread news.
- X--- 595,601 ----
- X
- X
- X
- X! TIN(1) Version 1.0 PL7
- X
- X
- X unread article upon entering a newsgroup with unread news.
- X***************
- X*** 661,667 ****
- X
- X
- X
- X! Version 1.0 PL6 TIN(1)
- X
- X
- X Save directory
- X--- 661,667 ----
- X
- X
- X
- X! Version 1.0 PL7 TIN(1)
- X
- X
- X Save directory
- X***************
- X*** 727,733 ****
- X
- X
- X
- X! TIN(1) Version 1.0 PL6
- X
- X
- X Use the 'f' / 'F' command to post a follow-up article to an
- X--- 727,733 ----
- X
- X
- X
- X! TIN(1) Version 1.0 PL7
- X
- X
- X Use the 'f' / 'F' command to post a follow-up article to an
- X***************
- X*** 793,799 ****
- X
- X
- X
- X! Version 1.0 PL6 TIN(1)
- X
- X
- X The following is an example of a $_H_O_M_E/._S_i_g file:
- X--- 793,799 ----
- X
- X
- X
- X! Version 1.0 PL7 TIN(1)
- X
- X
- X The following is an example of a $_H_O_M_E/._S_i_g file:
- X***************
- X*** 859,865 ****
- X
- X
- X
- X! TIN(1) Version 1.0 PL6
- X
- X
- X vi) that is used in all editing operations within tin (ie.
- X--- 859,865 ----
- X
- X
- X
- X! TIN(1) Version 1.0 PL7
- X
- X
- X vi) that is used in all editing operations within tin (ie.
- X***************
- X*** 925,931 ****
- X
- X
- X
- X! Version 1.0 PL6 TIN(1)
- X
- X
- X HISTORY
- X--- 925,931 ----
- X
- X
- X
- X! Version 1.0 PL7 TIN(1)
- X
- X
- X HISTORY
- X***************
- X*** 973,981 ****
- X
- X Anton Aylward, Ned Danieley, Brent Ermlick, Carl Hage, Ed Hanway,
- X Karl-Koenig Koenigsson, Kris Kugel, Hakan Lennestal, Clifford
- X! Luke, Bill Poitras, Nickolay Saukh, Rich Salz, Bart Sears, Karl-
- X! Olav Serrander, Doug Sewell, Cliff Stanford, Adri Verhoef, Cary
- X! Whitney
- X
- X I wish to thank the following people for bug reports/comments:
- X
- X--- 973,981 ----
- X
- X Anton Aylward, Ned Danieley, Brent Ermlick, Carl Hage, Ed Hanway,
- X Karl-Koenig Koenigsson, Kris Kugel, Hakan Lennestal, Clifford
- X! Luke, Bill Poitras, Rich Salz, Nickolay Saukh, John Sauter, Bart
- X! Sears, Karl-Olav Serrander, Doug Sewell, Cliff Stanford, Adri
- X! Verhoef, Cary Whitney
- X
- X I wish to thank the following people for bug reports/comments:
- X
- X***************
- X*** 991,997 ****
- X
- X
- X
- X! TIN(1) Version 1.0 PL6
- X
- X
- X Fader, Joachim Feld, Paul Fox, Bernhard Gmelch, Viet Hoang,
- X--- 991,997 ----
- X
- X
- X
- X! TIN(1) Version 1.0 PL7
- X
- X
- X Fader, Joachim Feld, Paul Fox, Bernhard Gmelch, Viet Hoang,
- XOnly in .: tin.patch07
- XFiles ../106/wildmat.3 and ./wildmat.3 are identical
- XFiles ../106/wildmat.c and ./wildmat.c are identical
- SHAR_EOF
- echo "File tin.patch07 is complete" &&
- $TOUCH -am 1107192791 tin.patch07 &&
- chmod 0600 tin.patch07 ||
- echo "restore of tin.patch07 failed"
- set `wc -c tin.patch07`;Wc_c=$1
- if test "$Wc_c" != "55873"; then
- echo original size 55873, current size $Wc_c
- fi
- rm -f shar3_seq_.tmp
- echo "You have unpacked the last part"
- exit 0
-
- --
- Dr. med. dipl.-math Dieter Becker Tel.: (0 / +49) 6841 - 16 3046
- Medizinische Universitaets- und Poliklinik Fax.: (0 / +49) 6841 - 16 3369
- Innere Medizin III
- D - 6650 Homburg / Saar Email: becker@med-in.uni-sb.de
- exit 0 # Just in case...
- --
- Kent Landfield INTERNET: kent@sparky.IMD.Sterling.COM
- Sterling Software, IMD UUCP: uunet!sparky!kent
- Phone: (402) 291-8300 FAX: (402) 291-4362
- Please send comp.sources.misc-related mail to kent@uunet.uu.net.
-