X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=891078512957c0c0a563fbd86a7732310f0290f5;hb=43398c4ea1a940bc2ee2921d5811fe8ee4144a65;hp=dcb8db982f64f21b1c2996fe1154d86931a57977;hpb=0badb78f245130a87888ccbfa624c251707ddf27;p=evince.git diff --git a/ChangeLog b/ChangeLog index dcb8db98..89107851 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,62 @@ +2006-01-06 Nickolay V. Shmyrev + + * shell/ev-window.c: (setup_document_from_metadata), + (ev_window_cmd_view_reload): + + Clamp page recieved from metadata in valid values. Fix + for the bug #325986. + +2006-01-06 Nickolay V. Shmyrev + + * MAINTAINERS: + Add MAINTAINERS as requested on desktop-devel-list. + +2006-01-06 Nickolay V. Shmyrev + + * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list), + (mime_type_supported_by_gdk_pixbuf), + (ev_document_factory_get_mime_types), + (ev_document_factory_get_all_mime_types): + + Don't add pixbuf mime types if pixbuf backend is disabled. + + * shell/ev-application.c: (ev_application_get_uri_window): + + Fix for the bug 325815 - unhandled MIME type message doesn't + appear a second time. + + * shell/ev-document-types.c: (ev_document_types_add_filters): + * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document), + (password_dialog_response), (ev_window_popup_password_dialog), + (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb), + (ev_window_run_fullscreen), (ev_window_stop_fullscreen), + (ev_window_run_presentation), (ev_window_stop_presentation), + (save_sizing_mode), (ev_window_zoom_changed_cb), + (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb), + (ev_window_dual_mode_changed_cb), + (ev_window_sidebar_current_page_changed_cb), + (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose), + (window_state_event_cb), (window_configure_event_cb): + + Cleanup additional uris holded by EvWindow. + +2006-01-06 Nickolay V. Shmyrev + + * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page), + (ev_view_can_previous_page), (ev_view_can_next_page): + * shell/ev-view.h: + * shell/ev-window.c: (update_action_sensitivity): + + Two page scrolling with Space and PageUp in dual mode. Second fix + for the bug #316608. + +2006-01-05 Nickolay V. Shmyrev + + * shell/ev-view.c: (scroll_to_current_page): + + Correctly clamp adjustment value. Fix for the bug + #325808. + 2006-01-04 Nickolay V. Shmyrev * shell/ev-sidebar-links.c: (print_section_cb):