Version 2.5
Added Features/Bug Fixes
- Add support for Metric grid system. ^#- toggles between
the English and the Metric grid system. The X default
GridSystem is used to specify the initial grid system.
- Add pinned main menu. Thanks for Kouichi Matsuda
(matsuda@ccs.mt.nec.co.jp). The X default MainMenuPinDistance
controls the horizontal distance away from the main popup menu
the mouse must travel before the main menu is pinned.
Right mouse button moves the pinned main menu and the middle
mouse button un-pins it.
- Include VMS compatibility stuff. Thanks to gjc@mitec5.mitech.com
for the VMS code and Roger Grywalski
<grywalski@idicl1.idi.battelle.org>
for helping to make things work. (The VMS makefile, descrip.mms,
will be included in the distribution from now on. VMS users should
modify the TGIF_PATH and TMP_DIR definitions in the DEFINES line
in descrip.mms.)
- Add X defaults AskForXBmSpec and AskForXPmSpec so that
magnification and geometry can be specified when importing
a X Bitmap or a X Pixmap file. Also allow #RRRGGGBBB type
of color specification in a X Pixmap file (easier integration
with xgrabsc).
- Add X default XBmReverseVideo to use reverse video when
importing X Bitmap files.
- Add X default NoTgifIcon to disable tgif's own icon window.
- Add X default MsgFontSizeIndex to specify the point size used
for messages and popup windows.
- Add X default SplineTolerance so that the user can see a
smoother spline if desired (doesn't affect print out).
- Allow the root name to be '//' for Apollo platforms.
(Users on Apollo systems should add -DAPOLLO to the
DEFINES definition in Imakefile or Makefile.noimake.)
- Fix a bunch of calloc() bugs with related to string copy.
Note: In the DEFINES definition in the Imakefile and the
Makefile.noimake, the PSFILE_MOD changes from a string
to an octal number.
William Chia-Wei Cheng (william@cs.umd.edu)