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
2.0.3:
* Add support for the desktop warping option
* Add support for showing the popup notification when changing desktops
* Better build support for Max OSX platform (no --export-dynamic)
* Major layout changes
* Add support for putting the move/resize popup in a fixed position on screen
* Add support for the <active> window placement option
* New icon by Myles Green
* Show an error when the configuration file is not valid, so it doesn't get
destroyed by ObConf
* Add a --config-file option to specify an alternate configuration file.
* Auto-load the same configuration as Openbox is using, if Openbox was run
with --config-file
2.0.2:
* Workaround a crash in GTK/Glib on the PowerPC platform
* Add new Margins option (Margins tab)
* Add new option for centering windows when placing them
* Don't include the debian/ dir in releases
* Fix the missing TopRight option for the dock
* Fix the dock stacking option to match changes made in Openbox (it's
Above/Below not Top/Bottom)
* Give the theme previews white client areas to more closely resemble a real
window
* Update to Openbox 3.4.3 libraries
2.0.1
* Make ObConf work when the .obt file has been renamed (e.g. by box-look.org)
* Update swedish translation
* Update to Openbox 3.4.2 libraries
2.0.0
* Add the ability to install .obt theme archives
* Add the ability to create .obt theme archives
* Double clicking a .obt file will launch it with ObConf, install
the theme, and select it for both KDE and GNOME desktops
* Fix for writing invalid font entries when none existed in the
config file already
* Add new dock options showDelay and noStrut
* Add mouse option for double click time and drag threshold
* Add option for animate iconify/restore
* Make Openbox reconfigure with communication through the X server
rather than by PID
1.6.3
* Add the ability to change your fonts
* Add the <focusLast> config option
* When changing the number of desktops, or their names, ObConf will
set them in the current session as well as saving them to the
Openbox config file.
* Improve how ObConf sets the desktop names. You can leave them
empty and it will use the default translated names from Openbox.
1.6.1
* Update to the Openbox 3.4 series libraries.
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.
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
found in the buildlink directory.
This was noticed when using pkgviews, because pkg-config is broken
as it has wrong compiled-in default for lib/pkgconfig directory.
ObConf is a graphical configuration tool for the Openbox window manager.
It allows one to change Openbox's configuration in real-time.
One can change options such as the theme, desktop names, and focus settings.