2009-05-08	Mike Massonnet <mmassonnet@xfce.org>
Re-tag release 0.0.4

Fix make distcheck: that includes po/POTFILES.in, Makefile.am,
panel-plugin/Makefile.am, src/Makefile.am.
Fix revision variable in autogen.sh.
Fix project version in configure.ac.in.

2009-05-07	Mike Massonnet <mmassonnet@xfce.org>
Bump release to 0.0.4

2009-05-06	Mike Massonnet <mmassonnet@xfce.org>
Post-bump release to 0.0.4

2009-05-06	Mike Massonnet <mmassonnet@xfce.org>
[generic-dialog] Set graphical mnemonic widget for label Location

	Label Location was missing the graphical mnemonic widget.

2009-05-06	Mike Massonnet <mmassonnet@xfce.org>
Create pot template

	Create pot template inside po directory.

2009-04-30	Mike Massonnet <mmassonnet@xfce.org>
[mount-dialog] Focus OK button when passing --location

	When calling xfce4-gvfs-mount with parameter --location|-l grab the
	focus on the mount button automatically.

2009-04-25	Mike Massonnet <mmassonnet@xfce.org>
Bump release to 0.0.3

2009-04-25	Mike Massonnet <mmassonnet@xfce.org>
Drop the idea of bookmark manager menu item

	Drop the menu item Bookmark Manager from the panel plugin menu.

2009-04-24	Mike Massonnet <mmassonnet@xfce.org>
Polish error message on open mount

	When trying to open a mount from the panel plugin menu and it fails,
	improve the error message by suggesting to look at gvfs-fuse-daemon.

2009-04-24	Mike Massonnet <mmassonnet@xfce.org>
Open successful mounts automatically

2009-04-24	Mike Massonnet <mmassonnet@xfce.org>
Show recent mounts in the panel plugin menu

	Move the recently-used.xbel file to ~/.config/xfce4-gvfs-mount/. Read
	that file to build a submenu in the panel plugin. The items run the
	command xfce4-gvfs-mount -l <uri>.

2009-04-23	Mike Massonnet <mmassonnet@xfce.org>
Add successful mounts to recently-used.xbel

	When a mount is successful within the daemon, it is bookmarked into
	the recently-used.xbel file.

2009-04-23	Mike Massonnet <mmassonnet@xfce.org>
More picolo cleaning
        
	Fix signature of signal Mounted in dbus service. Drop references to
	the bookmark feature in the mount dialog.

2009-04-23	Mike Massonnet <mmassonnet@xfce.org>
Missing include

	Fix missing include in panel-plugin/menu.c.

2009-04-21	Mike Massonnet <mmassonnet@xfce.org>
Add generic mount, drop FTP mount, and drop bookmarks.

	A new glade file generic.glade has been added in order to allow random
	user input for the location. The FTP dialog has been removed as it is
	getting more and more uncommon (at least for unix users). And the
	bookmarks draft code had been removed.

2009-01-05	Mike Massonnet <mmassonnet@xfce.org>
Polish the panel plugin description.

	The panel plugin has a reworded title and description, and the tooltip
	displays an icon, the title emphasized and a description.

2009-01-05	Mike Massonnet <mmassonnet@xfce.org>
Add signal Mounted to the DBus service.

	Emit a signal "Mounted" on successful mounts and mostly pluging leaks.

2009-01-05	Mike Massonnet <mmassonnet@xfce.org>
Rename s/Edit/Mount/ XgmEditDialog.

	The Edit dialog makes more sense under the name Mount dialog.

2009-01-01	Mike Massonnet <mmassonnet@xfce.org>
Bump release to 0.0.2.

2009-01-01	Mike Massonnet <mmassonnet@xfce.org>
Add something in to unmount quickly.

	Add the ability to unmount a mount from the panel plugin (right click
	on the menu item displays a submenu).

2008-12-23	Mike Massonnet <mmassonnet@xfce.org>
XgmEditDialog has a new class property "location".

	- Now the location can be set after instantiation of the class with
	g_object_set (dialog, "location", "sftp://user@foo:123", NULL) as it
	can be retrieved with g_object_get (dialog, "location", &location,
	NULL).
	- Add option --location to xfce4-gvfs-mount.

2008-12-22	Mike Massonnet <mmassonnet@xfce.org>
Done with the "show me your mounts" GUI which is a panel plugin.

	The plugin lists the mounts (not volumes).  E.g. the plugin doesn't
	show what Thunar is already able to, otherwise there wouldn't be a
	reason for this plugin in first place.

2008-12-19	Mike Massonnet <mmassonnet@xfce.org>
Done with the DBus daemon.

	- The DBus daemon is composed of the service file installed to
	$prefix/share/dbus-1/services and the xfce4-gvfs-daemon binary
	installed to $libexec.
	- The DBus daemon is implemented in the daemon.c and daemon.h files and
	has two methods: Mount and Unmount (see the daemon-dbus.xml file for
	the details).
	- The glade files have been updated, they contain a new dialog
	"ask-password-dialog" used inside the DBus daemon.
	- There are new files utils.c and utils.h that contain client functions
	to mount and unmount remote file systems.  The functions are called in
	the XgmEditDialog class.

2008-12-13	Mike Massonnet <mmassonnet@xfce.org>
Done with the edit dialog.

	- The glade files are polished (sftp and ftp have been added).
	- There is a new XgmEditDialog, its aim is to configure a new remote
	file system.  It will allow (not yet) to edit existing bookmarks as
	well.  Currently it mounts the file system with gvfs-mount (just for
	a test case).

2008-12-09	Mike Massonnet <mmassonnet@xfce.org>
First visual \o/

	And the initial source directory is set.

