2005-03-01  Carlos Garnacho Parro  <carlosg@gnome.org>

	* Release 1.1.92

2005-02-08  Carlos Garnacho Parro  <carlosg@gnome.org>

	* Release 1.1.91

2005-01-25  Carlos Garnacho Parro  <carlosg@gnome.org>

	* Release 1.1.90

2005-01-20  Carlos Garca Campos <carlosgc@gnome.org>

	* disks-gui.c: disable format partition button when the device is not
	present. Don't show partition properties when there aren't partitions
	in the disk

2005-01-14  Carlos Garnacho Parro  <carlosg@gnome.org>

	* callbacks.c: use new GtkMessageDialog API for HIG dialogs

2005-01-13  Carlos Garnacho Parro  <carlosg@gnome.org>

	* Release 1.1.4.1

2005-01-12  Carlos Garnacho Parro  <carlosg@gnome.org>

	* Release 1.1.4

2004-12-21  Carlos Garnacho Parro  <carlosg@gnome.org>

	* Release 1.1.3

2004-11-05  Carlos Garca Campos <carlosgc@gnome.org>

	* Makefile.am, disks-cdrom-disc-dvd.[hh]: added DVD disc class

	* callbacks.c, disks-gui.[ch], disks-storage-cdrom.c, transfer.c:
	added DVD support

2004-11-03  Carlos Garnacho Parro  <carlosg@gnome.org>

	* Release 1.1

2004-09-14  Carlos Garca Campos <carlosgc@gnome.org>

	* callbacks.[ch]: added format partition callback

	* disks-gui.[ch]: gui setup for partition format dialog

	* disks-partition.[ch]: added "none" partition type to manage unformatted
	partitions. Added format_partition function. Improved the file system
	types use.

	* transfer.[ch]: added a function to call the format partition
	directive and get the partition information from the backend.
	
2004-09-13  Carlos Garnacho Parro  <carlosg@gnome.org>

	* Release 1.0

2004-09-01  Carlos Garnacho Parro  <carlosg@gnome.org>

	* Release 0.92

2004-08-20  Carlos Garnacho Parro  <garnacho@tuxerver.net>

	* Release 0.91.0

2004-07-29  Carlos Garca Campos <elkalmail@yahoo.es>

	* disks-gui.c: fixed some memory leaks.

	* disks-partition.c: empty partition type support

2004-07-28  Carlos Garca Campos <elkalmail@yahoo.es>

	* callbacks.c: use of GDK_WATCH cursor during the widget properties
	update of each device

	* disks-gui.c, transfer.[ch]: get disk information from backend in the widget
	properties update function

	* disks-partition.c: added a pointer to the disk that contains the
	partition

	* disks-storage-disk.[ch]: added disk_get_partition function to get a
	certain partition of the disk

	* transfer.c: Modularization of transfer_xml_to_config function

2004-07-25  Carlos Garca Campos <elkalmail@yahoo.es>

	* gst-disks-tool.c, disks-gui.c: use GtkIconTheme instead of
	GnomeIconTheme

	* callbacks.c: use GtkFileChooserDialog instead of GtkFileSelection

	* *.c: use glib/gi18n.h instead of libgnome/gnome-i18n.h

2004-07-23  Carlos Garca Campos <elkalmail@yahoo.es>

	* callbacks.[ch]: double click on a device updates the gui information
	about it

2004-07-08  Carlos Garca Campos <elkalmail@yahoo.es>

	* transfer.c, disks-storage.c: added alias property

	* transfer.c: added alias paramter to the cdrom_disc_info
	directive call. Uses listed and alias in cdrom mount directive to try
	to mount the cdrom as user who launched the frontend

2004-07-19  Carlos Garnacho Parro  <garnacho@tuxerver.net>

	* Release 0.90

2004-06-30  Carlos Garnacho Parro  <garnacho@tuxerver.net>

	* Release 0.34

2004-05-15  Carlos Garnacho Parro  <garnacho@tuxerver.net>

	* Release 0.33.0

2004-05-09  Carlos Garca Campos <elkalmail@yahoo.es>

	* Makefile.am: added disks-mountable.[ch] files

	* disks-mountable.[ch]: added GstMountable interface for devices that
	are mountable

	* callbacks.c, disks-cdrom-disc-data.[ch], disks-partition.[ch],
	disks-storage-cdrom.[ch], transfer.[ch]: uses gst_mountable instead of 
	object methods to mount / umount actions

	* callbacks.c, disks-cdrom-disc-data.c, disks-cdrom-disc-audio.c,
	disks-gui.c, transfer.c: fixed some memory leaks
	
2004-05-02  Carlos Garca Campos <elkalmail@yahoo.es>

	* disks-gui.c, transfer.c: searches icons in gst pixmapsdir when it was 
	not found in current icon theme. Sets gnome-dev-cdrom-data and 
	gnome-dev-cdrom-mixed icons when detects a data cdroms disc and mixed 
	cdrom disc respectively.

	* transfer.[ch], disks-storage-cdrom.c, disks-storage-disk.c: mount
	function is now void instead of bool

	* *.[ch]: some code cleanups
	
2004-04-22  Carlos Garca Campos <elkalmail@yahoo.es>

	* Makefile.am: added disks-cdrom-disc-mixed.[ch] files

	* disks-cdrom-disc-mixed.[ch]: added GstCdromDiscMixed class

	* callbacks.c, disks-gui.[ch], transfer.c, disks-storage-cdrom.[ch]:
	added support for cdrom mixed discs

2004-04-21  Carlos Garca Campos <elkalmail@yahoo.es>

	* Makefile.am: added gst-disks-tool.[ch] files

	* gst-disks-tool.[ch]: added GstDisksTool class

	* disks-config.[ch]: removed

	* callbacks.c, disks-gui.[ch], main.c, transfer.[ch]: moved all of the
	disks-config functionality to GstDisksTool class that inherits from
	GstTool and adds a list to store all of the storages and the
	icon_theme global variable

	* disks-storage.[ch], disks-storage-cdrom.c, disks-storage-disk.c:
	added setup_common_properties as a protected method to setup the gui
	for the properties common for all storages
	
2004-04-20  Carlos Garca Campos <elkalmail@yahoo.es>

	* Makefile.am: added disks-cdrom-disc-audio.[ch]

	* disks-cdrom-disc-audio.[ch]: added GstCdromDiscAudio class 
	(see /doc/disks/UML/disks-admin.dia for details)

	* callbacks.[ch], disks-gui.[ch], disks-storage-cdrom.[ch],
	transfer.[ch]: added support for Cdrom Audio discs

2004-04-18  Carlos Garca Campos <elkalmail@yahoo.es>

	* Makefile.am: added disks-cdrom-disc.[ch] and
	disks-cdrom-disc-data.[ch]

	* README: updated

	* disks-cdrom-disc.[ch], disks-cdrom-disc-data.[ch]: added
	GstCdromDisc and GstCdromDiscData classes (see
        /doc/disks/UML/disks-admin.dia for details)

	* callbacks.[ch], disks-gui.[ch], disks-storage-cdrom.[ch],
	transfer.[ch]: added support for CDROM Discs in general and Data Discs
	in particular. 

	* *.[ch]: some code cleanup and minor bugs fixed

2004-04-15  Carlos Garca Campos <elkalmail@yahoo.es>

	* disks-storage-partition.[ch]: renamed as disks-partition.[ch]

	* *.[ch]: class diagram it has been restructured and fixed (see
	/doc/disks/UML/disks-admin.dia for details)

	* *.[ch]: all code cleanup

	* Makefile.am: added -Wall CFLAG

2004-04-15  Carlos Garca Campos <elkalmail@yahoo.es>

	* disks.[ch]: deleted unused files

	* main.c: s/#include "disks.h"/#include "disks-config.h"/

2004-04-12  Carlos Garca Campos <elkalmail@yahoo.es>

	* callbacks.[ch], disks-gui.c: added a browse button to launch 
	nautilus when a partition is mounted

	* disks-gui.c: added status label in cdrom properties

	* disks-storage-cdrom.[ch]: added status property

2004-04-11  Carlos Garca Campos <elkalmail@yahoo.es>

	* callbacks.c: it always refresh the gui when try to mount a partition,
	even if mount fails
	
2004-04-09  Carlos Garca Campos <elkalmail@yahoo.es>

	* callbacks.[ch]: added a notebook with the tabs hidden for storages
	properties

	*  callbacks.[ch], disks-gui.[ch]: uses a label instead of an entry 
	for file system	type and an entry with a button instead of a label 
	for Mount Point	(now called Access Path)

	* callbacks.[ch], disks-gui.[ch]: added mount / umount actions
	
2004-02-05  Carlos Garnacho Parro  <garnacho@tuxerver.net>

	* Release 0.32.0

2003-12-26  Carlos Garca Campos <elkalmail@yahoo.es>

	* disks-storage-cdrom.c: uses checkbuttons instead of images for the
	cdrom supported features

2003-12-22  Alvaro del Castillo San Felix <acs@barrapunto.com>

	* Added the disk tool to the GNOME System Tool CVS
