2009-05-18 Felix Riemann * NEWS: Update for 2.26.2. 2009-05-01 Felix Riemann * src/main.c (main): Send option parsing errors to stderr instead of stdout. 2009-04-30 Felix Riemann * src/eog-image.c (eog_image_set_exif_data): Fix build error when building without libexif. 2009-04-28 Felix Riemann * src/eog-util.c (eog_util_parse_uri_string_list_to_file_list): Use function provided by GLib to extract the uris from the uri list instead of doing it ourselves. Fixes crashes on malformed uri lists as it is less picky. Fixes bug #580600. 2009-04-26 Felix Riemann * src/eog-application.c: Improve API documentation. 2009-04-26 Claudio Saavedra * src/eog-metadata-reader-jpg.c: (eog_metadata_reader_jpg_consume): Skip multiple APP1 chunks of the same type more selectively, to avoid skipping the first chunk. 2009-04-26 Claudio Saavedra * src/eog-image.c: (eog_image_set_xmp_data), (eog_image_set_exif_data): Unref the EXIF chunk and XMP data before setting it. 2009-04-26 Claudio Saavedra * src/eog-image.c: (eog_image_set_exif_data): Unref the EXIF data before setting it, to avoid leaking it in case it is loaded more than once. 2009-04-23 Claudio Saavedra * src/eog-thumb-nav.c: (eog_thumb_nav_set_mode): Do not set a size request on one row/column mode, since it breaks when a scrollbar is needed. 2009-04-18 Felix Riemann * src/eog-uri-converter.c (eog_uri_converter_get_property): * src/eog-window.c (eog_window_get_property): Add missing break statements to fix crashes with gtkparasite. 2009-04-17 Felix Riemann * src/eog-metadata-reader-jpg.c (eog_metadata_reader_jpg_consume): Fix segfaults when loading images with multiple APP1 chunks of the same metadata type (EXIF, XMP). Fixes bug 579212. 2009-04-13 Felix Riemann * configure.ac: Post release version bump.