2006-12-04 Lucas Rocha * NEWS: Update for 2.17.2 2006-12-02 Felix Riemann * libeog/eog-uri-converter.h: Reformat for better readability. 2006-11-28 Felix Riemann * configure.in: Generate configure help strings using an autoconf macro instead of tabbing/spacing them by hand. 2006-11-28 Felix Riemann * configure.in: Put GNOME_DOC_INIT down further and make sure PKG_PROG_PKG_CONFIG is called before any other PKG_CHECK_MODULES call. Fixes bug #372820. 2006-11-20 Claudio Saavedra * libeog/accessible-image-view.c: * libeog/eog-canvas-pixbuf.c: * libeog/eog-collection-item.c: * libeog/eog-full-screen.c: * libeog/eog-full-screen.h: * libeog/eog-image-cache.c: * libeog/eog-image-list.c: * libeog/eog-image.c: * libeog/eog-info-view.c: * libeog/eog-job-manager.c: * libeog/eog-job-manager.h: * libeog/eog-job.c: * libeog/eog-thumbnail.c: * libeog/eog-thumbnail.h: * libeog/eog-transform.c: * libeog/eog-wrap-list.c: * shell/eog-file-chooser.c: * shell/eog-preferences.c: * shell/eog-save-dialog-helper.h: * shell/eog-window.c: * shell/main.c: Removing old and unused #include's, only related to eog's own code and GNOME libraries. I hope this won't break anyone's builds, but if it does, please report it. 2006-11-20 Felix Riemann * shell/eog-save-as-dialog-helper.c: (prepare_token_options): Actually use the translated token descriptions Hide the non-working ones so the UI doesn't look broken. Fixes bugs #337642 and #340490. 2006-11-18 Felix Riemann * libeog/eog-image.h: Remove prototype of long gone eog_image_save(). 2006-11-18 Felix Riemann * autogen.sh: automake-1.7 depends on autoconf-2.54. Also require intltool-0.35.0. 2006-11-17 Claudio Saavedra * Makefile.am: Remove art from SUBDIRS. * art/*: Remove directory. * art/loading.png: Remove. * configure.in: Remove art from AC_OUTPUT. * libeog/eog-collection-item.c: (get_busy_pixbuf): Use "image-loading" from icon theme instead of shipped icon. * macros/*: Remove old and unused macros from CVS. 2006-11-17 Felix Riemann * shell/main.c: (load_context_free): free_uri_list() does the same as gnome_vfs_uri_list_free(). Remove the former. 2006-11-16 Felix Riemann * acconfig.h: * configure.in: Move config.h templating into configure.in to silence newer autoheader versions and make config.h slim. 2006-11-16 Claudio Saavedra * shell/Makefile.am: Remove util.c * shell/util.c: Removed. * shell/util.h: Remove unused open_failure_dialog() definition. 2006-11-16 Claudio Saavedra * shell/eog-save-as-dialog-helper.c: Adding back , as it is needed for some machines. Fixes bug #375897. 2006-11-15 Claudio Saavedra * shell/eog-save-as-dialog-helper.c: Remove unused includes. 2006-11-15 Claudio Saavedra * libeog/eog-scroll-view.c: (paint_rectangle): Make check pattern for transparent images a bit lighter. Fixes bug #350183. 2006-11-15 Felix Riemann * art/Makefile.am: * art/down-right.png: * art/orient-horizontal.png: * art/orient-vertical.png: * art/right-down.png: Remove unused icons. 2006-11-14 Claudio Saavedra * shell/eog-window.c: (eog_window_print): Remove unused call and mark string for translation. 2006-11-14 Claudio Saavedra * configure.in: Remove checks for libgnomeprint{ui} and add checks for gtk+-unix-print. * libeog/eog-config-keys.h: Add lockdown printing macros. * libeog/eog-image.c: remove unused eog_image_print (). * libeog/eog-image.h: remove unused eog_image_print () definition. * shell/eog-gtk-ui.xml: Add "FilePageSetup" action. * shell/eog-window.c: (eog_window_page_setup), (eog_window_print_draw_page), (eog_window_print_end_print), (eog_window_print), (verb_PageSetup_cb), (verb_Print_cb), (update_ui_visibility): Add support for GtkPrint. Remove old libgnomeprint{ui} dependence. 2006-11-10 Claudio Saavedra * art/Makefile.am: Remove the icons. * art/stock-rotate-180-16.png: * art/stock-rotate-270-16.png: * art/stock-rotate-90-16.png: * art/stock-flip-horizontal-16.png: * art/stock-flip-vertical-16.png: * shell/eog-gtk-ui.xml: Remove rotate 180 degrees action. * shell/eog-window.c: (eog_window_construct_ui): Remove custom icon factory. Use stock icons for rotate and flip actions. (Fixes bug #305823). Patch from Luca Ferreti . 2006-11-10 Felix Riemann * libeog/eog-image-save-info.c: * libeog/eog-image.c: * libeog/eog-info-view-detail.c: * libeog/eog-info-view-exif.c: * libeog/eog-info-view-file.c: * libeog/eog-info-view.c: * libeog/eog-metadata-reader.c: * libeog/eog-scroll-view.c: * libeog/eog-transform.c: * libeog/eog-uri-converter.c: * shell/eog-file-chooser.c: Remove unneeded gnome-macros.h includes. The code that used it was removed in 2.13.4. 2006-10-29 Felix Riemann * configure.in: Remove help/sv from manual translation list as it has been converted to g-d-u. (Fixes bug #366695) 2006-10-19 Claudio Saavedra * configure.in: Add several help/*/Makefile to AC_OUTPUT. * help/Makefile.am: Add non g-d-u translations directories to SUBDIRS. Add some missing manual translations to the tarballs. This is a temporary fix for those manuals which are not yet converted to g-d-u. (Fixes bug #363348). 2006-10-18 Claudio Saavedra * configure.in: post release version bump.