]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
Make searching work again.
[evince.git] / ChangeLog
index 18787ee2c3db023aaf391f2712c0a746c58c3031..ac173d374395e75302d31b1b2e30ac1160fffe1b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+2005-04-04  Kristian Høgsberg  <krh@redhat.com>
+
+       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 <marco@gnome.org>
+
+       * autogen.sh:
+
+       Add required gettext version
+
 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
 
        * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to