diff options
author | wiz <wiz@pkgsrc.org> | 2007-04-16 23:25:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-04-16 23:25:52 +0000 |
commit | cc5e4b081a05ce618fc2b85563dd515b869de4b0 (patch) | |
tree | 3e9001815ac9388e1ac1e8be1586b24c5b06e871 /misc | |
parent | e4925464a3fea91df02737ec3f74ae3ae5908df7 (diff) | |
download | pkgsrc-cc5e4b081a05ce618fc2b85563dd515b869de4b0.tar.gz |
Update to 1.13:
* 1.11:
+ now xCHM can parse binary TOC trees, if available.
+ now xCHM can retrieve data from the binary index, if
available.
+ fixed random printout font size problem.
+ fixed Win32 logo loading problem.
+ added a progress bar for CHM loading.
+ fixed TOC tree append bug.
+ added "Save link as.." item to the context-sensitive
right-click menu.
+ fixed special HTML characters in TOC/index links bug.
+ fixed relative links in TOC/index bug.
+ fixed TOC sync with the currently loaded page bug.
* 1.12:
+ actually using the binary index code.
+ fixed the search results links.
+ fixed lost Unicode character translation for the TOC and
index entries.
+ updated Polish translation.
+ fixed index display for non ASCII encodings.
+ CHM localization bugfixes.
* 1.13:
+ fixed CHMLIB link in the splash page.
+ fixed special character languages index for wxGTK 2.6.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xchm/Makefile | 4 | ||||
-rw-r--r-- | misc/xchm/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/misc/xchm/Makefile b/misc/xchm/Makefile index 631afd78991..f0feea78e40 100644 --- a/misc/xchm/Makefile +++ b/misc/xchm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2006/11/19 00:32:11 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2007/04/16 23:25:52 wiz Exp $ # -DISTNAME= xchm-1.10 +DISTNAME= xchm-1.13 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xchm/} diff --git a/misc/xchm/distinfo b/misc/xchm/distinfo index 90d1178db35..99a72939c55 100644 --- a/misc/xchm/distinfo +++ b/misc/xchm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.22 2006/11/19 00:32:11 wiz Exp $ +$NetBSD: distinfo,v 1.23 2007/04/16 23:25:53 wiz Exp $ -SHA1 (xchm-1.10.tar.gz) = bc9c8b347c877f4983c825737ba3e7a7dab6b125 -RMD160 (xchm-1.10.tar.gz) = b7f556c4755cb1aa5097e4865e07404af8b4c203 -Size (xchm-1.10.tar.gz) = 371871 bytes +SHA1 (xchm-1.13.tar.gz) = f062f584c9fd00107e28d96342d48ea36b2f2f49 +RMD160 (xchm-1.13.tar.gz) = 07ac2962ee5da8a4aceda58fecd4578507a71ed9 +Size (xchm-1.13.tar.gz) = 390882 bytes |