/*
 *  @(#)$Header: /n/opus/u/guest/william/src/tgif/v3/RCS/HISTORY,v 3.1 1996/05/10 06:57:19 william Exp $
 */
-----------------------> tgif-3.0 => tgif-3.0-p1 <-----------------------
I've just put tgif-3.0-patch1 (1st patch for tgif-3.0) in
the following places for anonymous ftp (binaries are still not
available at the time of this release, please check
<URL:http://bourbon.cs.ucla.edu:8001/tgif/current.html> for availability):

    ftp://ftp.x.org/contrib/applications/tgif/tgif-3.0-patch1.gz
    ftp://ftp.cs.ucla.edu/pub/tgif/tgif-3.0-patch1.gz
    ftp://bourbon.cs.ucla.edu/pub/tgif-3.0-patch1.gz

Tgif is an Xlib-based 2-D drawing tool.  It's also a hyper-graphics (or
hyper-structured-graphics) browser on the World-Wide-Web.  Its hyper-text home
page is at <URL:http://bourbon.cs.ucla.edu:8001/tgif/> and its hyper-graphics
home page is at <URL:http://bourbon.cs.ucla.edu:8001/tgif/index.obj>.
(Please note that the Content-type of a tgif file sent by the httpd at
bourbon.cs.ucla.edu:8001 is applications/x-tgif.)

Tgif is free, but please read the Copyright file in the distribution 
(or select Copyright from the Help Menu in tgif) for restrictions.

(Pelase note that tgif is NEITHER an html viewer NOR an html editor.
It is also NOT directly related to GIF nor Transparent GIF.)

Please gunzip and then apply the patch with
'patch -p -N < tgif-3.0-patch1'.
Here's a short list of added features/bug fixes.

1)  Fix a bug that crashed tgif when there is a very small text object
    and tgif is zoomed way out.  Thanks to Kyle Bateman <kyle@actarg.com>
    for pointing out the problem.
2)  The number of colors is incorrect when printing in XPM3 format.  Thanks
    to Ralphe Neill <ran@rdt.monash.edu.au> for pointing out the problem!
-----------------------> tgif-3.0 <-----------------------
It's been 9 months since the last release.  Finally, I've got rotation
(and a bunch of other stuff) to work.  This release is a beta release
at best.  Please send bug reports to william@cs.columbia.edu as soon as
possible so I can release patches.  Although version 3.0 is backward-
compatible, the file format is not forward-compatible (you won't be able
to read files generated by this version with older versions of tgif).

I've just put tgif-3.0 source in the following places for anonymous ftp
(binaries are not available yet at the time of this release, please check
<URL:http://bourbon.cs.ucla.edu:8001/tgif/current.html> for availability):

    ftp://ftp.x.org/contrib/applications/tgif/tgif-3.0.tar.gz
    ftp://ftp.cs.ucla.edu/pub/tgif/tgif-3.0.tar.gz
    ftp://bourbon.cs.ucla.edu/pub/tgif-3.0.tar.gz

Tgif is an Xlib-based 2-D drawing tool.  It's also a hyper-graphics (or
hyper-structured-graphics) browser on the World-Wide-Web.  Its hyper-text home
page is at <URL:http://bourbon.cs.ucla.edu:8001/tgif/> and its hyper-graphics
home page is at <URL:http://bourbon.cs.ucla.edu:8001/tgif/index.obj>.
(Please note that the Content-type of a tgif file sent by the httpd at
bourbon.cs.ucla.edu:8001 is applications/x-tgif.)

Tgif is free, but please read the Copyright file in the distribution 
(or select Copyright from the Help Menu in tgif) for restrictions.

(Pelase note that tgif is NEITHER an html viewer NOR an html editor.
It is also NOT directly related to GIF nor Transparent GIF.)

Here's a short list of the main added features.

1)  Rotate objects by any angle.  Shear objects.
2)  Image processing functions for pixmap object.
3)  Support some flowcharting objects directly.
4)  Import image files using extern filters such as filters from the netpbm
    (pbmplus) and the jpeg toolkits.  Please see Tgif.MaxImportFilters
    and Tgif.ImportFilter# in the tgif.Xdefault file of the distribution
    for examples.
