2007-11-26 Lucas Rocha * NEWS: Update for 2.20.3 2007-11-17 Felix Riemann * src/eog-metadata-reader.c: (eog_metadata_reader_consume): Correctly increase the MetadataReader's position after reading an IPTC block (although it's unused). This ignored all the possible metadata following after the IPTC block. Fixes bug #496184. 2007-11-16 Felix Riemann * src/eog-image.c: (eog_image_real_load): Fix leaked mime string when loading image dimensions. 2007-11-16 Felix Riemann * src/eog-window.c: (eog_window_collection_mode_changed_cb): Fix leaking GConf data. 2007-11-13 Lucas Rocha * src/eog-window.[ch] (eog_window_get_mode, eog_window_set_mode): exposed EogWindow's modes and added new APIs for getting and setting the mode of EogWindow. * bindings/python/eog.defs: added eog_window_get_mode and eog_window_set_mode to the Python bindings accordingly. 2007-11-13 Lucas Rocha * src/eog-window.[ch] (eog_window_get_view): added an API for getting the scroll view for EogWindow. * bindings/python/eog.defs: added eog_window_get_view to the Python bindings accordingly. 2007-11-11 Sebastian Dröge * configure.ac: * src/eog-properties-dialog.c: Add support for exempi >= 1.99.5 and update for the API changes. Based on a patch by Michael Biebl . Fixes bug #494881. 2007-11-04 Felix Riemann * src/eog-util.c: (eog_util_string_array_make_absolute): Make sure the returned list is really NULL-terminated. This fixes segfaults when trying to load images (odd numbers seem to trigger it easily) into an existing instance from the commandline. 2007-10-30 Lucas Rocha * configure.in: post release version bump.