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=181e28d04f0cd20c031d6dad0697629c905c4d6b;hpb=03ad9a29cbe1a89dfc5e8b94a74f6f86c4cba076;p=evince.git diff --git a/ChangeLog b/ChangeLog index 181e28d0..ac173d37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,92 @@ +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 + make F1 bring up non-existent help. + + * shell/eggfindbar.c: Patch from Christian Persch to sync to + epiphany's find bar, #167477 + + * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan + to add space-bar scrolling, + + * shell/ev-window.c (static GtkActionEntry entries): add default + keybinding for Help (F1) + Fixes #171068 + + * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny + changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug + 170110 + +2005-04-01 David Malcolm + + * Makefile.am: + * pixbuf/pixbuf-document.c: + + Got pixbuf backend working again + +2005-04-01 Steve Murphy + + * configure.in: Added "rw" to ALL_LINGUAS. + +Fri Apr 1 02:33:41 2005 Jonathan Blandford + + * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in + model types, noticed by Martin Kretzschmar. + +2005-04-01 Kristian Høgsberg + + * pdf/ev-poppler.cc: Implement search based on + poppler_page_find_text(). Currently a bit crude since we remember + all matches from all pages. Also, we grab the big document lock + when we search since searching changes the underlying stream and + thus conflicts with the rendering thread. + + * shell/ev-view.c: (draw_rubberband), (highlight_find_results), + (jump_to_find_page), (ev_view_set_document), (ev_view_find_next), + (ev_view_find_previous): Fix some page indexes to be 0 based, + offset rubber band by view offset, + +Fri Apr 01 09:21:12 2005 Pablo Saratxaga + + * configure.ac: Added Walloon (wa) to ALL_LINGUAS. + +Fri Apr 1 01:59:39 2005 Jonathan Blandford + + * shell/ev-page-action.c: Changed to use page labels now. Rewrote + completely because I didn't understand GtkActions. I should + read Marco's code more carefully in the future. + + * backend/ev-page-cache.h (ev_page_cache_set_page_label): New + function + +2005-03-31 Kristian Høgsberg + + * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with + PopplerRectangle change from poppler CVS. + Thu Mar 31 13:27:50 2005 Jonathan Blandford * backend/ev-document.c: (ev_document_get_page_label):