2008-12-01 Felix Riemann * NEWS: Update for 2.25.2. 2008-11-26 Felix Riemann * src/eog-jobs.c: (filter_files): * src/eog-list-store.c: (eog_list_store_add_files): Try to check if a file is supported by content type as well, if the gvfs backend could not determine the file type. Fixes bug #562119. 2008-11-26 Felix Riemann * src/eog-jobs.c: (eog_job_model_run): Fix leaking list. 2008-11-20 Felix Riemann * src/eog-file-chooser.c: (save_response_cb): * src/eog-save-as-dialog-helper.c: (set_default_values), (eog_save_as_dialog_get_converter): * src/eog-window.c: (eog_window_retrieve_save_as_file): Switch from GtkFileChooser's old uri-based API to the new GFile-based API new to GTK+-2.14 where applicable. 2008-11-16 Felix Riemann * src/eog-window.c: (eog_window_key_press): Fix broken keyboard keys if the toolbar is hidden and no image being displayed yet. Fixes bug #560396 (Frederic Peters). 2008-11-15 Claudio Saavedra * src/eog-window.c: Do not use the word "Wallpaper" in the UI and prefer the GDP recommended term "Desktop background". Fixes bug #559579 (Luca Ferretti). 2008-11-14 Felix Riemann * src/main.c: (main): Change variable name to something that should be less prone to produce conflicts. Should fix compilation errors under Mac OS X. Fixes bug #560065. 2008-11-14 Felix Riemann * configure.ac: * src/Makefile.am: Check for sufficient zlib during configure. * src/eog-metadata-reader-png.c: (eog_metadata_reader_png_consume): Merge the two CRC calculation steps into one. Fixes issues with zlib not always exporting crc32_combine() on Mac OS X. Fixes bug #560068. 2008-11-12 Felix Riemann * cut-n-paste/toolbar-editor/eggtreemultidnd.c: * cut-n-paste/toolbar-editor/eggtreemultidnd.h: Remove unneeded files, which are broken with latest GTK+ and were never used by eog before anyway. Fixes bug #560336. 2008-11-09 Kjartan Maraas * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: Add back removed include. 2008-11-09 Kjartan Maraas * configure.ac: Add libxml2 to CFLAGS * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: Fix include file name. 2008-11-07 Felix Riemann * src/eog-window.c: (eog_window_construct_ui): Call gtk_box_pack_start directly instead of using the newly deprecated _defaults variant. 2008-11-03 Felix Riemann * configure.ac: Post release version bump.