X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=251a426042a40ab7e67bf7f00c76e708657266c2;hb=1ba681aa9eb43a60f0a01c1939e70f9f6de755c7;hp=7e28e94b92805574d504fb48bea07b9852978140;hpb=c1ecd5af7022d14f69151860508d9603afa4e3af;p=evince.git diff --git a/ChangeLog b/ChangeLog index 7e28e94b..251a4260 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,74 @@ -2005-07-29 set REAL_NAME environment variable +2005-08-05 Nickolay V. Shmyrev - reviewed by: + * ps/ps-document.c: (save_page_list): Use + unzipped document when printing. Thanks to + Colin Slater . Fix for bug + 311016. + +2005-08-03 Nickolay V. Shmyrev - * shell/ev-page-cache.c: (ev_page_cache_new): * shell/ev-window.c: (update_action_sensitivity): + + Disable print and save respect to lockdown gconf keys. Fix + for 312342. + +2005-08-03 Nickolay V. Shmyrev + + * configure.ac: + * shell/ev-utils.c: (rename_file), (set_umask_permissions), + (write_to_temp_file), (ev_file_set_contents): + * shell/ev-utils.h: + * shell/ev-window.c: (save_print_config_to_file): + + Copy-paste g_file_set_contents to keep compatibility with gtk 2.6 + Fix for bug 312238 + +2005-07-31 Christian Persch + + * shell/ev-window.c: (load_print_config_from_file), + (save_print_config_to_file), (ev_window_print_range): + + Persist the print settings. Fixes bug #311578. + +2005-07-31 Nickolay V. Shmyrev + + * djvu/djvu-document.c: (djvu_document_get_page_size), + (djvu_document_render_pixbuf), (djvu_document_document_iface_init), + (djvu_document_thumbnails_get_thumbnail): + * dvi/dvi-document.c: (dvi_document_get_page_size), + (dvi_document_render_pixbuf), (dvi_document_document_iface_init), + (dvi_document_thumbnails_get_dimensions), + (dvi_document_thumbnails_get_thumbnail): + * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size), + (pixbuf_document_render_pixbuf), + (pixbuf_document_document_iface_init), + (pixbuf_document_thumbnails_get_thumbnail): + + Update backends to make them build with new rotation system. + +2005-07-31 Nickolay V. Shmyrev + + * help/C/figures/evince_start_window.png: + + Update documentation image from Luca Ferretti + +Sat Jul 30 19:09:34 2005 Jonathan Blandford + + * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear): + * shell/ev-pixbuf-cache.h: + * shell/ev-sidebar-thumbnails.c: + (ev_sidebar_thumbnails_get_property), (add_range), + (adjustment_changed_cb): + * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the + pixbuf cache. Make thumbnailing work again. Also, fix bug where + we were thumbnailing the entire docment on startup, slowing us + down hugely. + +Fri Jul 29 23:14:28 2005 Jonathan Blandford + + * shell/ev-page-cache.c: (ev_page_cache_new): + * shell/ev-window.c: (update_action_sensitivity): Handle n_pages + == 0, fixes #310306. 2005-07-29 Marco Pesenti Gritti