]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
Draw Loading message during xfer job. Fix for the bug #329495.
[evince.git] / ChangeLog
index 98ba60939adc142c83b08cf329e211ab20c07873..ec1efdd8e6ef2b35c867966bd2aa533ce84e1c69 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,112 @@
+2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * shell/ev-view-private.h:
+       * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
+       (ev_view_set_document):
+       * shell/ev-view.h:
+       * shell/ev-window.c: (ev_window_load_job_cb),
+       (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
+       (ev_window_init):
+
+       Draw Loading message during xfer job. Fix for the bug #329495.
+
+2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * comics/comics-document.c: (comics_regex_quote),
+       (comics_document_load), (extract_argv):
+       
+       Correcly quote regexp before passing it to unzip.
+
+2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * shell/ev-page-cache.c: (build_height_to_page),
+       (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
+       (ev_page_cache_get_dual_even_left):
+       * shell/ev-page-cache.h:
+       * shell/ev-view.c: (view_update_range_and_current_page),
+       (get_page_y_offset), (get_page_extents):
+       
+       Place even pages to the left if document has less then
+       two pages. Fix for the bug #328856.
+
+2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * thumbnailer/evince-thumbnailer-comics.schemas.in:
+       
+       Correct comics scheme. This make evince create thumbnails
+       for comic books. Fix for the bug 329088.
+
+2006-01-31  Christopher Aillon  <caillon@redhat.com>
+
+       * data/evince-password.glade: Don't explicitly set
+       invisible_char to the current default value in case
+       the default changes; let GTK+ do its magic.
+
+2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
+       real filename to tmp filename since often document
+       type is determined by extension.
+
+2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
+
+       * shell/ev-view.c: (add_scroll_binding_keypad),
+       (ev_view_binding_activated), (ev_view_class_init):
+       
+       Add keybindings for percision-scrolling of display area. 
+       Fix for the bug #314072.
+
+2006-01-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * shell/ev-view.c: (add_scroll_binding_keypad),
+       (ev_view_binding_activated), (ev_view_class_init):
+
+2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * data/evince.desktop.in.in:
+       
+       Add GTK to the list of categories. Fix for the bug #328034.
+
+2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * shell/ev-application.c: (ev_application_shutdown),
+       (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
+       * shell/ev-application.h:
+       * shell/ev-window.c: (file_open_dialog_response_cb),
+       (ev_window_cmd_file_open):
+       
+       Save last uri in file chooser dialog. Fix for the bug #327950.
+
+2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * NEWS:
+       * README:
+       
+       Final update for release 0.5.0
+       
+       * shell/Makefile.am:
+       
+       Remove disable deprecated until we'll require libgnome-2.13.7
+       and port to GOption argument parsing. See bug 327518.
+
+2006-01-19  Jani Monoses <jani.monoses@gmail.com>
+
+       * comics/comics-document.c: (comics_document_save):
+       * djvu/djvu-document.c: (djvu_document_save):
+       * dvi/dvi-document.c: (dvi_document_save):
+       * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
+       * lib/ev-file-helpers.h:
+       * pixbuf/pixbuf-document.c: (pixbuf_document_save):
+       * tiff/tiff-document.c: (tiff_document_save):
+       
+       Use common save function for backends.
+
+2006-01-18  Jani Monoses <jani.monoses@gmail.com>
+
+       * backend/ev-document-types.c:
+       
+       Fix crash on saving pixbuf.
+
 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
 
        * cut-n-paste/recent-files/egg-recent-item.c: