2007-08-06  Marius Vollmer  <marius.vollmer@nokia.com>

	Released 0.17
	
	* Makefile.am (AUTOMAKE_OPTIONS): Added.
	* autogen.sh: New.

2007-07-31  Marius Vollmer  <marius.vollmer@nokia.com>

	Released 0.16

2007-02-08  Marius Vollmer  <marius.vollmer@nokia.com>

	* gtkfilesystemmemory/Makefile.am (libfilesystemmemory_la_CFLAGS):
	Define MAEMO_CHANGES to get gtk_file_info_set_icon_pixbuf.

	* gtkfilesystemmemory/gtkfilesystemmemory.c: Don't undefine
	__GNUC__.
	(gtk_file_folder_memory_get_info): Use
	gtk_file_info_set_icon_pixbuf to set the icon in the GtkFileInfo
	structure (N57076).

2007-02-07  Marius Vollmer  <marius.vollmer@nokia.com>

	Released 0.14.  

	Ported to Gtk+ 2.10.
	
	* configure.ac: Removed "-ansi -pedantic" from CFLAGS.  Expect
	Gtk+ 2.10.

	* gtkfilesystemmemory/gtkfilesystemmemory.c: Ported to Gtk+ 2.10
	GtkFileSystem API.  Icons don't work yet.

2006-02-22  Kimmo Hmlinen <kimmo.hamalainen@nokia.com>

	Added FIXMEs

	Volume comment update.

	Emit "volumes-changed" signal in row-inserted/row-deleted handlers
	too if root node is being inserted or deleted. Fixed a few comments.

	gtk_file_system_memory_tree_iter_to_file_path() was returning
	"" instead of "/" for root node. Also fixed the function's comment. 

	Added back appended-hack to have backwards compatibility if row
	wasn't inserted with gtk_tree_store_append/insert_with_values().

	* gtkfilesystemmemory/gtkfilesystemmemory.c,
	  gtkfilesystemmemoryprivate.h:
	"row-*" signals are connected to only once now per model.
	"row-changed" append hack removed.

	* gtkfilesystemmemorypublic/gtkfilesystemmemorypublic.c: Private API
	for deletion changed. Implement the new way.

	* gtkfilesystemmemorypublic/gtkfilesystemmemorypublic.c
	(gtk_file_system_memory_tree_iter_to_file_path): Changed the code
	to be more understandable

2006-01-03  Luc Pionchon  <luc.pionchon@nokia.com>

	* configure.ac: 0.10.1

2006-01-03  Luc Pionchon  <luc.pionchon@nokia.com>

	N#21990 Unable move bookmarks with  or 
	
	* gtkfilesystemmemory.c (g_unescape_uri_string): Be less strict on
	what ASCII characters to accept escaped, since g_filename_to_uri()
	escapes quite a many of them.
	
	(gtk_file_system_memory_path_to_uri): Use g_filename_to_uri() to
	escape the filename if needed.

