2007-06-19 Paolo Bacchilega [ gthumb 2.10.4 released ] 2007-06-14 Michael J. Chudobiak * NEWS: * src/main.c: (main): Fixed Bug #447311 - g_thread_init warning when starting gthumb, by moving g_thread_init to the very start of src/main.c:main. 2007-06-11 Michael J. Chudobiak * NEWS: * libgthumb/file-utils.c: Fixed Ubuntu bug 119769 - Escape angle brackets in filenames https://bugs.launchpad.net/ubuntu/+source/gthumb/+bug/119769 2007-06-11 Michael J. Chudobiak * NEWS: * src/dlg-photo-importer.c: (valid_mime_type): Fixed Bug #446133 - Add PPM to supported types during import. 2007-06-07 Michael J. Chudobiak * NEWS: * src/dlg-write-to-cd.c: (ok_clicked_cb): Fixed Bug #444656 - write folders to CD does not work. Patch by Jerry Tan. 2007-05-25 Michael J. Chudobiak * NEWS: * libgthumb/comments.c: (save_comment_iptc): Removed calls to iptc_data_set_version and iptc_data_set_encoding_utf8 when saving comments, because they cause Picasa to not recognize the IPTC data, and the data they store is not widely used, apparently. Bug 438716. Patch by David Moore. 2007-05-22 Michael J. Chudobiak * data/gthumb.schemas.in: Fixed incorrect (crash-causing) default value for png exporter name_template. * src/dlg-png-exporter.c: (export): Ignore template values with "%" in them. * src/catalog-png-exporter.c: (begin_page), (end_page), (paint_frame): Make the output xhtml compliant. Patch by Christophe Bisière. Bug #440036. 2007-05-20 Michael J. Chudobiak * NEWS: backport from trunk, including: * libgthumb/thumb-loader.c: (thumb_loader_init), (thumb_loader_start__step2), (thumb_loader_save_to_cache), (thumb_loader_done_cb), (thumb_loader_error_cb): Do not use the "failed" thumbnail if it was generated in the last 5 seconds. Instead, try to thumbnail it again. Also, read the image file mtime once and save it in the private data, rather than reading it several times (which may give different values). The two changes fix bug 432759. * libgthumb/thumb-loader.h: Deleted unused functions. 2007-05-18 Paolo Bacchilega * libgthumb/thumb-loader.c: * libgthumb/file-utils.c: scale the image only if the original size is larger than the requested size.