Version 2.12 Patchlevel 12
Added Features/Bug Fixes
- Fix a bug that causes PostScript stack overflow. This could occur when
printing files (black/white or color) containing xpm objects.
- Clears the PostScript stack when printing drawings with EPS objects so that
certain buggy EPS files (such as the ones generate by xgrabsc) work.
- Tgif used to allocate black and white colors for internal use. These
colors are freed during initialization to allow the possibility of
displaying pixmap of 256 colors. (Please define DONTFREECOLORS in the
DEFINES compile options to disable calls to free colors on buggy X servers.)
- Merge prtgif into tgif to save space. Tgif will now take all the command
line options that prtgif used to take; in addition, the -print option turns
tgif into prtgif. Thanks to Germano Caronni
<caronni@nessie.cs.id.ethz.ch> for the suggestion.
- Fix a malloc bug in spline.c, poly.c, and polygon.c. Again, thanks to
Germano Caronni <caronni@nessie.cs.id.ethz.ch> for the bug fix.
- Fix a couple of bugs relating to VMS and that sometimes objects are not
drawn when tgif comes up. Thanks to Mats Bergstr"om
<KOSU_MATSB@routh.kosufy.lu.se> for the code fixes. Also included in
this distribution is another example of a VMS makefile, VMS_MAKE_TGIF.COM,
contributed by Mats Bergstr"om.
William Chia-Wei Cheng (william@cs.umd.edu)