Version 2.12 Patchlevel 10
Added Features/Bug Fixes
- Fix a bug that causes seg fault when moving from attribute to attribute
using <Shift><Tab> (feature introduced in patchlevel 8).
- Add a new command, SaveSymInLibrary(), under the FileMenu to save a symbol
(.sym) file. This will prompt the user to pick a library directory from
the current domain for saving the symbol file.
- Add a compile option USE_XAPPLRESDIR to tell tgif to look at the
XAPPLRESDIR environment variable first and try to locate the tgif
resources if XENVIRONMENT is not set. However, if you machine doesn't
support putenv() (such as IBM-RT), then this won't work. Thanks to
Jaap Haalboom <haalboom@prl.philips.nl> for the suggestion
and the code.
- Add -gray and -adobe command line options to prtgif. They have
the same effects as setting the Tgif*UseGrayScale and Tgif*UsePsAdobeString
X defaults to ``true'' (prtgif does not read X defaults).
- Allow prtgif to specify a symbol file name.
- Try to generate a more compact xbm or xpm file when the bounding box can
be figured out exactly.
William Chia-Wei Cheng (william@cs.umd.edu)