2008-01-06 Claudio Saavedra * NEWS: Update for 2.20.4 2008-01-04 Felix Riemann * src/eog-window.c: (eog_window_get_display_profile): Check what kind of data the XServer has actually returned when querying for an ICC profile. This fixes crashes when using xicc-0.1 to upload the profile. Fixes bug #507068 (Frederic Crozat). 2008-01-03 Claudio Saavedra * src/eog-image.c: (eog_image_set_icc_data): Remove an extra return that was preventing ICC to actually work. 2008-01-03 Claudio Saavedra * src/eog-window.c: (sort_recents_mru): Do a difference instead of a comparison, as a GSortFunc should. 2007-12-31 Claudio Saavedra * src/eog-window.c: (+eog_window_finish_saving), (eog_window_dispose), (eog_window_delete): Wait until there is no image being saved before destroying the window. Fixes #491092. 2007-12-28 Felix Riemann * data/eog.glade: Remove an unwanted tab space from a translatable string. This is unaffected by the string freeze as the corresponding label will reuse an existing translation. Part of bug #505949 (Seán de Búrca). 2007-12-26 Felix Riemann * src/eog-window.c: (eog_window_cmd_save_as): Do not crash/assert when the user tries to SaveAs while no image is selected. Fixes bug #487075. 2007-12-09 Lucas Rocha * src/eog-window.c (update_action_groups_state): do not run update_ui for plugins when updating actions groups because this should only be done on EogWindow contructor. 2007-11-28 Ross Burton * src/eog-image.c: (eog_image_has_data), (eog_image_load): * src/eog-image.h: Use existing EogImageData enum instead of guint. Fixes bug #499154 (from trunk). 2007-11-26 Lucas Rocha * configure.in: post release version bump.