diff options
author | dmcmahill <dmcmahill> | 2000-11-10 23:43:48 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-11-10 23:43:48 +0000 |
commit | 8d519bfefebd6646a3b888c22cc64d0631276e4b (patch) | |
tree | bc3ac903f1ebc7003cdb1a9033c9cfad5baf9d51 /graphics | |
parent | 239affc7d1c78f0b4a0cdf86078e50a2ad49f40c (diff) | |
download | pkgsrc-8d519bfefebd6646a3b888c22cc64d0631276e4b.tar.gz |
update to tgif-4.1.40
changes from the authors announcement are:
--- tgif-4.1.40 ----
1) Fix a crashing bug in Specify An Arc when the input is something like
"0.9,-,10,20". Thanks to Adrian Bridgett <adrian.bridgett@iname.com>
and Jano van Hemert <jvhemert@cs.leidenuniv.nl> for pointing out the
problem.
2) Fix a uninitialized variable bug. This causes crashes sometimes when
running tgif with -print -xbm commandline options. Thanks to
Alexander Tenbusch <alexander.tenbusch@masch-bau.uni-magdeburg.de>
for pointing out the problem.
3) Fix a bug with exporting landscape TiffEPSI files. Thanks to Geert Carron
<gca@adc-itcl.ce.philips.com> for pointing out the bug.
4) Fix a bug with displaying text objects when Color Layers are used and
some colors are turned off. Thanks to Johan Vromans
<jvromans@squirrel.nl> for pointing out the bug.
5) Add scroll support for mouse wheel. By default, mouse wheel up is mapped
to Button4 and mouse wheel down is mapped to Button5. A new X default,
Tgif.EnableMouseWheel, is added so that this can be turned off. Some
mouse wheel can generate Button2 events, and this may interfere with
scrolling; therefore, another X default, Tgif.Btn2PopupMainMenu, is added
so that Button2 events will not popup the Main Menu in the canvas window.
Thanks to Juha Takala <juha.takala@vtt.fi> for providing the information.
6) New Tgif.tmpl-cgywin file. Thanks to Simon Moore
<Simon.Moore@cl.cam.ac.uk> for providing it.
7) New Tgif.tmpl-uw7 file. Thanks to Ron Record <rr@sco.com> for providing it.
8) Add a new X default, Tgif.DeleteCmdAsCut so that <Cntrl>x can be used
Cut selected objects. (Pressing the <DEL> key on the keyboard will still
perform a regular Delete in this case.)
--- tgif-4.1.39 ----
1) Add a new X default, Tgif.LandscapePdfSetPageDevice. Currently, when
when exporting landscape PDF files, tgif will use a PostScript
"setpagedevice" command to rotate the generated PostScript file 270 degrees
before calling ps2pdf. This should not be necessary (and is considered a
bug in ps2pdf). In the future, this X default can be used to turn off the
generation of the "setpagedevice" command when ps2pdf can handle landscape
PostScript files correctly. A new commandline option, -nolandpdfspd, to be
used in conjunction with -print is also added for the same purpose. Thanks
to Johan Vromans <JVromans@Squirrel.nl> for the suggestion.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/tgif/Makefile | 4 | ||||
-rw-r--r-- | graphics/tgif/files/md5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/tgif/Makefile b/graphics/tgif/Makefile index 9fca7cb0dd5..9458eb6ebd6 100644 --- a/graphics/tgif/Makefile +++ b/graphics/tgif/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2000/08/28 13:11:31 rh Exp $ +# $NetBSD: Makefile,v 1.28 2000/11/10 23:43:48 dmcmahill Exp $ # -DISTNAME= tgif-4.1.38 +DISTNAME= tgif-4.1.40 CATEGORIES= graphics MASTER_SITES= ftp://bourbon.cs.umd.edu/pub/tgif/ \ ftp://ftp.cs.ucla.edu/pub/tgif/ diff --git a/graphics/tgif/files/md5 b/graphics/tgif/files/md5 index f79405dffeb..d7675eb3d47 100644 --- a/graphics/tgif/files/md5 +++ b/graphics/tgif/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.19 2000/08/28 13:11:31 rh Exp $ +$NetBSD: md5,v 1.20 2000/11/10 23:43:48 dmcmahill Exp $ -MD5 (tgif-4.1.38.tar.gz) = 64a35f9735aac4de39eeaf7e75416849 +MD5 (tgif-4.1.40.tar.gz) = 074259ef17f39c664eb974b6804da9a1 |