|
|
Tgif - Version 4.1 Patchlevel 17 Release Notes
|
Version 4.1 Patchlevel 17
Added Features/Bug Fixes
|
- Fix a color bug with a depth 1 display. Thanks to Martin Butkus
<m.butkus@tu-bs.de> for the patch.
- Fix incorrect %%Pages: line in generated PS/EPS files when PrintOnePage()
or PageOneFilePerPage() is used. Thanks to Dietrich Bartel
<D.Bartel@fz-juelich.de> for pointing out the problem.
- Fix an offset problem for obj file generated by external tools, such as
pstoedit. Thanks to Wolfgang Glunz
<Wolfgang.Glunz@icn.siemens.de> for pointing out the problem.
- Fix a coordinate problem with polygon objects when exporting HTML files.
Thanks to Peter Marquardt <wwwutz@molgen.mpg.de> for pointing
out the problem.
- Fix a bug in locating a linked EPS file. Thanks to Ralphe Neill
<ran@oberon.sub.net.au> for pointing out the problem.
- Move all user strings to a new file, "strtbl.c". Now all user strings
(in menues, messageboxes, and dialogboxes) are either in "menuinfo.c"
or "strtbl.c". This makes creating localized version of tgif easier.
- Rename the compiler option _ENABLE_NLS to ENABLE_NLS.
- Add context menu. If there's an object under the mouse when right-clicked,
a context menu is popped up. If there isn't, Mode Menu is popped up.
As a consequence, Tgif.Btn3PopupModeMenu is obsolete now. A new X default,
Tgif.Editor, is added to specify a text editor to use for editing
attributes (when "Edit Attribute in Editor" submenu of the context menu
is used).
- Add "Set HTML Export Template" to the File Menu. Print/export in HTML
format will use the template file if it is set. Please see
HTML EXPORT TEMPLATE section of the man pages for details.
- Add a new compiler option, _PS_SEVENBIT_DOUBLEBYTE_TEXT, to allow the
generation of JIS PostScript files. Thanks to Kan Sasaki
<ksasaki@noc.kddnet.ad.jp> for the patch.
- Add new X defaults, Tgif.MenuRowsBeforeScroll and Tgif.MenuColsBeforeScroll
to control the size of scrollable menus.
- Add a new X default, Tgif.UndoRedoRestoreDrawingMode, to restore the
drawing mode just before an undo/redo operation.
- Add a new X default, Tgif.ProducedBy, to specify a text editor to use for
editing attributes.
- Allows the default PostScript fonts to be replaced. Please see the
information about Tgif.HasAlternateDefaultFonts and related X defaults
in the X DEFAULTS section of the man pages for details. Thanks to
Victor Wagner <vitus@ice.ru> for pointing out the problem with
the previous implementation.
- Switch the shortcuts for Undo() and Animate(). Now Cntrl+z is Undo()
and Alt+u is Animate(). Also switch the shortcuts for Redo() and
ChangeDomain(). Now Cntrl+y is Redo() and Alt+* is ChangeDomain().
|
|