2009-08-12  Lucas Rocha  <lucasr@gnome.org>

	* Release 0.23.1.

	* configure.ac: Bump version.

2009-08-12  Lucas Rocha  <lucasr@gnome.org>

	* src/dh-assistant-view.c: Patch from Matthew Barnes to
	fix bug #588655, Work around deprecated g_mapped_file_free().

2009-02-19  Richard Hult  <richard@imendio.com>

	* src/dh-window.c: (dh_window_init): Patch from Luca Ferretti to
	fix bug #563032, Use shorter text for zoom actions in toolbar.

2009-02-19  Richard Hult  <richard@imendio.com>

	* autogen.sh: Use automake 1.10 by default, patch from Gaute Hope,
	bug #560025.

2009-02-19  Richard Hult  <richard@imendio.com>

	* src/Makefile.am: Patch from cygwin ports maintainer to fix bug
	#564446, libdevhelp-1 Cygwin patch.

2009-02-19  Enrico Tröge  <enrico.troeger@uvena.de>

	* src/dh-assistant-view.c: (assistant_view_set_link):
	* src/dh-book-tree.c: (book_tree_find_uri_foreach):
	* src/dh-link.c: (link_free), (dh_link_new):
	* src/dh-link.h: Use file: URIs instead of local paths, fixes use
	with more recent webkit versions.

2009-01-20  Leonardo Ferreira Fontenelle  <leonardof@gnome.org>

	reviewed by: Richard Hult.

	* src/dh-parser.c: (parser_start_node_book),
	(parser_start_node_chapter), (parser_start_node_keyword):
	Enclosed the elements names between double quotes in some error
	messages. Closes bug #566454.