2007-02-12 Lucas Rocha * NEWS: Update for 2.17.91 * eog.desktop.in.in: Change launcher description to match UI review (Fixes bug #383436). 2007-02-09 Felix Riemann * shell/eog-window.c: (eog_window_print): Make sure the window is not finalized while we are printing. Fixes bug #404708. 2007-02-09 Claudio Saavedra * shell/main.c: (check_uri_file_type), (sort_files): Handle the case when gnome_vfs_get_file_info_uri () returns GNOME_VFS_ERROR_CANCELLED, so we don't say "file not found" if the user cancelled the authentication in a remote file open. Fixes bug #344135. 2007-02-09 Claudio Saavedra * shell/eog-window.c: (eog_window_destroy), (eog_window_init): Initialize and finish properly the printing objects. 2007-02-07 Felix Riemann * libeog/eog-uri-converter.c: (eog_uri_converter_preview): * shell/eog-save-as-dialog-helper.c: (eog_save_as_dialog_new): * shell/eog-window.c: (verb_FileOpen_cb): Fix several leaked strings. 2007-02-07 Felix Riemann * libeog/eog-image.c: (update_exif_data): According to the EXIF specs Pixel{X,Y}Dimension tags can be either of short or long datatype. Respect that. This fixes warnings in Valgrind and wrong values in images using the short type. 2007-02-03 Felix Riemann * libeog/eog-image-list.c: (eog_image_list_add_uris): Fix leak. 2007-02-02 Felix Riemann * libeog/eog-image.c: (update_exif_data): No need to keep empty function boilerplate as calls are wrapped in proper ifdefs. Fixes compiler warning if compiling without libexif. 2007-01-30 Felix Riemann * libeog/eog-collection-item.c: (job_thumb_create): Workaround problem that the passed object is not valid anymore. * libeog/eog-job-manager.c: (eog_job_manager_quit), (eog_job_manager_init): Cancel all jobs when quitting the main loop. This fixes bug #389755. Patch by Kees Cook. 2007-01-24 Claudio Saavedra * shell/main.c: (job_prepare_model_finished): Show an error message instead of closing the program if the image loading has failed. Fixes bug #399988. 2007-01-22 Lucas Rocha * configure.in: post release version bump.