X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=26608b5158eb486919ac669c3b778e5221e7edf9;hb=0a98d7368e225a9867acd04ea0c64094c22ba621;hp=fbd7672d6df475c9322d9b8f53003ba712467fa7;hpb=8b317416d7d84725db8f634cf4e9e7c18f1f6691;p=evince.git diff --git a/ChangeLog b/ChangeLog index fbd7672d..26608b51 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,54 @@ +2005-04-15 Marco Pesenti Gritti + + * backend/ev-page-cache.c: (_ev_page_cache_new): + + Fix several page size caching bugs + +2005-04-15 Luca Ferretti + + * shell/ev-window.c: (set_action_properties): + + Make all toolbar items translatable + +2005-04-15 Marco Pesenti Gritti + + * ps/ps-document.c: (ps_document_init), (ps_document_get_type), + (save_page_list), (ps_document_save), + (ps_document_document_iface_init), (ps_document_ps_export_begin), + (ps_document_ps_export_do_page), (ps_document_ps_export_end), + (ps_document_ps_exporter_iface_init): + * ps/ps-document.h: + + Based on a patch by J�rg Billeter + + Implement print and save a copy for the ps backend. + +2005-04-14 Marco Pesenti Gritti + + * backend/ev-document.h: + * djvu/djvu-document.c: (djvu_document_can_get_text), + (djvu_document_document_iface_init): + * dvi/dvi-document.c: (dvi_document_can_get_text), + (dvi_document_document_iface_init): + * pdf/ev-poppler.cc: + * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text), + (pixbuf_document_document_iface_init): + * ps/ps-document.c: (ps_document_can_get_text), + (ps_document_document_iface_init): + * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb): + * shell/ev-window.c: (update_action_sensitivity): + + Fix the crash when trying to copy in backends that doesnt + support it. We can implement a better solution once we + do real text selection. + +2005-04-12 Marco Pesenti Gritti + + * data/evince-ui.xml: + * shell/ev-window.c: (ev_window_cmd_escape): + + Work around the Escape conflict (find bar and unfullscreen) + 2005-04-12 Nikolay V. Shmyrev * backend/ev-page-cache.c: (ev_page_cache_next_page):