home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume26 / tin / patch06e < prev    next >
Encoding:
Text File  |  1991-11-29  |  24.9 KB  |  804 lines

  1. Newsgroups: comp.sources.misc
  2. From: iain@estevax.uucp (Iain J. Lea)
  3. Subject:  v26i080:  tin - threaded full screen newsreader, Patch06e/5
  4. Message-ID: <1991Nov30.024053.14691@sparky.imd.sterling.com>
  5. X-Md4-Signature: 4ddae03f06a36c300d66c19d158a2198
  6. Date: Sat, 30 Nov 1991 02:40:53 GMT
  7. Approved: kent@sparky.imd.sterling.com
  8.  
  9. Submitted-by: iain@estevax.uucp (Iain J. Lea)
  10. Posting-number: Volume 26, Issue 80
  11. Archive-name: tin/patch06e
  12. Environment: BSD, SCO, ISC, SUNOS, SYSVR3, SYSVR4, ULTRIX, XENIX
  13. Patch-To: tin: Volume 23, Issue 15-23
  14.  
  15. #!/bin/sh
  16. # this is patch06.shar.05 (part 5 of tin)
  17. # do not concatenate these parts, unpack them in order with /bin/sh
  18. # file tin.patch06 continued
  19. #
  20. if touch 2>&1 | fgrep '[-amc]' > /dev/null
  21.  then TOUCH=touch
  22.  else TOUCH=true
  23. fi
  24. if test ! -r shar3_seq_.tmp; then
  25.     echo "Please unpack part 1 first!"
  26.     exit 1
  27. fi
  28. (read Scheck
  29.  if test "$Scheck" != 5; then
  30.     echo "Please unpack part $Scheck next!"
  31.     exit 1
  32.  else
  33.     exit 0
  34.  fi
  35. ) < shar3_seq_.tmp || exit 1
  36. echo "x - Continuing file tin.patch06"
  37. sed 's/^X//' << 'SHAR_EOF' >> tin.patch06 &&
  38. X            cron:
  39. X                 20 6 * * * /usr/local/bin/tin -u -f /usr/lib/news/tin_groups
  40. X--- 133,146 ----
  41. X  
  42. X  
  43. X  
  44. X!      Version 1.0 PL6                                                 TIN(1)
  45. X  
  46. X  
  47. X+           group will cause Tin to incrementally update the index file,
  48. X+           adding or removing entries as new articles come in or as news
  49. X+           expires. If reading news remotely indexing will be somewhat
  50. X+           slower because the articles must be retrieved via the NNTP.
  51. X+ 
  52. X            A good way to keep Tin index files current is to run tin -u from
  53. X            cron:
  54. X                 20 6 * * * /usr/local/bin/tin -u -f /usr/lib/news/tin_groups
  55. X***************
  56. X*** 166,172 ****
  57. X            formats as shown below:
  58. X                      288<Selection Num> <Unread> <Responses> <Subject> <Author>
  59. X                 i.e.,
  60. X!                     1  +3Bnews sources?iain@estevax
  61. X                      2  1This question hasether@net
  62. X                 or
  63. X                      <Selection Num> <Unread> <Responses> <Subject (longer)>
  64. X--- 171,177 ----
  65. X            formats as shown below:
  66. X                      288<Selection Num> <Unread> <Responses> <Subject> <Author>
  67. X                 i.e.,
  68. X!                     1  +3Bnews sources?iain@estevax.uucp
  69. X                      2  1This question hasether@net
  70. X                 or
  71. X                      <Selection Num> <Unread> <Responses> <Subject (longer)>
  72. X***************
  73. X*** 183,197 ****
  74. X                 i.e.,
  75. X                      24 Jul 15:20:03 GMT   alt.sources      Thread 1 of 2
  76. X                      Article 452           Bnews sources?   3 responses
  77. X!                     iain@estevax                           Siemens AG, Germany
  78. X  
  79. X-                     <Article boby>
  80. X  
  81. X  
  82. X- 
  83. X- 
  84. X- 
  85. X- 
  86. X                                                                            3
  87. X  
  88. X  
  89. X--- 188,197 ----
  90. X                 i.e.,
  91. X                      24 Jul 15:20:03 GMT   alt.sources      Thread 1 of 2
  92. X                      Article 452           Bnews sources?   3 responses
  93. X!                     iain@estevax.uucp                      Organization name
  94. X  
  95. X  
  96. X  
  97. X                                                                            3
  98. X  
  99. X  
  100. X***************
  101. X*** 199,207 ****
  102. X  
  103. X  
  104. X  
  105. X!      TIN(1)                                                 Version 1.0 PL5
  106. X  
  107. X  
  108. X       COMMON MOVING KEYS
  109. X            This table shows the common keys/commands for moving at all three
  110. X            levels within Tin.
  111. X--- 199,209 ----
  112. X  
  113. X  
  114. X  
  115. X!      TIN(1)                                                 Version 1.0 PL6
  116. X  
  117. X  
  118. X+                     <Article boby>
  119. X+ 
  120. X       COMMON MOVING KEYS
  121. X            This table shows the common keys/commands for moving at all three
  122. X            levels within Tin.
  123. X***************
  124. X*** 254,261 ****
  125. X            m         Move the current group within the group selection list.
  126. X                      By entering '1' the group will become the first
  127. X                      displayed group in the list, by entering '8' the eighth
  128. X-                     group in the list etc. By entering '$' the group will
  129. X-                     be the last group displayed.
  130. X  
  131. X  
  132. X       4
  133. X--- 256,261 ----
  134. X***************
  135. X*** 265,273 ****
  136. X  
  137. X  
  138. X  
  139. X!      Version 1.0 PL5                                                 TIN(1)
  140. X  
  141. X  
  142. X            M         User configurable options menu (for more information
  143. X                      see section Options Menu).
  144. X  
  145. X--- 265,276 ----
  146. X  
  147. X  
  148. X  
  149. X!      Version 1.0 PL6                                                 TIN(1)
  150. X  
  151. X  
  152. X+                     group in the list etc. By entering '$' the group will
  153. X+                     be the last group displayed.
  154. X+ 
  155. X            M         User configurable options menu (for more information
  156. X                      see section Options Menu).
  157. X  
  158. X***************
  159. X*** 319,329 ****
  160. X  
  161. X            <TAB>     View next unread article or group.
  162. X  
  163. X-           a         Author forward search.
  164. X  
  165. X-           A         Author backward search.
  166. X  
  167. X- 
  168. X                                                                            5
  169. X  
  170. X  
  171. X--- 322,329 ----
  172. X***************
  173. X*** 331,339 ****
  174. X  
  175. X  
  176. X  
  177. X!      TIN(1)                                                 Version 1.0 PL5
  178. X  
  179. X  
  180. X            B         Mail a bug/gripe/comment to the author of tin. This is
  181. X                      the best way of getting bugs fixed and features
  182. X                      added/changed.
  183. X--- 331,343 ----
  184. X  
  185. X  
  186. X  
  187. X!      TIN(1)                                                 Version 1.0 PL6
  188. X  
  189. X  
  190. X+           a         Author forward search.
  191. X+ 
  192. X+           A         Author backward search.
  193. X+ 
  194. X            B         Mail a bug/gripe/comment to the author of tin. This is
  195. X                      the best way of getting bugs fixed and features
  196. X                      added/changed.
  197. X***************
  198. X*** 384,404 ****
  199. X            T         Tag current article for mailing ('m') / piping ('|') /
  200. X                      printing ('o') / saving ('s').
  201. X  
  202. X-           t         Return to group selection index.
  203. X  
  204. X-           U         Untag all articles that were tagged for saving.
  205. X  
  206. X  
  207. X  
  208. X-      6
  209. X  
  210. X  
  211. X  
  212. X  
  213. X  
  214. X  
  215. X!      Version 1.0 PL5                                                 TIN(1)
  216. X  
  217. X  
  218. X            v         Print tin version number.
  219. X  
  220. X--- 388,408 ----
  221. X            T         Tag current article for mailing ('m') / piping ('|') /
  222. X                      printing ('o') / saving ('s').
  223. X  
  224. X  
  225. X  
  226. X+      6
  227. X  
  228. X  
  229. X  
  230. X  
  231. X  
  232. X  
  233. X+      Version 1.0 PL6                                                 TIN(1)
  234. X  
  235. X  
  236. X!           t         Return to group selection index.
  237. X  
  238. X+           U         Untag all articles that were tagged for saving.
  239. X  
  240. X            v         Print tin version number.
  241. X  
  242. X***************
  243. X*** 451,461 ****
  244. X  
  245. X            f         Post a followup to current article.
  246. X  
  247. X-           F         Post a followup with a copy of the current article
  248. X-                     included.
  249. X  
  250. X- 
  251. X- 
  252. X                                                                            7
  253. X  
  254. X  
  255. X--- 455,461 ----
  256. X***************
  257. X*** 463,471 ****
  258. X  
  259. X  
  260. X  
  261. X!      TIN(1)                                                 Version 1.0 PL5
  262. X  
  263. X  
  264. X            h         Help screen of article page commands.
  265. X  
  266. X            H         Help screen of context sensitive help about article
  267. X--- 463,474 ----
  268. X  
  269. X  
  270. X  
  271. X!      TIN(1)                                                 Version 1.0 PL6
  272. X  
  273. X  
  274. X+           F         Post a followup with a copy of the current article
  275. X+                     included.
  276. X+ 
  277. X            h         Help screen of article page commands.
  278. X  
  279. X            H         Help screen of context sensitive help about article
  280. X***************
  281. X*** 518,527 ****
  282. X  
  283. X            w         Post an article to current group.
  284. X  
  285. X-           W         List articles posted by user. The date posted, the
  286. X-                     newsgroup and the subject are listed.
  287. X  
  288. X- 
  289. X       8
  290. X  
  291. X  
  292. X--- 521,527 ----
  293. X***************
  294. X*** 529,537 ****
  295. X  
  296. X  
  297. X  
  298. X!      Version 1.0 PL5                                                 TIN(1)
  299. X  
  300. X  
  301. X            z         Mark article as unread.
  302. X  
  303. X            /         Article forward search.
  304. X--- 529,540 ----
  305. X  
  306. X  
  307. X  
  308. X!      Version 1.0 PL6                                                 TIN(1)
  309. X  
  310. X  
  311. X+           W         List articles posted by user. The date posted, the
  312. X+                     newsgroup and the subject are listed.
  313. X+ 
  314. X            z         Mark article as unread.
  315. X  
  316. X            /         Article forward search.
  317. X***************
  318. X*** 571,581 ****
  319. X                the kill file $_H_O_M_E/._t_i_n/_k_i_l_l. Use <SPACE> to toggle ON/OFF
  320. X                and <CR> to set.
  321. X  
  322. X-           Show Author
  323. X-               If set ON the Subject: & From: (author) lines from the arti-
  324. X-               cles header are displayed. If set OFF longer Subject: lines
  325. X-               are displayed. Use <SPACE> to toggle ON/OFF and <CR> to set.
  326. X- 
  327. X            Draw arrow
  328. X                Allows groups/articles to be selected by an arrow '->' if set
  329. X                ON or by an highlighted bar if set OFF. Use <SPACE> to toggle
  330. X--- 574,579 ----
  331. X***************
  332. X*** 586,591 ****
  333. X--- 584,591 ----
  334. X                and From: fields to be output when printing articles. Use
  335. X                <SPACE> to toggle ON/OFF and <CR> to set.
  336. X  
  337. X+           Goto 1st unread
  338. X+               This allows the cursor to be placed at the first / last
  339. X  
  340. X  
  341. X                                                                            9
  342. X***************
  343. X*** 595,608 ****
  344. X  
  345. X  
  346. X  
  347. X!      TIN(1)                                                 Version 1.0 PL5
  348. X  
  349. X  
  350. X-           Goto 1st unread
  351. X-               This allows the cursor to be placed at the first / last
  352. X                unread article upon entering a newsgroup with unread news.
  353. X                Use <SPACE> to toggle ON/OFF and <CR> to set.
  354. X  
  355. X            Process type
  356. X                This specifies the default type of post processing to perform
  357. X                on saved articles. The following types of processing are
  358. X--- 595,635 ----
  359. X  
  360. X  
  361. X  
  362. X!      TIN(1)                                                 Version 1.0 PL6
  363. X  
  364. X  
  365. X                unread article upon entering a newsgroup with unread news.
  366. X                Use <SPACE> to toggle ON/OFF and <CR> to set.
  367. X  
  368. X+           Scroll full page
  369. X+               If set ON scrolling of groups/articles will be a full page at
  370. X+               a time, otherwise half a page at a time. Use <SPACE> to tog-
  371. X+               gle ON/OFF and <CR> to set.
  372. X+ 
  373. X+           Catchup on quit
  374. X+               If set ON the user is asked when quitting if all groups read
  375. X+               during the current session should be marked read. Use <SPACE>
  376. X+               to toggle ON/OFF and <CR> to set.
  377. X+ 
  378. X+           Thread articles
  379. X+               If set ON articles will be threaded in all groups (default),
  380. X+               otherwise articles will be shown unthreaded. If set ON but
  381. X+               certain user specified groups are in $_H_O_M_E/._t_i_n/_u_n_t_h_r_e_a_d, the
  382. X+               specified groups will be unthreaded and the rest will be
  383. X+               threaded. Use <SPACE> to toggle ON/OFF and <CR> to set.
  384. X+ 
  385. X+           Show only unread
  386. X+               If set ON show only new/unread articles, otherwise show all
  387. X+               articles.  Use <SPACE> to toggle ON/OFF and <CR> to set.
  388. X+ 
  389. X+           Show Author
  390. X+               If set 'None' only the Subject: line will be displayed. If
  391. X+               set 'Addr' Subject: line & the address part of the From: line
  392. X+               are displayed. If set 'Name' Subject: line & the authors full
  393. X+               name part of the From: line are displayed. If set 'Both' Sub-
  394. X+               ject: line & all of the From: line are displayed. Use <SPACE>
  395. X+               to toggle the required type and <CR> to set.
  396. X+ 
  397. X            Process type
  398. X                This specifies the default type of post processing to perform
  399. X                on saved articles. The following types of processing are
  400. X***************
  401. X*** 614,621 ****
  402. X                     *.zoo archive whose contents is listed.
  403. X                    -unpacking of multi-part uuencoded files that produce a
  404. X                     *.zoo archive whose contents is extracted.
  405. X-                   -unpacking of multi-part patches for use by _p_a_t_c_h and
  406. X-                    applying them to specified source files.
  407. X                Use <SPACE> to toggle the required type and <CR> to set.
  408. X  
  409. X            Sort articles by
  410. X--- 641,646 ----
  411. X***************
  412. X*** 628,633 ****
  413. X--- 653,669 ----
  414. X                    -sort articles by Date: field (ascending & descending).
  415. X                Use <SPACE> to set the required type.
  416. X  
  417. X+ 
  418. X+      10
  419. X+ 
  420. X+ 
  421. X+ 
  422. X+ 
  423. X+ 
  424. X+ 
  425. X+      Version 1.0 PL6                                                 TIN(1)
  426. X+ 
  427. X+ 
  428. X            Save directory
  429. X                The directory where articles/threads are to be saved. Default
  430. X                is $_H_O_M_E/_N_e_w_s.
  431. X***************
  432. X*** 653,669 ****
  433. X            entered the user can abort the command and not save the kill
  434. X            description, edit the kill file or save the kill description.
  435. X  
  436. X- 
  437. X-      10
  438. X- 
  439. X- 
  440. X- 
  441. X- 
  442. X- 
  443. X- 
  444. X-      Version 1.0 PL5                                                 TIN(1)
  445. X- 
  446. X- 
  447. X            On starting tin the users killfile $_H_O_M_E/._t_i_n/_k_i_l_l is read and on
  448. X            entering a newsgroup any kill descriptions are applied. Articles
  449. X            that match a kill description are marked killed and are not
  450. X--- 689,694 ----
  451. X***************
  452. X*** 692,697 ****
  453. X--- 717,735 ----
  454. X            article was posted to and the articles subject line are
  455. X            displayed.
  456. X  
  457. X+ 
  458. X+ 
  459. X+ 
  460. X+                                                                          11
  461. X+ 
  462. X+ 
  463. X+ 
  464. X+ 
  465. X+ 
  466. X+ 
  467. X+      TIN(1)                                                 Version 1.0 PL6
  468. X+ 
  469. X+ 
  470. X            Use the 'f' / 'F' command to post a follow-up article to an
  471. X            already posted article. The 'F' command will copy the text of the
  472. X            original article into the editor. The editing procedure is the
  473. X***************
  474. X*** 717,735 ****
  475. X            mand.  All tagged articles can be untagged by the 'U' untag com-
  476. X            mand.
  477. X  
  478. X- 
  479. X- 
  480. X- 
  481. X-                                                                          11
  482. X- 
  483. X- 
  484. X- 
  485. X- 
  486. X- 
  487. X- 
  488. X-      TIN(1)                                                 Version 1.0 PL5
  489. X- 
  490. X- 
  491. X            If regex pattern matching is selected you are asked to enter a
  492. X            regular expression (ie. to match all articles subject lines con-
  493. X            taining 'net News' you must enter '*net News*'). Any articles
  494. X--- 755,760 ----
  495. X***************
  496. X*** 758,767 ****
  497. X            A signature in $_H_O_M_E/._S_i_g will be pulled into the editor for both
  498. X            posting and mailing commands.
  499. X  
  500. X            The following is an example of a $_H_O_M_E/._S_i_g file:
  501. X                 NAME   Iain Lea
  502. X                 EMAIL  iain@estevax.uucp    ...!unido!estevax!iain
  503. X!                SNAIL  Siemens AG, ANL 433SZ, 8510 Fuerth-Bislohe, Germany
  504. X                 PHONE  +49-911-331963 (home)  +49-911-3089-407 (work)
  505. X  
  506. X       ENVIROMENT VARIABLES
  507. X--- 783,805 ----
  508. X            A signature in $_H_O_M_E/._S_i_g will be pulled into the editor for both
  509. X            posting and mailing commands.
  510. X  
  511. X+ 
  512. X+ 
  513. X+ 
  514. X+      12
  515. X+ 
  516. X+ 
  517. X+ 
  518. X+ 
  519. X+ 
  520. X+ 
  521. X+      Version 1.0 PL6                                                 TIN(1)
  522. X+ 
  523. X+ 
  524. X            The following is an example of a $_H_O_M_E/._S_i_g file:
  525. X                 NAME   Iain Lea
  526. X                 EMAIL  iain@estevax.uucp    ...!unido!estevax!iain
  527. X!                SNAIL  Bruecken Strasse 12, 8500 Nuernberg, Germany
  528. X                 PHONE  +49-911-331963 (home)  +49-911-3089-407 (work)
  529. X  
  530. X       ENVIROMENT VARIABLES
  531. X***************
  532. X*** 784,801 ****
  533. X  
  534. X            REPLYTO
  535. X                 Set the mail header field Reply-To: to the return address
  536. X- 
  537. X- 
  538. X-      12
  539. X- 
  540. X- 
  541. X- 
  542. X- 
  543. X- 
  544. X- 
  545. X-      Version 1.0 PL5                                                 TIN(1)
  546. X- 
  547. X- 
  548. X                 specified by the variable.  This is useful if the machine is
  549. X                 not registered in the UUCP mail maps or if you wish to
  550. X                 recieve replies at a different machine.  This variable has
  551. X--- 822,827 ----
  552. X***************
  553. X*** 824,829 ****
  554. X--- 850,867 ----
  555. X  
  556. X            EDITOR
  557. X                 This variable has precedence over the default editor (ie.
  558. X+ 
  559. X+ 
  560. X+                                                                          13
  561. X+ 
  562. X+ 
  563. X+ 
  564. X+ 
  565. X+ 
  566. X+ 
  567. X+      TIN(1)                                                 Version 1.0 PL6
  568. X+ 
  569. X+ 
  570. X                 vi) that is used in all editing operations within tin (ie.
  571. X                 posting 'w', replying 'rR', follow-ups 'fF' and bug reports
  572. X                 'B').
  573. X***************
  574. X*** 845,867 ****
  575. X            time the xterm is resized.
  576. X  
  577. X       FILES
  578. X!           $_H_O_M_E/._n_e_w_s_r_c             newgroups subscribed to.
  579. X            $_H_O_M_E/._t_i_n/_t_i_n_r_c          options.
  580. X            $_H_O_M_E/._t_i_n/._i_n_d_e_x         newsgroup index files directory.
  581. X            $_H_O_M_E/._t_i_n/_a_d_d__a_d_d_r_e_s_s    address to add to when replying through mail.
  582. X            $_H_O_M_E/._t_i_n/_a_c_t_i_v_e         used by -n option for notifying user of new groups.
  583. X- 
  584. X- 
  585. X-                                                                          13
  586. X- 
  587. X- 
  588. X- 
  589. X- 
  590. X- 
  591. X- 
  592. X-      TIN(1)                                                 Version 1.0 PL5
  593. X- 
  594. X- 
  595. X            $_H_O_M_E/._t_i_n/_b_u_g__a_d_d_r_e_s_s    address to send bug reports to.
  596. X            $_H_O_M_E/._t_i_n/_k_i_l_l           kill file.
  597. X            $_H_O_M_E/._t_i_n/_o_r_g_a_n_i_z_a_t_i_o_n   string to replace default organization.
  598. X--- 883,893 ----
  599. X            time the xterm is resized.
  600. X  
  601. X       FILES
  602. X!           $_H_O_M_E/._n_e_w_s_r_c             subscribed to newgroups.
  603. X            $_H_O_M_E/._t_i_n/_t_i_n_r_c          options.
  604. X            $_H_O_M_E/._t_i_n/._i_n_d_e_x         newsgroup index files directory.
  605. X            $_H_O_M_E/._t_i_n/_a_d_d__a_d_d_r_e_s_s    address to add to when replying through mail.
  606. X            $_H_O_M_E/._t_i_n/_a_c_t_i_v_e         used by -n option for notifying user of new groups.
  607. X            $_H_O_M_E/._t_i_n/_b_u_g__a_d_d_r_e_s_s    address to send bug reports to.
  608. X            $_H_O_M_E/._t_i_n/_k_i_l_l           kill file.
  609. X            $_H_O_M_E/._t_i_n/_o_r_g_a_n_i_z_a_t_i_o_n   string to replace default organization.
  610. X***************
  611. X*** 890,901 ****
  612. X  
  613. X            Does not handle Xref: headers for cross-posted articles.
  614. X  
  615. X       HISTORY
  616. X            Based on the tass newsreader that was developed by Rich Skrenta
  617. X            and posted to alt.sources in March 1991. Tass was itself heavily
  618. X            infleuenced by NOTES which was developed at the University of
  619. X!           Illinois in the 1970's.
  620. X  
  621. X       CREDITS
  622. X  
  623. X            Rich Skrenta
  624. X--- 916,960 ----
  625. X  
  626. X            Does not handle Xref: headers for cross-posted articles.
  627. X  
  628. X+ 
  629. X+ 
  630. X+      14
  631. X+ 
  632. X+ 
  633. X+ 
  634. X+ 
  635. X+ 
  636. X+ 
  637. X+      Version 1.0 PL6                                                 TIN(1)
  638. X+ 
  639. X+ 
  640. X       HISTORY
  641. X            Based on the tass newsreader that was developed by Rich Skrenta
  642. X            and posted to alt.sources in March 1991. Tass was itself heavily
  643. X            infleuenced by NOTES which was developed at the University of
  644. X!           Illinois in the late 1970's.
  645. X  
  646. X+           Tin v1.00 (full distribution) was posted in 8 parts to
  647. X+           alt.sources on 23 Aug 1991.
  648. X+ 
  649. X+           Tin v1.0 PL1 (full distribution) was posted in 8 parts to
  650. X+           alt.sources on 03 Sep 1991.
  651. X+ 
  652. X+           Tin v1.0 PL2 (full distribution) was posted in 9 parts to
  653. X+           alt.sources on 24 Sep 1991.
  654. X+ 
  655. X+           Tin v1.0 PL3 (patch) was posted in 4 parts to alt.sources on 30
  656. X+           Sep 1991.
  657. X+ 
  658. X+           Tin v1.0 PL4 (patch) was posted in 2 parts to alt.sources on 02
  659. X+           Oct 1991.
  660. X+ 
  661. X+           Tin v1.0 PL5 (patch) was posted in 4 parts to alt.sources on 17
  662. X+           Oct 1991.
  663. X+ 
  664. X+           Tin v1.0 PL6 (patch) was posted in 5 parts to alt.sources on 04
  665. X+           Nov 1991.
  666. X+ 
  667. X       CREDITS
  668. X  
  669. X            Rich Skrenta
  670. X***************
  671. X*** 902,908 ****
  672. X                 author of tass v3.2 which this newsreader used as its base.
  673. X  
  674. X            Syd Weinstein
  675. X!                curses.c is taken from the elm mailreader
  676. X  
  677. X            Rich Salz
  678. X                 author of wildmat.c pattern matching routines.
  679. X--- 961,967 ----
  680. X                 author of tass v3.2 which this newsreader used as its base.
  681. X  
  682. X            Syd Weinstein
  683. X!                curses.c is taken from the elm mailreader.
  684. X  
  685. X            Rich Salz
  686. X                 author of wildmat.c pattern matching routines.
  687. X***************
  688. X*** 912,944 ****
  689. X  
  690. X            I wish to thank the following people for supplying patchs:
  691. X  
  692. X!           Anton Aylward, Carl Hage, Ed Hanway, Karl-Koenig Koenigsson, Kris
  693. X!           Kugel, Hakan Lennestal, Clifford Luke, Bill Poitras,  Nickolay
  694. X!           Saukh, Rich Salz, Bart Sears, Karl-Olav Serrander, Doug Sewell,
  695. X!           Cliff Stanford, Adri Verhoef, Cary Whitney
  696. X  
  697. X  
  698. X!      14
  699. X  
  700. X  
  701. X  
  702. X  
  703. X  
  704. X  
  705. X-      Version 1.0 PL5                                                 TIN(1)
  706. X  
  707. X  
  708. X!           I wish to thank the following people for bug reports/comments:
  709. X  
  710. X-           Klaus Arzig, Reiner Balling, Volker Beyer, Roger Binns, Georg
  711. X-           Biehler, Ian Brown, Andreas Brosig, David Donovan, Peter
  712. X-           Dressler, Gerhard Ermer, Hugh Fader, Joachim Feld, Paul Fox,
  713. X-           Bernhard Gmelch, Viet Hoang, Torsten Homeyer, Andy Jackson, Joe
  714. X-           Johnson, Cyrill Jung, Hans-Juergen Knopp, Bob Lukas, Phillip Mol-
  715. X-           loy, Toni Metz, Greg Miller, Klaus Neuberger, Otto Niesser,
  716. X-           Reiner Oelhaf, Wolf Paul, Fredy Schwatz, Bernd Schwerin, Klamer
  717. X-           Schutte, Chris Smith, Steve Spearman
  718. X  
  719. X       AUTHOR
  720. X  
  721. X            Iain Lea
  722. X--- 971,1007 ----
  723. X  
  724. X            I wish to thank the following people for supplying patchs:
  725. X  
  726. X!           Anton Aylward, Ned Danieley, Brent Ermlick, Carl Hage, Ed Hanway,
  727. X!           Karl-Koenig Koenigsson, Kris Kugel, Hakan Lennestal, Clifford
  728. X!           Luke, Bill Poitras, Nickolay Saukh, Rich Salz, Bart Sears, Karl-
  729. X!           Olav Serrander, Doug Sewell, Cliff Stanford, Adri Verhoef, Cary
  730. X!           Whitney
  731. X  
  732. X+           I wish to thank the following people for bug reports/comments:
  733. X  
  734. X!           Klaus Arzig, Scott Babb, Reiner Balling, Volker Beyer, Roger
  735. X!           Binns, Georg Biehler, Ian Brown, Andreas Brosig, Steven Cogswell,
  736. X!           Tom Czarnik, David Donovan, Peter Dressler, Gerhard Ermer, Hugh
  737. X  
  738. X  
  739. X+                                                                          15
  740. X  
  741. X  
  742. X  
  743. X  
  744. X  
  745. X  
  746. X!      TIN(1)                                                 Version 1.0 PL6
  747. X  
  748. X  
  749. X+           Fader, Joachim Feld, Paul Fox, Bernhard Gmelch, Viet Hoang,
  750. X+           Torsten Homeyer, Andy Jackson, Joe Johnson, Cyrill Jung, Hans-
  751. X+           Juergen Knopp, Bob Lukas, Phillip Molloy, Toni Metz, Greg Miller,
  752. X+           Klaus Neuberger, Otto Niesser, Reiner Oelhaf, Wolf Paul, Andrew
  753. X+           Phillips, Ted Richards, Fredy Schwatz, Bernd Schwerin, Klamer
  754. X+           Schutte, Chris Smith, Steve Spearman, Hironobu Takahashi, Sven
  755. X+           Werner
  756. X+ 
  757. X       AUTHOR
  758. X  
  759. X            Iain Lea
  760. X***************
  761. X*** 984,989 ****
  762. X  
  763. X  
  764. X  
  765. X!                                                                          15
  766. X  
  767. X  
  768. X--- 1047,1055 ----
  769. X  
  770. X  
  771. X  
  772. X! 
  773. X! 
  774. X! 
  775. X!      16
  776. X  
  777. X  
  778. XFiles ../105/wildmat.3 and ./wildmat.3 are identical
  779. XFiles ../105/wildmat.c and ./wildmat.c are identical
  780. SHAR_EOF
  781. echo "File tin.patch06 is complete" &&
  782. $TOUCH -am 1104191391 tin.patch06 &&
  783. chmod 0600 tin.patch06 ||
  784. echo "restore of tin.patch06 failed"
  785. set `wc -c tin.patch06`;Wc_c=$1
  786. if test "$Wc_c" != "228422"; then
  787.     echo original size 228422, current size $Wc_c
  788. fi
  789. rm -f shar3_seq_.tmp
  790. echo "You have unpacked the last part"
  791. exit 0
  792.  
  793. -- 
  794.  Dr. med. dipl.-math Dieter Becker           Tel.: (0 / +49) 6841 - 16 3046
  795.  Medizinische Universitaets- und Poliklinik  Fax.: (0 / +49) 6841 - 16 3369
  796.  Innere Medizin III                         
  797.  D - 6650 Homburg / Saar                     Email: becker@med-in.uni-sb.de
  798. exit 0 # Just in case...
  799. -- 
  800. Kent Landfield                   INTERNET: kent@sparky.IMD.Sterling.COM
  801. Sterling Software, IMD           UUCP:     uunet!sparky!kent
  802. Phone:    (402) 291-8300         FAX:      (402) 291-4362
  803. Please send comp.sources.misc-related mail to kent@uunet.uu.net.
  804.