diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2000-02-06 18:46:15 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2000-02-06 18:46:15 +0000 |
commit | 80d3bf0f2246aceda7761a67da4e926f4339712d (patch) | |
tree | 31c70a8b3ea01d81b8b84a8a6584da5a9848db12 /graphics/tgif | |
parent | 7a09fd0e91597045b36937c2881c57c4a0e4974f (diff) | |
download | pkgsrc-80d3bf0f2246aceda7761a67da4e926f4339712d.tar.gz |
update from tgif-4.1.25 to 4.1.26. Changes (from the HISTORY file) are:
-----------------------> tgif-4.1.25 => tgif-4.1.26 <-----------------------
1) Fix a bug with special characters in the page file name. Thanks to
Kyle Bateman <kyle@actarg.com> for pointing out the problem.
2) Fix NLS bugs for status line. Thanks to Jun Nishii <jun@flatout.org>
for the patch.
3) Fix an offset problem for obj file generated by pstoedit. Thanks to
Wolfgang Glunz <Wolfgang.Glunz@icn.siemens.de> for pointing out the
problem.
4) Precise Scale Everything now flushes undo buffer and cannot be undone.
Thanks to Heiko Scheit <Heiko.Scheit@mpi-hd.mpg.de> for pointing
out the problem.
5) Add context menu for the edit text box (Move Edit Text Box can be
select to move the edit text box).
6) Add Recently Used Files submenu under the File Menu. The size can
be controlled by the Tgif.MaxRecentFiles X default.
7) Include "tgif.spec.in" for creating RPM files. Thanks to
Tomasz Koczko <kloczek@rudy.mif.pg.gda.pl> and
Roberto A. Oppedisano <rao@penguinpowered.com> for the contribution.
8) Assign Cntrl+1 and Cntrl+2 to Screen Capture and Full Screen Capture.
9) In a multipage drawing, will not change drawing mode when moving from
page to page.
10) Freehand drawing mode will be entered automatically when entering
slideshow mode. The can be overridden with the
Tgif.GoHyperSpaceInSlideShow X default. A new X default,
Tgif.LineWidthIndexInSlideShow, is added to override the default
line width of 4 in slideshow mode.
11) Add a new X default, Tgif.ResetOriginOnAdvancePage, so that tgif can
be forced to scroll to the left-top corner of the page with no zoom
when pages are advanced.
12) Add a new X default, Tgif.FreeHandCursor, to override the default pencil
curosr in the freehand drawing mode.
Diffstat (limited to 'graphics/tgif')
-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 fb4a5abd7b5..62c55a99ba2 100644 --- a/graphics/tgif/Makefile +++ b/graphics/tgif/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 1999/12/23 18:17:00 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.20 2000/02/06 18:46:15 dmcmahill Exp $ # -DISTNAME= tgif-4.1.25 +DISTNAME= tgif-4.1.26 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 da6dbee6fa1..2acd9e3df84 100644 --- a/graphics/tgif/files/md5 +++ b/graphics/tgif/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.12 1999/12/23 18:17:00 dmcmahill Exp $ +$NetBSD: md5,v 1.13 2000/02/06 18:46:16 dmcmahill Exp $ -MD5 (tgif-4.1.25.tar.gz) = 0e7e2bb43c891181bad4e8db8ddaa73d +MD5 (tgif-4.1.26.tar.gz) = d0688e0e0bd01af1e8d195549fd9906b |