]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
Fix for bug 316972. Use async gnome-keyring API.
[evince.git] / ChangeLog
index 8208ec9e7908185dc58745b07e32dbf669354274..ecddb7258ec52e12724b11ba5238523905f12f38 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,74 @@
+2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * shell/ev-password.c: (ev_password_item_created_callback),
+       (ev_password_dialog_save_password):
+       
+       Fix for bug 316972. Use async gnome-keyring API.
+
+2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
+
+       * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
+       Remove unused unrealize handler. Add scroll handling to
+       ev_view_scroll_event for presentation mode (bug #316708),
+       and fix the event state checks there.
+
+2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
+
+       * shell/ev-page-action.c: (page_changed_cb):
+
+       "marco, maybe we should be crazy and jump right to 6! :)"
+
+       Bryan Clark, Sep 2005
+
+2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
+
+       * ps/ps-document.c: (save_document), (ps_document_save),
+       (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
+       (ps_document_ps_export_end):
+
+       Fix unstructured documents save and print
+
+2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
+
+       * shell/ev-application.c: (ev_application_open_uri):
+
+       Fix window size persistance
+
+2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
+
+       * shell/ev-view.c: (ev_view_button_release_event):
+
+       Based on a patch from carlosgc@gnome.org. Mouse buttons
+       switch pages in presentation mode.
+
+2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
+
+       * shell/ev-page-cache.c: (ev_page_cache_get_size):
+
+       Dont cast to int before scaling
+
+2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
+
+       * backend/ev-link.c: (ev_link_type_get_type),
+       (ev_link_new_page_xyz), (ev_link_new_page_fit),
+       (ev_link_new_page_fith):
+       * backend/ev-link.h:
+       * pdf/ev-poppler.cc:
+       * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
+
+       Implement FIT and FITH links
+
+2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
+
+       * pdf/ev-poppler.cc:
+
+       Return 0 results when search is not in progress.
+
+       * shell/ev-window.c: (ev_window_cmd_go_previous_page),
+       (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
+
+       Update menu sensitivity when cancelling search
+
 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
 
        * shell/ev-view.c: (ev_view_can_find_next):