X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=3571839e0011e419a721f1c436b03aaeb950e4e3;hb=0278ffdb57c2e17e33acb52bb5569d746246f671;hp=739365c44c1692b68e5ac625b38cd57ce4a933df;hpb=5120e3dbe4ca81eb71136a8cde7c4b17f14f23a8;p=evince.git diff --git a/ChangeLog b/ChangeLog index 739365c4..3571839e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,61 @@ +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