This release adds many incremental improvements throughout the whole
program. This includes command line, document generators, reports, tools,
filters, graphical user interface responsiveness, web site generator,
import and export, and many other areas with new features and bug fixes.
mostly from Jeremy C. Reed
changes:
* Addition of a spelling checker if python-gnome-extras is installed
* Thumbnails are generated for objects other than images if an appropriate
thumbnailer is found the the GCONF database.
* Enhanced Descendant Chart report that allows better control over the
formatting of the report
* Added support for new %n format in addition to $n, which will cause the
line to be removed if a text match is not made.
* Bug fixes, bug fixes, bug fixes, and bug fixes.
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables. Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.
For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
This is a significant rework of the "gramps" genealogical database
(databases/gramps in pkgsrc), in particular it uses a bsd/sleepycat
binary database now an d alot of the GNOME framework.
Thanks to Jeremy C. Reed for ideas and patches.