2007-09-04  Lucas Rocha  <lucasr@gnome.org>

	* NEWS: Update for 2.19.92

2007-09-04  Lucas Rocha  <lucasr@gnome.org>

	* src/eog-window.c (eog_window_key_press): fix checks for masks in the
	key press event that were avoiding properties dialog to be activated.

2007-09-04  Lucas Rocha  <lucasr@gnome.org>

	* src/eog-thumb-nav.c (eog_thumb_nav_scroll_event,
	eog_thumb_nav_init): use the mouse wheel to scroll through the image
	list only in case it's in one row mode. Fixes bug #427046.

2007-09-03  Lucas Rocha  <lucasr@gnome.org>

	* src/eog-statusbar.c (eog_statusbar_init): revert part of the changed
	in statusbar layout to avoid consistency problem when showing/hidding
	progress bar.

2007-09-03  Lucas Rocha  <lucasr@gnome.org>

	* src/eog-thumb-view.[ch] (eog_thumb_view_select_single): new mode for
	select single method for current image.
	* src/eog-window.c (eog_window_error_message_area_response): retry
	image loading in case the "Retry" button in presses in message area.

2007-09-03  Lucas Rocha  <lucasr@gnome.org>

	* src/eog-statusbar.[ch] (eog_statusbar_init),
	(eog_statusbar_set_has_resize_grip): correctly set resize grip on
	internal statusbar to avoid broken look.
	* src/eog-window.c (eog_window_window_state_event): use new API for
	setting resize grip on EogStatusbar.

2007-09-03  Lucas Rocha  <lucasr@gnome.org>

	* data/Makefile.am, data/gtkrc: new style definition for image
	collection horizontal scrollbars.
	* data/eog.schemas.in: continuous scrolling buttons by default.
	* src/eog-thumb-nav.c (eog_thumb_nav_adj_changed,
	eog_thumb_nav_adj_value_changed, eog_thumb_nav_scroll_step,
	eog_thumb_nav_button_clicked, eog_thumb_nav_start_scroll,
	eog_thumb_nav_stop_scroll, eog_thumb_nav_init): new thumbnails 
	navigator layout with themed scrollbar and continuous scrolling 
	buttons. Fixes bug #458663.
	* src/Makefile.am, src/main.c: renamed EOG_DATADIR to EOG_DATA_DIR
	for consistency.

2007-09-03  Felix Riemann  <friemann@svn.gnome.org>

	* src/eog-list-store.c: (eog_list_store_add_uris): Fix leak.
	* src/eog-thumb-view.c: (tb_on_query_tooltip_cb): Unref the exif data
	after using it to avoid a leak.

2007-08-31  Felix Riemann  <friemann@svn.gnome.org>

	* src/eog-exif-util.c: (eog_exif_util_get_value): Set the first byte
	in the result buffer to 0 before buffering the exif value in it.
	This should prevent empty values from displaying garbage.

2007-08-31  Lucas Rocha  <lucasr@gnome.org>

	* src/eog-window.c (eog_window_construct_ui): correctly size the side
	bar with default width.

2007-08-29  Felix Riemann  <friemann@svn.gnome.org>

	* src/eog-properties-dialog.c: (pd_update_general_tab):
	Fix a leak in my previous commit.

2007-08-29  Felix Riemann  <friemann@svn.gnome.org>

	* src/eog-properties-dialog.c: (pd_update_general_tab):
	Make the unit (px) in the width/height fields translatable and
	distinguish between singular/plural form. This is unaffected by the
	string freeze as it uses an existing translation.

2007-08-29  Felix Riemann  <friemann@svn.gnome.org>

	* src/eog-properties-dialog.c: (pd_update_metadata_tab):
	Use present private data pointer instead of permanently derefencing it
	from the main object.

2007-08-28  Felix Riemann  <friemann@svn.gnome.org>

	* src/eog-application.c: (eog_application_real_open_uri_list):
	Fix segfault when starting without any images.

2007-08-28  Lucas Rocha  <lucasr@gnome.org>

	* configure.in: post release version bump.