2006-07-31  Lucas Rocha  <lucasr@gnome.org>

	* configure.in, NEWS: Update for 2.14.3

2006-07-31  Lucas Rocha  <lucasr@gnome.org>

	* libeog/eog-image-private.h:
	* libeog/eog-image.c: (eog_image_dispose), (eog_image_init),
	(eog_image_lock), (eog_image_unlock), (eog_image_cancel_load):
	* libeog/eog-image.h:
	* libeog/eog-job-manager.c: (thread_start_func):
	* libeog/eog-job.c: (eog_job_call_action):
	* shell/eog-window.c: (eog_window_init), (job_image_load_action),
	(job_image_load_finished), (handle_image_selection_changed):

	Add image_lock/unlock methods to ensure that there are no 
	race conditions when loading and unloading images (Fixes bug
	#340827). Patch from Callum McKenzie <callum@spooky-possum.org>.

2006-07-24  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>

	* shell/eog-preferences.c: (color_change_cb): Use correct syntax
	to retrieve color string (Fixes bug #347600). Patch from Felix
	Riemann <felix@hsgheli.de>.

2006-07-13  Lucas Rocha  <lucasr@gnome.org>

	* libeog/eog-image-jpeg.c (_save_jpeg_as_jpeg): avoid losing
	EXIF data when saving changed jpeg images (Fixes bug #309219).
	Patch from Felix Riemann <felix@hsgheli.de>.

2006-07-13  Lucas Rocha  <lucasr@gnome.org>

	* libeog/eog-full-screen.c (eog_full_screen_new): make transparency
	color preferences work on full screen mode (Fixes bug #346680).
	Patch from Felix Riemann <felix@hsgheli.de>.

2006-06-26  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>

	* shell/eog-statusbar.c: (eog_statusbar_init): Remove unused variable.
	* shell/eog-window.c: (verb_FileOpen_cb): Clean warning.
	
	Patch from Felix Riemann <felix@hsgheli.de> (#321267).

2006-06-25  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>

	* libeog/eog-full-screen.c: (eog_full_screen_new): Remove call to 
	deprecated gdk_pixmap_unref ().
	* libeog/eog-image-jpeg.c: (eog_image_jpeg_save): Clean function and 
	replace duplicated code with a call to _save_any_as_jpeg () (#321267). 
	Patch from Felix Riemann <felix@hsgheli.de>.

2006-06-01  Lucas Rocha  <lucasr@gnome.org>

	* libeog/eog-image.c (eog_image_print): fix printing for images with
	alpha channel (Fixes bug #322057). Patch from Jan Kümmel
	<gnome-bugz@snorc.org>.

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

	* libeog/eog-collection-item.c (set_pixbuf): making sure thumbnail 
	is at least 1px large (Fixes bug #342817). Patch from
	Felix Riemann <felix@hsgheli.de>.

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

	* libeog/eog-image.c (eog_image_get_collate_key): properly sort
	filenames containing numbers (Fixes bug #340957). Patch from 
	Felix Riemann <felix@hsgheli.de>.

2006-05-26  Lucas Rocha  <lucasr@gnome.org>

	* configure.in: post release version bump.