-----------------------> tgif-3.0-p8 => tgif-3.0-p9 <-----------------------
Here's a short list of added features/bug fixes.

1)  Fix broken <Cntrl>h in text mode.

-----------------------> tgif-3.0-p7 => tgif-3.0-p8 <-----------------------
Here's a short list of added features/bug fixes.

1)  Bring man pages up-to-date.
2)  Add NoTransform() to the Edit Menu to remove any transformation from a
    simple (non-composite) object.
3)  Supports bg_color and fg_color file attributes.
4)  Supports PrintOneFilePerPage() when exporting (printing) to HTML and GIF.
5)  In text mode, holding down <Shift> or <Cntrl> while typing <BS> or <DEL>
    remove the next character.
6)  Add a new X default, Tgif.StretchableText to set the initial text stretch
    mode.
7)  Fix a bug with showing the wrong page number in the page tag.  Thanks to
    Kit-ying Hui <khui@csd.abdn.ac.uk> for pointing out the problems.
8)  Fix a bug in SaveSymInLibrary() from the File Menu.  Thanks to Takashi
    Nishida <tnishida@piezo.kuee.kyoto-u.ac.jp> for pointing out the
    problems.
9)  Fix an infinite-loop bug in showing a message when Tgif.BoldMsgFont is
    used.  Thanks to Klaus Elsbernd <elsbernd@dfki.uni-kl.de> for
    pointing out the problem.
10) Fix a bug with auto-justifying text objects where printed text looks
    justified differently from the corresponding screen text.

-----------------------> tgif-3.0-p6 => tgif-3.0-p7 <-----------------------
Here's a short list of added features/bug fixes.

1)  Add shadow for shapes.  Also add a new X resource, Tgif.ShapeShadowSpec,
    to set the default shape shadow offsets.
2)  Fix a bug with generating PS/EPS files for rotated filled text.
3)  Bring tgif.pl, the Prolog documentation for tgif file formats, up to date.
4)  Fix a bug with PreciseScale() when the alignment limits stretchability.

-----------------------> tgif-3.0-p5 => tgif-3.0-p6 <-----------------------
Here's a short list of added features/bug fixes.

1)  Fix a crashing bug with shapes.  This bug causes objects to disappear
    after Save() and seg faults.  Thanks to Renato Santana
    <renato@nce.ufrj.br> for pointing out the problem.
2)  Fix a crashing bug with deleting vertices.  Thanks to Niek Lambert
    <lambert@natlab.research.philips.com> for pointing out the problem.
3)  Fix a bug with shapes.  When a shape is created, tgif should edit the
    text centered in the shape.
4)  The default value of Tgif*GroupedTextEditable X resource is changed to
    TRUE.

-----------------------> tgif-3.0-p4 => tgif-3.0-p5 <-----------------------
Here's a short list of added features/bug fixes.

1)  Fix a problem with certain HP and Solaris compilors.  These compilors
    do not like short or char in function prototypes!  Thanks to
    Jaap Haalboom <haalboom@natlab.research.philips.com> for pointing
    out the problem.

-----------------------> tgif-3.0-p3 => tgif-3.0-p4 <-----------------------
Here's a short list of added features/bug fixes.

1)  Fix some minor bugs with clicking in the panel window.
2)  Fix a bug with redrawing transformed text objects.
3)  Add two new internal commands: call_simple_shortcut(<shortcut_name>) and
    call_one_arg_shortcut(<shortcut_name>,<arg>).  With these commands, the
    following code will make a pixmap object named "toy" gray:

        exec=disable_undo();
             begin_animate();
             select_obj_by_name(toy);
             call_simple_shortcut(MakeGray);
             unselect_all_obj();
             end_animate();
             enable_undo();

-----------------------> tgif-3.0-p2 => tgif-3.0-p3 <-----------------------
Here's a short list of added features/bug fixes.

1)  Fix bugs with change font properties of transformed text.  Thanks to
    Kyle Bateman <kyle@actarg.com> for pointing out the problems.
2)  Getting rid of uncessary redraws on transformed text when scrolling.
3)  Make CenterAnEndPoint() work for rotated polyline objects.
4)  Add a new internal command: rotate_selected_obj(<degrees_to_rotate>).
    With this command, the following code will keep rotating an object
    named "toy" forever (until <ESC> is entered):

        exec=disable_undo();
             begin_animate();
             select_obj_by_name(toy);
             while(1,do_it);
             unselect_all_obj();
             end_animate();
             enable_undo();

        do_it=rotate_selected_obj(10);

-----------------------> tgif-3.0-p1 => tgif-3.0-p2 <-----------------------
Here's a short list of added features/bug fixes.

1)  Fix a few bugs related to generating PS/EPS files.  Thanks to Frank
    Prengel <prengel@physik.tu-berlin.de> for pointing out the problems.

-----------------------> 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.

/*
 *  @(#)$Header: /u/halfmoon/home/william/src/tgif/v3/RCS/HISTORY,v 3.12 1996/10/02 05:17:41 william Exp $
 */
