X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=b6ac3953323cff35c6a02932a591878234834f89;hb=2579c79ae8e8396e890e58a8df86317d23972902;hp=056c2d5cdb431c06962c3b59bc7936a740b9834c;hpb=d90349e5e8acdb07bb56e22fd7923206465ae47b;p=evince.git diff --git a/ChangeLog b/ChangeLog index 056c2d5c..b6ac3953 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,74 @@ +2005-04-28 Nickolay V. Shmyrev + + * backend/ev-page-cache.c: (_ev_page_cache_new), + (ev_page_cache_set_page_label), + (ev_page_cache_has_nonnumeric_page_labels): + * backend/ev-page-cache.h: + * shell/ev-page-action.c: (update_pages_label): + + If all page labels are numeric, fallback to default + way to display number of pages. See bug 173185. + +2005-04-28 Nickolay V. Shmyrev + + * shell/ev-page-action.c: (ev_page_action_dispose): + * shell/ev-view.c: (view_update_range_and_current_page): + * shell/ev-window.c: (ev_window_dispose): + + Set page on scroll in continuous mode. Fixes bug 301986. + Also cleanup callbacks on destroy of EvWindow and EvPageAction. + +2005-04-26 Marco Pesenti Gritti + + * configure.ac: + + Require poppler 0.3.0 + +2005-04-26 Nickolay V. Shmyrev + + * shell/Makefile.am, configure.ac: Fix build problems + with t1lib. Bug 301996. + +2005-04-25 Nickolay V. Shmyrev + + * shell/ev-view.c: (ev_view_scroll_event): + + Scroll up increase zoom + +2005-04-25 Nickolay V. Shmyrev + + * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init), + (ev_view_set_sizing_mode), + (ev_view_zoom_for_size_continuous_and_dual_page), + (ev_view_zoom_for_size_continuous): + * shell/ev-window.c: (ev_window_cmd_view_best_fit), + (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in), + (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb), + (ev_window_init): + + Control + Scroll does zooming, Shift + Scroll scrolls horizontally + Fix for 165473 and 165472. + +2005-04-24 Nickolay V. Shmyrev + + * po/POTFILES.in: + * thumbnailer/Makefile.am: + * thumbnailer/evince-thumbnailer-djvu.schemas.in: + * thumbnailer/evince-thumbnailer-dvi.schemas.in: + * thumbnailer/evince-thumbnailer.schemas.in: + + Make thumbnailer schemas translatable. Fix for bug 301773 + + * thumbnailer/evince-thumbnailer-djvu.schemas: + * thumbnailer/evince-thumbnailer-dvi.schemas: + * thumbnailer/evince-thumbnailer.schemas: + + Removed files + +Sun Apr 24 01:37:39 2005 Jonathan Blandford + + * shell/ev-view.c (ev_view_init): forgot to set this. + Sun Apr 24 01:07:27 2005 Jonathan Blandford * shell/ev-view.c: (find_page_at_location),