2004-08-13 Robert Love * configure.in: version++ 2004-08-13 Nathaniel McCallum * gnome-volume-manager.schemas.in: add option for opening in Nautilus mounted media on insertion * gnome-volume-properties.glade: ditto * src/gvm.h: ditto * src/manager.c: ditto * src/properties.c: again, ditto 2004-08-12 Robert Love * configure.in: bump version to 0.9.6 2004-08-12 Martin Lexa * gnome-volume-manager.schemas.in: add eject_command * src/manager.c: handle EjectPressed event 2004-08-12 Tommi Vainikainen * configure.in (ALL_LINGUAS): Added "fi" (Finnish) 2004-08-05 Samúel Jón Gunnarsson * configure.inn: Added "is" (Icelandic) to ALL_LINGUAS. 2004-08-01 Sayamindu Dasgupta * configure.in (ALL_LINGUAS): Added "bn" (Bengali) 2004-07-24 Alexander Shopov * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian) 2004-07-18 Jordi Mallach * gnome-volume-manager.schemas.in: Fix typo. 2004-07-15 Sjoerd Simons * gnome-volume-manager.schemas.in: fix descriptions 2004-07-07 Ole Laursen * gnome-volume-manager.schemas.in: Fixed two spelling errors. 2004-07-06 Ole Laursen * configure.in: Added "da" (Danish) to ALL_LINGUAS. 2004-07-06 Jordi Mallach * configure.in (ALL_LINGUAS): added "ca" (Catalan). 2004-06-22 Arafat Medini * configure.in: Added "ar" (Arabic) to ALL_LINGUAS. 2004-06-13 Metin Amiroff * configure.in: Added "az" (Azerbaijani) to ALL_LINGUAS. 2004-06-08 Robert Love * src/manager.c: disable DEBUG by default; misc. clean up * src/properties.c: misc clean up * README: updated * configure.in: bump version to 0.9.5 2004-06-08 Fernando Herrera * gnome-volume-properties.glade: Use GtkFileChooser in GnomeFileEntry 2004-06-07 Robert Love * configure.in: bump version to 0.9.4 2004-05-29 Christophe Merlet * configure.in: Added "fr" (French) to ALL_LINGUAS. 2004-05-25 Alessio Frusciante * configure.in: Added "it" (Italian) to ALL_LINGUAS. 2004-05-21 Sjoerd Simons * src/manager.c: gvm_device_is_writer() expects a UDI, not a dev node 2004-05-13 David Zeuthen * src/manager.c (gvm_cdrom_policy): use new volume.disc properties from HAL cvs 2004-05-11 Robert Love * configure.in: bump version to 0.9.3 * Makefile.am: add mkinstalldirs to EXTRA_DIST * mkinstalldirs: new file, to get around automake/intltools bug 2004-05-08 Iñaki Larrañaga * configure.in: Added "eu" (Basque) to ALL_LINGUAS. 2004-05-05 David Zeuthen * src/manager.c: update the property names as hal has changed (gvm_device_is_writer): properties are bool, not int. also support dvd+r(w) (gvm_cdrom_policy): also mount dvd discs now hal has a separate disc_type for these; also see TODO note.. (hal_device_added): use a hal utility to determine whether it's a block device (gvm_check_photos): add capability content.photos instead of capability camera 2004-05-01 Adam Weinberger * configure.in: Added en_CA to ALL_LINGUAS. 2004-04-18 Robert Love * configure.in: correctly case-out the warning flags; update required HAL package version 2004-04-12 Robert Love * src/manager.c: use "__attribute__((__unused__))" on function parameters as appropriate in lieu of "(void) foo" * src/clipboard.c: ditto * src/properties.c: ditto; don't call update_widgets() twice * README: updated * INSTALL: remove - just use the default that autogen installs * Makefile.am: add HACKING to EXTRA_DIST * TODO: update 2004-04-12 Crispin Flowerday * src/manager.c: prevent expanding both %m and %d in gvm_run_command