2006-07-31 Lucas Rocha * configure.in, NEWS: Update for 2.14.3 2006-07-31 Lucas Rocha * 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 . 2006-07-24 Claudio Saavedra * shell/eog-preferences.c: (color_change_cb): Use correct syntax to retrieve color string (Fixes bug #347600). Patch from Felix Riemann . 2006-07-13 Lucas Rocha * 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 . 2006-07-13 Lucas Rocha * 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 . 2006-06-26 Claudio Saavedra * shell/eog-statusbar.c: (eog_statusbar_init): Remove unused variable. * shell/eog-window.c: (verb_FileOpen_cb): Clean warning. Patch from Felix Riemann (#321267). 2006-06-25 Claudio Saavedra * 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 . 2006-06-01 Lucas Rocha * libeog/eog-image.c (eog_image_print): fix printing for images with alpha channel (Fixes bug #322057). Patch from Jan Kümmel . 2006-05-31 Lucas Rocha * libeog/eog-collection-item.c (set_pixbuf): making sure thumbnail is at least 1px large (Fixes bug #342817). Patch from Felix Riemann . 2006-05-31 Lucas Rocha * libeog/eog-image.c (eog_image_get_collate_key): properly sort filenames containing numbers (Fixes bug #340957). Patch from Felix Riemann . 2006-05-26 Lucas Rocha * configure.in: post release version bump.