X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=bf084c59e7d8df3e2771d6186a8ca4c42c9c8bd3;hb=08a9f7ae85046d4b4434927a2f0fbe8642287089;hp=436e9c86b924c10a8d02117239d27e5e7ef9bc06;hpb=85ecf6bfd1d55c0684baa0efa969bc0d23947bef;p=evince.git diff --git a/ChangeLog b/ChangeLog index 436e9c86..bf084c59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,38 @@ +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): + * shell/ev-window.c: (find_bar_close_cb): + + Cancel the find operation when the find bar is closed. Fixes bug + #508845. + +2008-03-18 Carlos Garcia Campos + + * backend/ps/psdocument.evince-backend.in: + + Make ps backend module resident. Fixes bug #520607. + +2008-03-18 Carlos Garcia Campos + + * shell/ev-jobs.c: (ev_job_print_run): + + Invert collate action in order to work as expected, fix reverse + printing so that it doesn't start with a blank page and fix number + of copies. Patch by Eugen Dedu. Fixes bug #365332. + +2008-03-14 Carlos Garcia Campos + + * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection): + + Fix build with poppler <= 0.7.2 + 2008-03-14 Carlos Garcia Campos * libdocument/ev-document-misc.c: