diff options
author | rh <rh> | 1999-03-24 07:45:11 +0000 |
---|---|---|
committer | rh <rh> | 1999-03-24 07:45:11 +0000 |
commit | 62caa999cf48177e30fa88e56affda268cebb635 (patch) | |
tree | 44f5dd1bf3efa6b83edfc6ab8d63d869db14a731 /graphics/tgif/Makefile | |
parent | 09a461d2d7f841d22b5980eb61d215145540347a (diff) | |
download | pkgsrc-62caa999cf48177e30fa88e56affda268cebb635.tar.gz |
update to version 4.1.3
here's a quick summary of important features/bug fixes:
- strings in text objects can now be underlined.
- fix a seg fault bug which happens if the .mailcap file is
not present when downloading an URL.
- fix various bugs with edit text size.
- fix a bad status for the rotate/shear mode.
- fix negative offsets bug in SetSlideShowWindowOffsets().
- reduce repaint when editing text objects.
- each page in a multipage drawing can have its own print/export file
name when PrintOneFilePerPage() is invoked.
- fix problems with menus with wm2.
- fix a bug that if Tgif.NoMenubar is set to "true", some popup menus
in the choice window doesn't work.
- fix a bug with opening files in a non-existent directory.
Diffstat (limited to 'graphics/tgif/Makefile')
-rw-r--r-- | graphics/tgif/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tgif/Makefile b/graphics/tgif/Makefile index bce93620485..3e4b8b4a57c 100644 --- a/graphics/tgif/Makefile +++ b/graphics/tgif/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 1999/02/26 10:39:57 frueauf Exp $ +# $NetBSD: Makefile,v 1.14 1999/03/24 07:45:11 rh Exp $ # -DISTNAME= tgif-4.0.17 +DISTNAME= tgif-4.1.3 CATEGORIES= graphics MASTER_SITES= ftp://bourbon.cs.umd.edu/pub/tgif/ \ ftp://ftp.cs.ucla.edu/pub/tgif/ |