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
Stop lying and drop maintainership of these packages. I have not
maintained them for a very long time already, so leave room for
fresh blood to take over them.
No changes in 2.22.0 except translations.
==============
Version 2.21.0 - "Windmills and Wheatfields"
==============
* gtk+ minimum version is now 2.8 (Jaap Haitsma)
* Show correct name in about dialogue (Jaap Haitsma)
* Fix the infamous socket-finding bug in various ways
(Loïc Minier, Craig Keogh)
* Add information for bug-buddy (Matthias Clasen)
* Remove inappropriate line from help (Thomas Thurman)
* Session persistence under D-Bus (Alex Jones)
* Careful checking to make sure all code from branches
is actually in trunk now.
* Translators:
Khaled Hosny (ar)
Petr Kovar (cs)
Ignacio Casal Quinteiro (gl)
Kjartan Maraas (nb)
Eskild Hustvedt (nn)
Yannig Marchegay (Kokoyaya) (oc)
Danishka Navin (si)
Pavol Šimo (sk)
==============
Version 2.18.0 - "Original Face"
==============
* Translations:
[skipped]
==============
Version 2.17.4 - "I Need"
==============
* Look for gdm socket in two places.
* Use off-the-shelf about box.
* Only query GDM on display of menu.
* Translations:
[skipped]
==============
Version 2.17.2 - "Stephen's Exhibition"
==============
* Rewrote GDM communication core to be nonblocking. (Thomas)
* Read GDM configuration from GDM, not from its configuration
file. (Thomas)
* Updated translations
[skipped]
==============
Version 2.17.1
==============
* Moving through the user list with arrow keys goes in the
correct direction. (#343907) (Thomas)
* Refresh user list on creation of /etc/passwd as well as update.
(#356368) (Thomas)
* Updated translations:
[skipped]
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.
The Fast User-Switching Applet is an applet for the GNOME panel which
provides a menu to switch between users. It integrates with GDM to
switch between existing X11 sessions or create new ones as needed,
and will show the same users as the GDM face browser.
The applet can display itself in the panel using either the current
user's name, the word "Users" or an icon, and can be configured to
include an item which launches an X session in a window. The applet
code is designed to allow for easy cut-and-paste of the system-interaction
code into other applications, like screensavers.