X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=29fc5da3ff1efd8b436ed847af4953455f416097;hb=5020ef562a1d56a52078a73dd5d4e2a66546ee14;hp=883b28b9b0878065ed526950c3de9f456ef332f5;hpb=4f7cfb63f1edc6bf5ceee1673ca916ff85860a8f;p=evince.git diff --git a/ChangeLog b/ChangeLog index 883b28b9..29fc5da3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,94 @@ +2006-02-03 Nickolay V. Shmyrev + + * 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 + + * 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 + + * 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 + + * 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 + + * 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 + + * 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 + + * shell/ev-view.c: (add_scroll_binding_keypad), + (ev_view_binding_activated), (ev_view_class_init): + +2006-01-21 Nickolay V. Shmyrev + + * data/evince.desktop.in.in: + + Add GTK to the list of categories. Fix for the bug #328034. + +2006-01-21 Nickolay V. Shmyrev + + * 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 + + * 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 + + * 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 * backend/ev-document-types.c: