diff options
author | minskim <minskim> | 2009-08-10 17:50:04 +0000 |
---|---|---|
committer | minskim <minskim> | 2009-08-10 17:50:04 +0000 |
commit | cb5344c9074f97ea5521b49095113ed048666c6e (patch) | |
tree | bae8d6263a98eb7ec7b457714c8d5412d30afac0 /misc/xchm/distinfo | |
parent | f35ac4ad798b2c9890d705cb968381a967565827 (diff) | |
download | pkgsrc-cb5344c9074f97ea5521b49095113ed048666c6e.tar.gz |
Update xchm to 1.17.
Changes since 1.13:
+ fixed Normalize() code for Windows CHM files.
+ fixed "Cannot display document in <whatever> encoding"
error.
+ now allowing ENTER to work in the bookmarks list.
+ updated Romanian, German translations.
+ added Belarusian translation.
+ don't initialize locale data on Windows (English-only)
+ fixed build problem with Unicode-detecting #ifdefs
inside wxT() macros.
+ made the source code GCC 4.3 friendly (fixed duplicate
parameters issue in GetItem()).
+ #included <bitfiddle.inl> in chmapp.cpp (apparently it
did not compile without this on some platforms)
+ updated French translation.
+ fixed XPM compile-time warnings for GCC 4.3
+ bumped minimum accepted wxWidgets version to 2.8.
+ added tabbed browsing support (from Cedric Boudinet).
+ Firefox-style shortcuts for navigation.
+ fixed font non-Latin encoding character set encoding
problem.
+ replaced the checks for u_intXX_t with checks for the
more standard uintXX_t.
+ some refactoring.
+ added #include <stdint.h> GCC 4.4 patch from the Gentoo
ebuild.
Diffstat (limited to 'misc/xchm/distinfo')
-rw-r--r-- | misc/xchm/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/xchm/distinfo b/misc/xchm/distinfo index 99a72939c55..82f93eee174 100644 --- a/misc/xchm/distinfo +++ b/misc/xchm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.23 2007/04/16 23:25:53 wiz Exp $ +$NetBSD: distinfo,v 1.24 2009/08/10 17:50:04 minskim Exp $ -SHA1 (xchm-1.13.tar.gz) = f062f584c9fd00107e28d96342d48ea36b2f2f49 -RMD160 (xchm-1.13.tar.gz) = 07ac2962ee5da8a4aceda58fecd4578507a71ed9 -Size (xchm-1.13.tar.gz) = 390882 bytes +SHA1 (xchm-1.17.tar.gz) = 0f29f204ee002586c0d61c631e36d52bed94eabf +RMD160 (xchm-1.17.tar.gz) = 0bef9ecfb5bbc35c9c92dd5d7d4c77ed9cda9116 +Size (xchm-1.17.tar.gz) = 401664 bytes |