2008-04-09  Federico Mena Quintero  <federico@novell.com>

	* bookmark-agent.c (create_doc_item): Don't leak the template
	filename.

2008-04-08  Federico Mena Quintero  <federico@novell.com>

	* bookmark-agent.c (bookmark_agent_remove_item): Free the uris we
	got from the GBookmarkFile.
	(load_xbel_store): Likewise.

2008-04-04  Federico Mena Quintero  <federico@novell.com>

	* libslab-utils.c (libslab_checkpoint_init): New public function;
	initializes a checkpoint file.
	(libslab_checkpoint): New public function to add checkpoints to
	the code for profiling purposes.
	(libslab_thumbnail_factory_preinit): New public function to queue
	the initialization of the thumbnail factory in an idle handler.
	With this we can create the thumbnail factory between the applet
	hitting the main loop initially and the user activating the
	Computer menu.
	(libslab_thumbnail_factory_get): New public function.

	* bookmark-agent.c (bookmark_agent_update_from_bookmark_file): New
	public function; allows the caller to update a BookmarkAgent
	explicitly from a given GBookmarkFile.  This makes the
	BookmarkAgent not monitor the recent-files store on its own, to
	give more control to the caller.

	* document-tile.c (document_tile_new): Don't call load_image()
	here; it already gets done in document_tile_style_set().
	(load_image): Use libslab_thumbnail_factory_get() to use the
	global thumbnail factory, instead of one of our own.

2008-03-10  Rodrigo Moya <rodrigo@gnome-db.org>

	* Makefile.am: only set libtool versioning when building dynamic lib.

==================== 0.9.9 ====================

2008-02-17  Jens Granseuer  <jensgr@gmx.net>

	* slab-gnome-util.c: (get_slab_gconf_bool), (get_slab_gconf_int),
	(get_slab_gconf_string), (free_list_of_strings),
	(free_slab_gconf_slist_of_strings),
	(get_package_name_from_desktop_item): fix a few leaks and don't
	open-code g_(s)list_foreach

2008-02-08  Federico Mena Quintero  <federico@novell.com>

	* Makefile.am (libslab_la_LDFLAGS): Specify libtool versioning
	info.  Copied from libgnomeui/libgnomeui/Makefile.am.

2007-09-16  Andre Klapper  <a9016009@gmx.de>

	* system-tile.c: revert to svn revision 339 (=before
	GNOME string freeze break).

2007-02-12  Rodrigo Moya <rodrigo@gnome-db.org>

	* application-tile.c (application_tile_setup): check strings before
	calling g_str_has_prefix().

2007-02-12  Damien Carbery <damien.carbery@sun.com>

	Fixes #383022

	* document-tile.c:
	* gnome-utils.c: use more portable G_GNUC_FUNCTION instead of
	__FUNCTION__.

2007-02-06  Rodrigo Moya <rodrigo@gnome-db.org>

	* application-tile.[ch] (application_tile_new_full): added 'gconf_prefix'
	argument, so that the AppTile object is able to disable context menu
	items based on the presence of some GConf keys.
	(application_tile_set_property): free previous values for not leaking.

	* app-shell.c (insert_launcher_into_category): pass the GConf prefix we
	get from the application to the App tiles.

2007-02-01  Scott Reeves  <sreeves@novell.com>
	* application-tile.c: small fixup of previous patch to not try and
	add the menu item when no help available.

2007-02-01  Rodrigo Moya <rodrigo@gnome-db.org>

	* application-tile.c (application_tile_setup): don't show the 'Help
	unavailable' item when there is no documentation.
