Version 2.15
Added Features/Bug Fixes
- Support generalized polyline/polygon/spline objects. Each vertex on one
of these objects can either be a ``smooth'' vertex or a ``hinge'' vertex.
The Smooth <-> Hinge command in the Edit Menu can be used to convert a
smooth vertex to a hinge vertex and vice versa.
- Support EPSI output. A preview bitmap is generated when print in this
mode. It may take quite a bit longer to print in this mode, so unless
you really need a preview bitmap, just print in the EPS mode. (For
example, unlike FrameMaker, xdvi does not use the preview bitmap, so
generating an EPSI file for LaTeX is not worthwhile.) EPSI files are
generated with the .eps extension.
- Support ASCII text file output (suitable for spelling check).
- Add a menubar. Tgif*NoMenubar can be used to specify whether the menubar
should be used initially. A Hide/ShowMenubar command is added to the
Layout Menu hide/show the menubar. By default, the minimal menubar is
used. If Tgif*MinimalMenubar is set to false, then the menubar will
contain the same menus as the Main (popup) Menu.
- Add a status window. Tgif*NoStatusWindow can be used to specify whether
the status window should be used initially. A Hide/ShowStatus command is
added to the Layout Menu hide/show the status window. When the status
window is showing the functions of the mouse buttons, right-handed mouse
is assumed. Setting Tgif*ReverseMouseStatusButtons to true will reverse
the status (as if a left-handed mouse is used).
- Add Cut command to the Edit Menu.
- Store color printing information in files.
- Add %%Orientation to PostScript output so that PostScript previewer (such
as ghostview) can display a landscape file better.
- Add -text command line option (only in effect when -print is used).
- Add a new X default, Tgif*ColorBgInPrintingColorPS, to use the window's
background color as the background color when generating color PostScript
output.
- Add new X defaults, Tgif*InitialShowGrid and Tgif*InitialSnapOn, to
show/hide the grid points and to set the snap on/off on startup.
- Add a new X default, Tgif*InitialPrintInColor, to turn on the
print-in-color mode on startup.
William Chia-Wei Cheng (william@cs.umd.edu)