Version 1.11
Added Features/Bug Fixes
- Fix bugs reported by Christos Zoulas regarding prtgif bounding box.
Text objects was generating wrong boudning boxes.
- When text objects are saved, its bounding boxes are also saved now.
This fixes the problem in 1). File version is bumped to 7!
- Fix bugs in select.c (change calls to DelObj () to FreeObj ()).
This caused segmentation faults when tgif is dbx-ed, it caused
XError when not dbx-ed.
- Prtgif is cleaned up to share functions with the tgif code. (Turned
out to be a lot of changes.)
- Add double-clicking in selecting file names. New Xdefaults
Tgif*DoubleClickInterval (in milli-seconds) is added.
William Chia-Wei Cheng (william@cs.umd.edu)