X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=1c4e001ace73becfbdb99577fcbb020c5ea36ffc;hb=0f49d36875245876db71c547038d7dcf8bed4236;hp=6a677b80dac81964e30fb834af70a14346d1d95e;hpb=efc1202860ecf9849d517e3ca42787074b5c4d08;p=evince.git diff --git a/ChangeLog b/ChangeLog index 6a677b80..1c4e001a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,44 @@ +2008-04-01 Carlos Garcia Campos + + * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail): + + Do not crash when thumbnail failed to render in PS backend. Fixes + bug #525015. + +2008-03-31 Carlos Garcia Campos + + * shell/ev-window.c: (window_open_file_copy_ready_cb), + (ev_window_load_file_remote), (ev_window_open_uri): + + Handle errors when opening remote files. + +2008-03-31 Carlos Garcia Campos + + * shell/ev-page-action.c: (ev_page_action_grab_focus): + + Only grab the focus for the current visible proxy widget. Fixes + bug #521224. + +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):