2008-09-02 Claudio Saavedra * NEWS: Update for 2.23.91 2008-09-01 Claudio Saavedra * doc/reference/Makefile.am: * doc/reference/eog-docs.sgml: * doc/reference/eog.types: Remove EogModule and EogPythonModule from documentation. It is not supposed to be used by plugin developers and it's breaking the build if python is not installed. Fixes bug #547466 (Tom Parker). 2008-08-31 Claudio Saavedra * src/eog-window.c: (handle_image_selection_changed_cb): Cause an statusbar update if the image selected is the one already shown. This sets back the image information for the same user case than in previous commit. 2008-08-31 Claudio Saavedra * src/eog-window.c: (handle_image_selection_changed_cb): Pop out the "Loading image..." message on selection change. This avoids that message staying in the statusbar when switching back to an already loaded image before the next one finishes loading. 2008-08-31 Claudio Saavedra * src/eog-window.c: (update_ui_visibility): Use sensible defaults for the toolbar and the statusbar if these can't be obtained from GConf. 2008-08-28 Claudio Saavedra * src/eog-window.c: (eog_window_cmd_about): Update my email address. 2008-08-27 Felix Riemann * src/eog-image.c: (eog_image_real_load): Don't assert if pixbuf loaders don't report errors correctly. Return a generic error message. 2008-08-21 Claudio Saavedra * src/eog-window.c: (eog_window_cmd_file_open): Set the filename in the filechooser using the URI variant. Also renamed some variables to make this more obvious. Fixes bug #548736. 2008-08-21 Felix Riemann * src/eog-properties-dialog.c: (eog_exif_set_focal_length_label): Fix segfaults with XMP-only files when opening properties dialog. Fixes bug #548738. 2008-08-19 Felix Riemann * configure.ac: post release version bump.