2008-06-03  Lucas Rocha  <lucasr@gnome.org>

	* NEWS: Update for 2.23.3

2008-06-03  Felix Riemann  <friemann@svn.gnome.org>

	* src/eog-window.c: (eog_window_key_press): Allow to use arrow keys to
	scroll the image if zoomed in. Navigation is still possible using the
	standard Alt+ArrowKey then. Fixes bug #532925 (Gernot Klimscha).

2008-06-03  Lucas Rocha  <lucasr@gnome.org>

	* src/eog-thumbnail.c (eog_thumbnail_load): never generate any
	thumbnail when viewing thumbnails. Fixes bug #533041.

2008-05-31  Lucas Rocha  <lucasr@gnome.org>

	* data/eog-image-properties-dialog.glade: define ellipsize mode for
	all metadata labels to avoid the dialog to expand too much. 
	Fixes bug #528454.

2008-05-31  Felix Riemann  <friemann@svn.gnome.org>

	* src/eog-window.c: (eog_window_update_openwith_menu):
	Close the possible leak I created with my last commit.

2008-05-30  Felix Riemann  <friemann@svn.gnome.org>

	* src/eog-window.c: (eog_window_update_openwith_menu):
	Keep the GFileInfo alive while we depend on pointers to its data.
	Fixes lots of invalid read errors with Valgrind.

2008-05-30  Felix Riemann  <friemann@svn.gnome.org>

	* src/eog-thumb-view.c: (thumbview_on_query_tooltip_cb):
	Fix leaking GFileInfo.

2008-05-20  Claudio Saavedra  <csaavedra@gnome.org>

	* src/eog-image.c: (eog_image_class_init):
	* src/eog-scroll-view.c: (eog_scroll_view_class_init):
	* src/eog-window.c: (eog_window_class_init):

	Make all signals pertain to the appropriate object types instead
	of G_TYPE_OBJECT. This will prevent signal names collisions and
	also fix introspection (making gtk-doc actually document these
	signals).

2008-05-20  Claudio Saavedra  <csaavedra@gnome.org>

	* src/eog-message-area.c: (eog_message_area_class_init):
	* src/eog-thumb-nav.c:

	Add documentation for EogMessageArea and EogThumbNav.

2008-05-19  Claudio Saavedra  <csaavedra@gnome.org>

	* src/eog-print-preview.c: (eog_print_preview_class_init): Fixed
	a typo in a comment. Made the "image-moved" signal documentation
	browsable.
	* src/eog-window.c: Document EogWindow.
	* src/eog-window.h: Make function prototypes match function
	declarations.

2008-05-19  Claudio Saavedra  <csaavedra@gnome.org>

	* src/eog-list-store.c:
	* src/eog-thumb-view.c:

	Add documentation for EogListStore and EogThumbView.

2008-05-19  Claudio Saavedra  <csaavedra@gnome.org>

	* src/eog-thumb-view.h: Make all the function prototypes
	match function declarations.

2008-05-14  Claudio Saavedra  <csaavedra@gnome.org>

	* src/eog-thumb-view.c: Rename all EogThumbView objects
	from 'tb' to 'thumbview' and clean indentation.

2008-05-12  Felix Riemann  <friemann@svn.gnome.org>

	* configure.ac: post release version bump.