2009-01-06 Lucas Rocha * NEWS: Update for 2.25.4. 2009-01-05 Felix Riemann * src/eog-list-store.c: (eog_list_store_get_image_by_pos): * src/eog-list-store.h: Remove unneeded const keyword for call-by-value parameter. * bindings/python/eog.defs: Make eog_list_store_get_image_by_pos available in the Python bindings. 2009-01-05 Felix Riemann * src/eog-util.c: (eog_util_dot_dir): Find config folder without using functions from libgnome. Part of bug #559500. 2009-01-05 Felix Riemann * src/eog-exif-util.c: Fix gtk-doc warning. 2009-01-03 Felix Riemann * src/eog-thumb-view.c: (on_data_loaded_cb): Remove unused variable. 2009-01-03 Felix Riemann * src/eog-exif-util.c: (_check_strptime_updates_wday), (_calculate_wday_yday), (eog_exif_util_format_date_with_strptime), (eog_exif_util_format_date_by_hand): Make sure the correct week day number is being set to get a correct weekday name when printing the date later. Several strptime() implementations (e.g. BSD, uClibc) don't do this. Fixes bug #566367. 2009-01-03 Felix Riemann * configure.ac: Update pygtk/gobject dependencies to version having GIO support. Drop gnome-python dependency as it was needed for PyGnomeVFS only. * bindings/python/Makefile.am: Take into account that codegen ships with PyGobject now. * bindings/python/eog.defs: * bindings/python/eog.override: Remove traces of broken GnomeVFS support from the Python bindings. 2008-12-25 Felix Riemann * doc/reference/eog-sections.txt: Remove section entries for classes that were dropped from the API docs. 2008-12-23 Felix Riemann * src/eog-util.c: (eog_util_show_help): Fix leaky string handling. 2008-12-23 Felix Riemann * src/eog-uri-converter.c: (eog_uri_converter_dispose), (eog_uri_converter_init), (eog_uri_converter_set_property), (append_counter), (eog_uri_converter_preview): Use proper printf-format strings to enable type checking for the counter strings. Fix one occassion with wrong type. 2008-12-15 Felix Riemann * configure.ac: Post release version bump.