2008-02-11 Felix Riemann * NEWS: Update for 2.21.90 2008-02-11 Felix Riemann * bindings/python/eog.defs: Reflect some of the recent changes in the python API. 2008-02-11 Claudio Saavedra * src/eog-jobs.c: (eog_job_thumbnail_dispose), (eog_job_thumbnail_new), (eog_job_thumbnail_run): * src/eog-jobs.h: * src/eog-list-store.c: (eog_job_thumbnail_cb), (eog_list_store_add_thumbnail_job): * src/eog-thumbnail.c: (create_thumbnail_from_pixbuf), (eog_thumbnail_load): Load thumbnail from EogImage instead of GnomeVFSURI. * src/eog-thumbnail.h: * src/eog-window.c: Use the pixbuf data in EogImage to create a thumbnail if this exists and thumbnail under ~/.thumbnail is not valid/doesn't exist. Improves performance and memory usage. Fixes bug #515250. 2008-02-11 Felix Riemann * src/eog-window.c: Make the tooltips for image switching more precise. Fixes bug #511393. 2008-02-08 Felix Riemann * src/eog-image.c: (eog_image_apply_display_profile): Skip ICC correction for non-RGB input colorspaces. There appears to be currently no sane way for us to determine the parameters needed here. This fixes crashes when opening such images with an ICC profile loaded. Also make sure that the transformation was actually created before executing it. Fixes bug #512626. 2008-02-08 Claudio Saavedra * src/eog-thumb-nav.c: (eog_thumb_nav_adj_changed): Do not set right nav. button sensitive on image switch if the scrollbar is still in the right end. 2008-02-08 Felix Riemann * src/eog-list-store.c: (eog_list_store_add_uris): Disable sorting while adding a directory to the collection. This should improve the startup time in huge directories. Improves bug #495825. 2008-01-16 Felix Riemann * configure.ac: Convert remaining translations to g-d-u. That should make "--disable-scrollkeeper" work. Fixes bug #322728. 2008-01-14 Claudio Saavedra * configure.ac: post release version bump.