2009-02-03 Felix Riemann * NEWS: Update for 2.25.90. 2009-02-03 Felix Riemann * src/eog-print-image-setup.c: * src/eog-print-preview.c: Fix some gtk-doc warnings. 2009-02-02 Claudio Saavedra * src/eog-jobs.c: (eog_job_thumbnail_run): Update to the changes below. * src/eog-thumbnail.c: (eog_thumbnail_add_frame), (eog_thumbnail_fit_to_size): Do not modify thumbnails in-place, return a new object instead. * src/eog-thumbnail.h: Update headers. Fixes bug #569855 (Joaquim Rocha) 2009-01-29 Claudio Saavedra * data/eog.pc.in: Remove no longer required libraries. Fixes bug #569657 (Luis Medinas) 2009-01-26 Claudio Saavedra * src/eog-python-module.c: (eog_python_init): Sanitize sys.path. Fixes bug #569228 (James Vega) 2009-01-24 Claudio Saavedra * src/eog-window.c: (eog_window_all_images_trasheable): method to verify if all images in a selection can be trashed. (show_move_to_trash_confirm_dialog): Make this dialog actually take into account images that can't be trashed as well. (move_to_trash_real): Remove images that can't be trashed. (eog_window_cmd_move_to_trash): Check if all images can be trashed and warn the user otherwise. Fixes bug #441637. 2009-01-23 Felix Riemann * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (drag_begin_cb), (drag_end_cb), (configure_item_tooltip): Update to latest code from libegg to fix this. * src/eog-window.c: (menu_item_select_cb): Don't rely on GTK associating an action to its proxy widget using the "gtk-action" keyword. Fixes bug #568882 (Christian Persch). 2009-01-20 Felix Riemann * configure.ac: Separate libxml from other library checks. * cut-n-paste/toolbar-editor/Makefile.am: * doc/reference/Makefile.am: Fix build error with -Wl,--as-needed. Fixes bug #568410. 2009-01-19 Lucas Rocha * configure.ac: Post release version bump.