Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.
Packages needing empty directories can use the @pkgdir command in PLIST.
Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
Enhancements
* Added recent files support to File menu based on libegg ( bug
#108524)(Nickolay V. Shmyrev)
* Implemented triple-click selection of text ( bug #144667)(Yuriy
Syrota)
* Implementation of word-count feature ( bug #135093) (Thierry
Moisan)
(David Malcolm)
* Implemented --unit-test command line option and unit-testing of
example files (Geert Stappers)
(David Malcolm)
* Added context-menu option to convert an entity reference to a copy
(David Malcolm)
* Added new debug plugin (must be enabled with
--enable-debug-plugin=yes), which adds a debug item to the Tools
menu to dump the CongEditorArea tree as XML (and open the resulting
file) (David Malcolm)
* Initial (disabled) implementation of property pages (David
Malcolm)
Fixes
* Huge cleanup of character handling; should compile cleanly on GCC4
with -Wall
* Fixes to makefile and to packaging (Nickolay V. Shmyrev)
(Geert Stappers)
* Fixes to display specifications(Michèle Garoche)
* Remove lots of excess debug logging (David Malcolm)
* Various code cleanups (David Malcolm)
(Nickolay V. Shmyrev)
(Marcus Meissner)
* Fixes for cursor handling during source-code cleanup (Nickolay V.
Shmyrev)
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.
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.