X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=9604ccf2bbdd22461a195685486f58f5718f7f73;hb=e1ec38bb31d735c3219f967f3f1703bc88eb5090;hp=883b28b9b0878065ed526950c3de9f456ef332f5;hpb=4f7cfb63f1edc6bf5ceee1673ca916ff85860a8f;p=evince.git diff --git a/ChangeLog b/ChangeLog index 883b28b9..9604ccf2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,62 @@ +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: