X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=61b2f1e879b34df99a864da555aeafd7b784b58b;hb=f2511820a5499da40ae972bc833616a176d78f8f;hp=0020ea309815f952ed7f564ebe788176bc5f707a;hpb=e0fee7de0f54717eb4cdd2e4abd28dedebaed89e;p=evince.git diff --git a/ChangeLog b/ChangeLog index 0020ea30..61b2f1e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,67 @@ +2006-02-10 Nickolay V. Shmyrev + + * configure.ac: + * shell/Makefile.am: + * shell/ev-sidebar-links.c: (print_section_cb): + * shell/ev-utils.c: + * shell/ev-utils.h: + * shell/ev-window.c: (update_action_sensitivity), + (ev_window_close_dialogs), (ev_window_print): + * shell/ev-window.h: + + Make printing support optional. Patch from Eduardo de Barros Lima + for the bug #330546. + +2006-02-07 Nickolay V. Shmyrev + + * 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 + + * 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),