configuration database from beeing modified by packages that do not honour
the --disable-schemas-install option. There is no need to patch these broken
packages any more.
Okay'ed by wiz.
rebuild the documentation database at install/deinstall time. This means
that:
- PLIST's do not need to call scrollkeeper-{update,rebuilddb} directly;
this is done by a bsd.pkg.install.mk template.
- The share/omf directory is only removed by scrollkeeper, which is the
last package in the dependancy tree.
- PKGREVISION is bumped.
Reviewed by wiz.
libgnomedb 0.10, 2003-01-27
---------------------------
- Added --disable-gtk-doc argument to configure (rodrigo)
- Fixed .server file paths (rodrigo)
- Fixed weird size of provider list in configuration dialog (rodrigo)
- Fixed modal dialog on 'save as..' grid's menu item and made the code
actually ask the user if he wants to overwrite existing files (rodrigo)
- Re-Added GnomeDbIconList from the 1.4 version (rodrigo)
- Implemented session management (rodrigo)
- Replaced GnomeDbSqlEditor widget with a more generic GnomeDbEditor,
to support many languages (rodrigo)
- Removed obsolete config.h files all over (gonzalo)
- Fixed alignment for grid's cells (rodrigo)
- Improved look of error and login dialogs (rodrigo)
- Remember values between GnomeDbDsnConfigDruid's pages (rodrigo)
- Many improvements on GnomeDbGrid (rodrigo)
- Updated translations:
- de (cneumair)
- es (pablodc)
- it (algol)
- no (kmaraas)
- pt_BR (evandrofg)
- sl (minmax)
- sv (menthos)
libgnomedb 0.9, 2002-12-10
--------------------------
- Splitted stock icons initialization from the main library init function,
to have the GnomeDbLogin/GnomeDbLoginDialog widgets work correctly
in Glade (rodrigo)
- Updated translations:
- be (dmitrym)
- cs (Michal Bukovjan)
- de (cneumair)
- es (pablodc)
- ms (sebol)
- nl (adrighem)
- pt_BR (gdvieira)
- sv (menthos)
Changes in the package:
- Move documentation to share/doc/html.
- Honor PKG_SYSCONFDIR.
- Register schema files using the new framework in GConf2 (schemas.mk).