2007-08-27  Srinivasa Ragavan  <sragavan@novell.com>

	* NEWS, configure.in: Evolution Data Server 1.11.91 release

2007-08-24  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #469870

	* libedataserver/e-categories.c: (e_categories_get_color_for),
	(e_categories_get_icon_file_for), (e_categories_is_searchable):
	Simply return from _get_ functions and don't show error warning.

2007-08-20  Milan Crha  <mcrha@redhat.com>

	** Part of fix for bug #367760

	* libedataserver/e-data-server-util.c: (e_filename_make_safe):
	Added '#' as non-safe character.

2007-08-19  Matthew Barnes  <mbarnes@redhat.com>

	* docs: Refresh Gtk-Doc "section" files.

2007-08-16  Matthew Barnes  <mbarnes@redhat.com>

	* libdb/dbm/dbm.c (__db_ndbm_open):
	* libedataserver/e-dbhash.c (e_dbhash_new):
	Fix compilation errors caused by glibc's new "open" macro (#466987).

2007-08-16  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #351756

	* libedataserver/e-time-utils.c: (parse_with_strptime):
	g_locale_from_utf8 returns NULL on error, so test for that value.