2007-10-15 Paolo Bacchilega [ gthumb 2.10.7 released ] * configure.in: * NEWS: updated for version 2.10.7 2007-10-14 Michael J. Chudobiak * libgthumb/gth-exif-utils.c: (exif_string_to_time_t), (get_exif_time): Read DateTimeOriginal or DateTimeDigitized if the DateTime tag exists, but is full of spaces. Fixes Ubuntu bug https://bugs.launchpad.net/ubuntu/+source/gthumb/+bug/152246. 2007-10-14 Paolo Bacchilega * src/gth-fullscreen.c (gth_fullscreen_get_file_list_selection_as_fd): Implemented the gth_fullscreen_get_file_list_selection_as_fd function. Fixed gth_fullscreen_get_file_list_selection. Fixes bug # 485998 – [ and ] don't work in fullscreen anymore. 2007-10-14 Paolo Bacchilega * src/gth-browser.c (monitor_update_files_cb): * src/gth-monitor.c (add_monitor_event): Fixed bug #471234 – fix build with gcc 2.x Patch by Jens Granseuer 2007-10-14 Paolo Bacchilega * src/gth-fullscreen.c: monitor_update_files_cb uses a list of paths not a list of file_data. Fixes bug #485721 – crash in fullscreen mode after deleting an image. 2007-10-03 Michael J. Chudobiak * NEWS: * src/gth-browser.c: (set_cursor_busy): Do not assume that the left_ptr_watch cursor is defined. Bug 482751. 2007-10-03 Michael J. Chudobiak * src/gth-browser.c: (launch_selected_videos_or_audio): Better mime type checking, to avoid problems caused when the fast and slow mime type checks report different values. Bug 481729.