CHANGES tin v1.1 PL8 -> tin 1.1 PL9
-----------------------------------

1)  Tonis Kelder (tkelder@kask.ebc.ee)
    BUG. -w command line option causes SIGBUS.
    FIX. post.c - corrected the way a pointer was checked.

2)  Marty Leisner (leisner@eso.mc.xerox.com)
    BUG. If copy_fp() fails it should return at once.
    FIX. misc.c - added supplied patch.

3)  cjm@trillion.mincom.oz.au (Chris Moran)
    BUG. On Xenix __STDC__ has to be used in #if __STDC__ to work correctly.
    FIX. strftime.c - applied supplied patch.

4)  Rich Skrenta (skrenta@usl.com)
    BUG. Would not compile on Sequent PTX machine.
    FIX. config.h - Added define for PTX to use HAVE_SYS_SELECT_H.

5)  John Schmitz (schmitz@scd.hp.com)
    BUG. DEFAULT_MAILER should be sendmail on HPUX machines and PATCHLEVEL 
         is more useful as a string.
    FIX. tin.h patchlevel.h - added supplied patch.

6)  Tim Pierce (twpierce@amherst.edu)
    BUG. sendmail dumps From: addresses of the form 'name@addr ((null))'.
    FIX. post.c - applied supplied patch.

7)  Gary Sanders (gary@wicom.scal.mobdig.com)
    BUG. getlogin() returns garbage under some xterm's causing SIGSEGV.
    FIX. init.c - applied supplied patch.

8)  Wolfgang Prediger (wp@orion.erls01.siemens.de)
    BUG. Articles date at article viewer level is incorrect on Sinix v5.4
    FIX. INSTALL strftime.c - added #define HAVE_STRFTIME for systems that
         support the strftime() system call.

9)  Chris Moran (chris.moran@trillion.mincom.oz.au)
    BUG. Variable was passed and used without first being initialized.
    FIX. feed.c - added supplied patch.

10) David Binderman (dcb@us-es.sel.de)
    BUG. arts[].unread == ART_READ should be an assignment.
    FIX. thread.c - applied supplied patch.

11) Scott Hauck (scotth@apertus.com)
    BUG. Would not compile on Pyramid machines.
    FIX. config.h tin.h - applied supplied patch.

12) Stefan Elf (self@sa.erisoft.se)
    BUG. Would not compile on Coherent machines.
    FIX. curses.c - applied supplied patch.

13) Geoff Lane (zzassgl@uts.mcc.ac.uk)
    BUG. When random sig is used the pwd is not reset.
    FIX. sigfile.c - applied supplied patch.

14) Udo Munk (udo@umunk.uucp)
    BUG. Would not compile on Coherent 4.0 machine.
    FIX. Applied supplied patch.

15) Sridhar Komandur (komandur@cs.pitt.edu)
    BUG. SYSV (& lastname) /etc/passwd hack is not supported.
    FIX. inews.c - changed get_user_info() to check for '&' in gecos field.

16) Jon Robinson (jonr@bigsky.dillion.mt.us)
    BUG. SCO Unix cc complains about function name being >= 32 chars long.
    FIX. post.c - shortened functions name (all for one brian dead compiler)

17) Sergio Morales (sergio@ingres.com)
    BUG. Tag command makes inconsistent use of 't' & 'T' at different levels.
    FIX. help.c thread.c - Changed tag command to always use 't'.

18) Iain Lea (Iain.Lea%anl433.uucp@Germany.EU.net)
    BUG. To cut down on I/F overload only show unread arts as default.
    FIX. init.c - changed default to show only unread articles.

19) Iain Lea (Iain.Lea%anl433.uucp@Germany.EU.net)
    BUG. '=' command does not match when previous pattern used as default.
    FIX. group.c - added wildcard chars around previous default pattern

20) Iain Lea (Iain.Lea%anl433.uucp@Germany.EU.net)
    BUG. 'tin -Z &' blocks because of 'Reading newsgroups file...' text. 
    FIX. save.c - added check to see if running in update index mode.

21) Per Hedeland (per@erix.ericsson.se)
    BUG. Catching SIGWINCH under SunOS causes a blank screen when restarting
         tin & the screen size is unchanged.
    FIX. signal.c - applied supplied patch.

22) Earle Ake (ake@dayton.saic.com)
    BUG. Addresses of the form 'name@addr (name (text))' are wrongly parsed.
    FIX. page.c - applied supplied patch.

23) Rich Skrenta (skrenta@usl.com)
    ADD. Contributed search_body() function for searching thru articles.

24) David Sanner (sanner@track.physics.usfca.edu)
    ADD. Added following navigation to each level:
         up a level - left arrow key
         down a level - right arrow key
         up a line/page - up arrow key 
         down a line/page - down arrow key
