X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=ac173d374395e75302d31b1b2e30ac1160fffe1b;hb=5e6728daa9b09a76f2537f7c848123639165cd70;hp=18787ee2c3db023aaf391f2712c0a746c58c3031;hpb=ce80b45c492900e204b314c27000d8fd99687130;p=evince.git diff --git a/ChangeLog b/ChangeLog index 18787ee2..ac173d37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2005-04-04 Kristian Høgsberg + + Make searching work again. + + * backend/ev-document.c: + * backend/ev-document.h: + * backend/ev-document-find.c: + * backend/ev-document-find.h: Change EvDocumentIface so we no + longer store the current page or zoom level in the document. The + consequence is that all calls that operate on the current page now + instead take the page number as an extra argument, and all + coordinates are now doubles in document coordinate system. + + * pdf/ev-poppler.cc: + * pixbuf/pixbuf-document.c: + * ps/ps-document.c: Update backends accordingly. + +2005-04-04 Marco Pesenti Gritti + + * autogen.sh: + + Add required gettext version + Sat Apr 2 18:57:00 2005 Jonathan Blandford * shell/evwindow.c: Patch from Alberto Mesas to