NEW in 0.21:
============
Updated translations: hi, ar, it, sr, sr@latin, pt.
Many thanks to the translators: Rajesh Ranjan, Djihed Afifi, Luca
Ferretti, Goran Rakić, Duarte Loreto, Francesco Marletta, Khaled
Hosny.
NEW in 0.20:
============
- Fixed#499050, fix build against xulrunner 1.9 (Josselin Mouette)
- Fixed#537093, Does not build with gcc 4.3.0 (Cosimo Cecchi)
- Fixed#539624, Crashes when copying text with xulrunner 1.9 (Claudio Saavedra)
- Updated translations: vi, kn, sr, or, mr
Many thanks to the translators: Clytie Siddall, Shankar Prasad, Goran
Rakic, Manoj Kumar Giri, Sandeep Shedmake.
changes:
- Revert theme change since it breaks gecko < 1.9
- Make deprecated keywords grey
- Only search for books in the XDG data/home directories
-bugfixes
-translation updates
too many changes to list here, see the NEWS file in the distribution
most notably: uses gecko (firefox or mozilla) to render HTML
pkgsrc change: The search path for gtk-doc books has changed. Now
we support the gtk-doc standard share/gtk-doc/html/* (which was patched
out previously), and in addition share/doc/* (which is used by most
pkgsrc installed books). The latter was share/doc/html/* previously
which rendered the whole thing almost useless because only few pkgs
used it. This is in response to PR pkg/34159 by "khorben@syn.localhost".
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
Package provided by Benedikt Meurer <bmeurer@unix-ag.org> via pkgsrc-wip.
DevHelp is an application to view books created in a conjunction with XML and
HTML. This application is commonly used for viewing books about reference
libraries, articles or tutorials.
It provides the following features:
- Full indexing of books in XML
- HTML viewer (GtkHTML2)
- Search by function, struct, macro or whatever
- Auto completion
- Commandline search
- Emacs and Vim integration