X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=7a2df4d682709264ebb2986ec9710c4886bef8e0;hb=d395ea58afa6744be92e33193881a1d4e6aeefed;hp=ac328e3b9a29601b854b9cc89028f4e1ff6529c6;hpb=80a9ffebfe5125584341d4fb005ee1a29219c970;p=evince.git diff --git a/ChangeLog b/ChangeLog index ac328e3b..7a2df4d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,95 @@ +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), + (view_set_adjustment_values): cast adjustmen->value to (int) + before using it. Otherwise, we get off by a pixel in some + situations. + + (draw_one_page): Draw the border on expose. + +Fri May 20 22:05:25 2005 Jonathan Blandford + + * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the + adjustment when the mode changes, #304923 + +Fri May 20 02:00:03 2005 Nickolay V. Shmyrev + + * shell/ev-view.c: Use gdk_widget_queue_draw to remove + flickering on resize but still use gdk_window_scroll on + scrolling + +Fri May 20 01:46:57 2005 Jonathan Blandford + + * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p + option, #170458 + +Fri May 20 01:27:01 2005 Jonathan Blandford + + * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to + second page on page_changed if possible, #304669 + Fri May 20 01:07:15 2005 Jonathan Blandford * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll