X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=d27f29e7fe09cfe5b4fad803fdcbc87c3ccf1be1;hb=891cb3e7733ab34e949e3aeef1f3461ab2431717;hp=59e8973c258d6500571c34b92986540ee29916d2;hpb=e533ab12f74d16805e0d9a984f9f6383ab5d7bc6;p=evince.git diff --git a/ChangeLog b/ChangeLog index 59e8973c..d27f29e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,117 @@ +2005-05-29 Nickolay V. Shmyrev + + * configure.ac: + * djvu/djvu-document.c: (djvu_document_get_page_size): + + Require djvulibre CVS. Now djvu loading is much faster. Fix for + bug 301993. + +Sat May 28 07:38:03 2005 Jonathan Blandford + + * shell/ev-view.c (draw_one_page): modify the expose handling to + get the shadows. + + * shell/ev-window.c (update_action_sensitivity): Respect + permissions field. Kowtow to the man. + + * pdf/ev-poppler.cc: Get the permissions field. + + * tiff/*c: Make a tiny bit more robust. + +2005-05-26 Nickolay V. Shmyrev + + * djvu/djvu-document.c: + + Pop messages from djvu context message queue. + +2005-05-24 Nickolay V. Shmyrev + + * configure.ac, Makefile.am, shell/Makefile.am: + * tiff/Makefile.am, shell/ev-document-types.c: + + Cleanup tiff configure checks. Fix for bug 305218. + +2005-05-24 Maxim V. Dziumanenko + + * configure.ac: Added "uk" to ALL_LINGUAS. + +2005-05-22 Nickolay V. Shmyrev + + * cut-n-paste/zoom-control/ephy-zoom.c: + (ephy_zoom_get_changed_zoom_level): + * cut-n-paste/zoom-control/ephy-zoom.h: + * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property), + (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom): + * shell/ev-window.c: (ev_window_cmd_view_zoom_in), + (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb), + (zoom_control_changed_cb), (ev_window_init): + + Fix minor points related to moving best fit up. Introduce + "zoom" property and make zoom control change it's value on + notify::zoom signals. Fix for 305080. + +2005-05-22 Nickolay V. Shmyrev + + * data/evince-ui.xml: + * shell/ev-window.c: (set_view_actions_sensitivity): + + Use + and - as accels for zoom in and zoom out. Fix for 305001. + +2005-05-22 Marco Pesenti Gritti + + * configure.ac: + + Depends on poppler 0.3.2 + +2005-05-22 Marco Pesenti Gritti + + * cut-n-paste/recent-files/egg-recent-item.c: + (egg_recent_item_get_short_name): + * cut-n-paste/toolbar-editor/Makefile.am: + * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: + (new_pixbuf_from_widget): + * cut-n-paste/toolbar-editor/egg-editable-toolbar.h: + * cut-n-paste/toolbar-editor/egg-marshal.c: + * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: + * cut-n-paste/toolbar-editor/egg-toolbars-model.c: + + Sync + +Sat May 21 23:18:30 2005 Jonathan Blandford + + * tiff/tiff-document.c: Rough TIFF backend. + +2005-05-21 Marco Pesenti Gritti + + * NEWS: + * configure.ac: + * cut-n-paste/toolbar-editor/Makefile.am: + + Release 0.3.1 + +2005-05-21 Marco Pesenti Gritti + + * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next), + (ev_view_find_next), (ev_view_find_previous): + + Remove the locks around get_n_results + +2005-05-21 Juerg Billeter + + * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin): + + Pass correct number of pages to poppler. + +2005-05-21 Nickolay V. Shmyrev + + * configure.ac: + * data/Makefile.am: + * data/evince.desktop.in: + * data/evince.desktop.in.in: + * po/POTFILES.in: + + Add conditionally dvi and djvu to desktop types. Fix for 304658. + Sat May 21 00:21:30 2005 Jonathan Blandford * shell/ev-view.c: (view_update_adjustments),