CHANGES tin v1.1 PL9 -> tin 1.2 PL0
------------------------------------

1)  Iain Lea (iain.lea@erlm.siemens.de)
    BUG. Article body search command not documented in help screens.
    FIX. help.c lang.c - added missing help line.

2)  Earle Ake (ake@dayton.saic.com)
    BUG. Addresses printed wrong if no username.
    FIX. feed.c - applied supplied patch.

3)  Philippe Goujard (pgoujard@infocom.co.uk)
    BUG. Would not compile on SCO Unix.
    FIX. config.h tin.h - applied supplied patch.

4)  Iain Lea (iain.lea@erlm.siemens.de)
    BUG. Following upto an article was overwriting References: line.
    FIX. post.c - checked if article had a References: line.

5)  Iain Lea (iain.lea@erlm.siemens.de)
    ADD. Changed bug report address to new FQDN (at long last!).

6)  Iain Lea (iain.lea@erlm.siemens.de)
    BUG. Lines : info should be shown at article viewer level.
    FIX. page.c - Removed 'Article N' header and replaced it with 'Lines: N'

7)  Klaus Mueller (mueller@rbg.informatik.th-darmstadt.de)
    BUG. Last character in string is overwritten in match_string() if no LF.
    FIX. config.c - applied supplied patch.

8)  Klaus Mueller (mueller@rbg.informatik.th-darmstadt.de)
    BUG. Sorting on subject / from field should secondary sort on date.
    FIX. art.c newsrc.c - applied supplied patch.

7)  Iain Lea (iain.lea@erlm.siemens.de)
    BUG. TAB should goto next unread article at once at article viewer level.
    FIX. config.c page.c - added tab_goto_next_unread= tinrc variable to
         allow TAB to be configured to goto next unread article at once or to
         page through the current article.

8)  Mark Tomlinson (mark@garden.equinox.gen.nz)
    ADD. Increased functionality of AmigaDOS port. Applied supplied patch.

9)  Chris Moran (cjm@trillion.mincom.oz.au)
    BUG. make_threads() can thread 1 article into more than 1 thread.
    FIX. art.c - applied supplied patch.

10) Iain Lea (iain.lea@erlm.siemens.de)
    BUG. /bin/mail on Linux machines cannot mail 'user@host'. Needs DNS.
    FIX. tin.h - changed default mailer to /usr/bin/smail

11) Jason Steiner (jupiter.cse.utoledo.edu)
    BUG. 'f' command causes SIGSEGV if article had no author name.
    FIX. misc.c - applied supplied patch.

12) Owen Medd (osm@mail.msen.com)
    ADD. Contributed first cut at nntp only xover index support.

13) Iain Lea (iain.lea@erlm.siemens.de)
    ADD. HACKERS document for people who want to modify tin's internals.

14) Udo Munk (udo@umunk.uucp)
    BUG. errno.h not included when compiling on Coherent machines.
    FIX. curses.c - applied supplied patch.

15) Iain Lea (iain.lea@erlm.siemens.de)
    ADD. Added local spooldir support to read .overview (xover) files.

16) Iain Lea (iain.lea@erlm.siemens.de)
    BUG. Searching by author causes SIGSEGV if article no longer exists.
    FIX. search.c - added stat_article() check to see if art is still there.

17) Herschel Gelman (hagst3+@pitt.edu)
    BUG. Article viewer mini help text contains help for commands that
         don't exist at that level. 
    FIX. lang.c - changed mini help text line for article viewer level.

18) Ralph Jud (jud@rzu.unizh.ch)
    BUG. Articles are truncated if a line contains just a single '.'.
    FIX. inews.c - added extra '.' to line to stop article truncation.

19) Jim Patterson (jimp@cognos.com)
    BUG. NNTP response text is sometimes more informative than the canned
         text responses that tin returns (but not always).
    FIX. nntplib.c - applied supplied patch.

20) John Schmitz (schmitz@scd.hp.com)
    BUG. Motd routine uses wrong timestamp when reading via NNTP.
    FIX. active.c - added supplied patch.

21) Mark Connell (markc@vnet.ibm.com)
    BUG. PgUp & PgDn keys don't work correctly on RS/6000 machines.
    FIX. misc.c - applied supplied patch.

22) Mark Tomlinson (mark@garden.equinox.gen.nz)
    BUG. Up & down arrow are reversed on AmigaDOS machines.
    FIX. Added #ifdef around 97801 up & down key sequences.

23) Bill Poitras (bill@msi.com)
    BUG. READ_CHAR_HACK is defined twice when compiling on IBM RS6000 machines.
    FIX. Makefile - removed -DREAD_CHAR_HACK from CFLAGS.
