CHANGES tin v1.2 PL0 -> tin 1.2 PL1
-----------------------------------

1)  Earle Ake (ake@dayton.saic.com)
    BUG. BSDI has a bulitin compiler define that is not used.
    FIX. tin.h - applied supplied patch.

2)  Joachim Astel (achim@jat.sub.org)
    BUG. HAVE_SYS_TIME_H is defined in config.h but not used in tin.h
    FIX. tin.h - added HAVE_SYS_TIME_H #ifdef around sys/time.h.

3)  Iain Lea (iain.lea@erlm.siemens.de)
    BUG. While adding SCO Unix include file to v2.0 I forgot v1.2 PL0.
    FIX. tin.h - added <sys/times.h> for SCO Unix machines.

4)  Mike Glendinning (mikeg@ingres.co.uk)
    BUG. If using external inews via nntp the .signature is appened twice.
    FIX. sigfile.c - applied supplied patch.

5)  Anon (anon)
    BUG. Convex machines don't have gmtoff structure.
    FIX. config.h - Added __convex__ to #define DONT_HAVE_TM_GMTOFF.

6)  Joachim Astel (achim@jat.sub.org)
    BUG. Would not compile out of the box on CDC 4680 EPIX machine.
    FIX. Makefile config.h - applied supplied patch.

7)  George Baltz (gwb@umd5.umd.edu)
    BUG. Would not compile out of the box on DEC Alpha OSF/1 machine.
    FIX. config.h tin.h - applied supplied patch.

8)  Jim Morris (jegm@cody.esd.sgi.com)
    BUG. INSTALL document does not explain NOV & XOVER style index files.
    FIX. INSTALL - Added short note on NOV & XOVER.

9)  Bryan Curnutt (bryan%uhura1@uunet.uu.net)
    BUG. Typo's in the install rules in the Makefile.
    FIX. Makefile - applied supplied patch.

10) Bryan Curnutt (bryan%uhura1@uunet.uu.net)
    BUG. Compiling & installing tind daemon could be clearer.
    FIX. INSTALL - applied supplied patch.

11) Hakan Lennestal (Hakan.Lennestal@lu.erisoft.se)
    BUG. builtin inews does not use sitename/mailname files for hostname.
    FIX. inews.c - applied supplied patch.
    
12) Michael Morrell (morrell@hpsal2.cup.hp.com)
    BUG. get_user_info() in inews.c doesn't handle "&"s properly.
    FIX. inews.c - applied supplied patch.

13) Clifton Royston (cliftonr@netcom.com)
    BUG. Checking local news system for new newsgroups uses brute force.
    FIX. active.c - applied supplied patch.

14) Iain Lea (iain.lea@erlm.siemens.de)
    ADD. config.h - added #define NNTP_ABLE as default for machines that
         have net code in system libc.

15) John Schmitz (schmitz@scd.hp.com)
    BUG. 'g'oto group command does not resize if new group longer than 
         others.  Hilite problem on HPUX.
    FIX. group.c - added supplied patch.

16) John Schmitz (schmitz@scd.hp.com)
    BUG. Posting should check if each line begins with a '.' and if so
         add another '.'.
    FIX. inews.c - added supplied patch.

17) Christopher Sawtell (chris@gerty.equinox.gen.nz)
    BUG. Would not compile on ATT 3b2.
    FIX. config.h tin.h signal.c - applied supplied patch.

18) Tony Travis (ajt@rowett.scot-agric-res-inst.ac.uk)
    BUG. Editor will not start correctly if it does not support
         +Num line offset notation.
    FIX. misc.c - added strfeditor() to allow editor string to 
         be defined by user in tinrc. Allows format strings:
         %E editor  %F filename  %N linenumber (ie. %E +%N %F)
           
19) Iain Lea (iain.lea@erlm.siemens.de)
    BUG. -M & -S options should both require explicit -c to update
         the users newsrc file.
    FIX. main.c - removed implicit -c catchup from -M option.

20) Iain Lea (iain.lea@erlm.siemens.de)
    BUG. Active file reread time is too short when reading over slow line.
    FIX. tin.h - increased to 600 secs (10 mins).

21) Karl Denninger (karl@genesis.MCS.COM)
    BUG. No way to specify alternate root dir if using local nov style indexes.
    FIX. Makefile open.c - Added NOVROOTDIR define to specify nov root dir
         if other than usual spool dir.

22) Soren Moller (sjm@dde.dk)
    BUG. Would not compile on DDE Supermax machines.
    FIX. config.h - applied supplied patch.

23) Klaus Mueller (mueller@rbg.informatik.th-darmstadt.de)
    BUG. When reading via nntp setup_base() sometimes misses first articles.
    FIX. open.c - applied supplied patch.

24) Klaus Mueller (mueller@rbg.informatik.th-darmstadt.de)
    BUG. When reading via INN should use LISTGROUP command for better speed.
    FIX. open.c - applied supplied patch.

25) Mark Smith (mark@vti.com)
    BUG. TIOCGWINSZ was being redefined on ISC Unix.
    FIX. config.h - applied supplied patch.

26) Iain Lea (iain.lea@erlm.siemens.de)
    BUG. Would not compile on SysVR4 machines.
    FIX. config.h curses.c - Added check for termios.h include file.

27) Iain Lea (iain.lea@erlm.siemens.de)
    BUG. setup_base() was being called twice if reading nov indexes.
    FIX. art.c - moved setup_base() to central position in index_group().

28) Philip Shearer (pbs@atb.ch)
    BUG. SVR4 machines should use poll() call in preference to select()
    FIX. INSTALL config.h tin.h art.c - applied supplied patch. Added
         HAVE_POLL & HAVE_SELECT so poll()/select() can be specified.

29) Clifton Royston (cliftonr@netcom.com)
    BUG. User aborting of indexing does not work at lower levels.
    FIX. group.c page.c select.c - applied supplied patch.

30) David Abbott (dfa@rabbit.physiol.unimelb.edu.au)
    BUG. Using popen(ls -t *) to get newest file in dir is ineffecient.
    FIX. save.c - applied supplied patch.

31) Tom Dickey (dickey@software.org)
    BUG. Would not compile on Apollo machines.
    FIX. config.h - applied supplied patch.
    
32) Herman ten Brugge (herman@htbrug.hobby.nl)
    BUG. Xref: article headers are not processed so crossposted 
         articles are not marked as read in other newsgroups.
    FIX. tin.h newsrc.c group.c page.c - applied supplied patch.

33) Iain Lea (iain.lea@erlm.siemens.de)
    ADD. art.c thread.c - added Lines: info. to thread level screen.

34) Alain Lasserre (alwin@proqnx.in-berlin.de)
    BUG. Would not compile on QNX machines.
    FIX. applied supplied patch.

35) Andreas Wrede (andreas@scilink.org)
    ADD. Ported to OS/2.

36) Ralf Stephan (ralf@ark.abg.sub.org)
    BUG. Typo error in INSTALL doc.
    FIX. INSTALL - fixed typo error.

37) John Schmitz (schmitz@scd.hp.com)
    BUG. Interpretation of external inews return code is wrong.
    FIX. inews.c - added supplied patch.

38) Hakan Lennestal (Hakan.Lennestal@lu.erisoft.se)
    BUG. Saving articles with regex pattern causes  a SIGSEGV.
    FIX. feed.c - applied supplied patch.

