Path to this page:
Subject: CVS commit: pkgsrc/misc/xchm
From: Thomas Klausner
Date: 2023-06-07 09:15:40
Message id: 20230607071540.F1AEAFA89@cvs.NetBSD.org
Log Message:
xchm: update to 1.35.
* 1.24:
+ it is now possible to build xCHM without an external
chmlib library (by using ./configure --enable-builtin-chmlib)
+ added Mac icons and .plist
* 1.25:
+ updated some of the code for modern C++.
+ minor code cleanup.
+ cleared a few warnings.
* 1.26:
+ more C++ code cleanup.
+ now requiring at least wxWidgets 3.0.0 to build.
+ minor optimizations.
+ fixed scrolling on loading new pages.
+ fixed Mac build.
+ fixed just-broken new tab behaviour.
+ 1.27:
+ always display tabs.
+ display the loaded page title in the tab only (no longer in the main
window title bar).
+ fixed a title search bug.
+ 1.28:
+ fixed configure-time XMLRPCDIR detection.
+ added Ctrl-'=' and Ctrl-'-' as shortcuts for zoom-in/out.
+ 1.29:
+ added manpage (from Debian), Gnome files (from Arch).
+ more code cleanup.
+ 1.30:
+ install icons to $(datadir)/icons/hicolor/<RESOLUTION>/apps/.
+ 1.31:
+ the toolbar is now togglable.
+ fixed a crash caused by a search corner case.
+ 1.32:
+ moved gr.po -> el.po.
+ now overlapping some text on page down / page up.
+ fixed typo (occurences -> occurrences).
+ added Keywords entry to xchm.desktop.
+ updated Swedish translation.
+ 1.33:
+ removed XPMs from icon theme folders.
+ now using the XDG base directory specification (for the config).
+ 1.34:
+ fixed a few compile-time deprecation warnings.
+ removed a bunch of local .xpm files (icons), now using platform
defaults.
+ 1.35:
+ fixed Mageia Linux build (they're using wxWidgets 3.2.1 in 2.8
backwards-compatibility mode, which adds an unfortunate - and
deprecated - wxToolBarBase::AddTool() overload).
Files: