X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=001f6f9c178856292f566a5c568ce5a08d78aeb1;hb=3937a33dfda49381aae84fe3f37f08f2dd9244c0;hp=7628ac216924e591d99e63eedeb4760b16f1be78;hpb=65fc8ed56ee130a477f165dd82e34459d5066e69;p=evince.git diff --git a/ChangeLog b/ChangeLog index 7628ac21..001f6f9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,44 @@ +2008-03-30 Emil Soleyman + + * shell/ev-window.c: (launch_external_uri): + + Reuse g_app_info_launch_default_for_uri to + save some code and fix bug #525009. + +2008-03-24 Wouter Bolsterlee + + * shell/ev-window.c (image_save_dialog_response_cb): + + Use g_str_has_suffix. See bug #523069. + +2008-03-22 Carlos Garcia Campos + + * configure.ac: + + Add a configure option to enable/diable DBus. Patch by Rémi + Cardona. Fixes bug 521797. + +2008-03-22 Carlos Garcia Campos + + * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page): + + Fix printing in documents with rotated pages. Patch by Eugen + Dedu. Fixes bug #512648. + +2008-03-19 Carlos Garcia Campos + + * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest), + (ev_link_from_action): + + Fix warning messages. + +2008-03-19 Carlos Garcia Campos + + * shell/ev-window.c: (image_save_dialog_response_cb): + + Do not append the extension to filename when saving an image + if the filename alredy contains the extension. Fixes bug #523069. + 2008-03-18 Carlos Garcia Campos * shell/ev-view.[ch]: (ev_view_find_cancel):