X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=inline;f=ChangeLog;h=f945ee48abbfe040441aae7e469a5b4e9a5ac2c0;hb=c087ebf90ee6c32656ae925d0c1682b427a21e7e;hp=7c06d84549b85e22276dc459f697cc66ef37a75f;hpb=1e3ce75ed2f87ad2c242b6f3950b5a13d4aac45c;p=evince.git diff --git a/ChangeLog b/ChangeLog index 7c06d845..f945ee48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,45 @@ +2007-07-02 Carlos Garcia Campos + + * configure.ac: + * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection): + + Fix build with poppler 0.5.9. + +2007-07-01 Carlos Garcia Campos + + * shell/ev-sidebar-links.c: (job_finished_callback): + + Do not connect selection changed signal more than once. Fixes bug + #349433. + +2007-06-29 Carlos Garcia Campos + + * shell/ev-window.c: (ev_window_view_sidebar_cb): + + Do not change sidebar chrome flag when pressing F9 key in + presentation mode. + +2007-06-29 Carlos Garcia Campos + + * backend/pdf/ev-poppler.cc: + (pdf_document_thumbnails_get_dimensions): + + Make sure thumbnails width and height is not <= 0. Fixes a crash + with some pdf documents which have really small pages. + +2007-06-21 Cesar Fernandez + + * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page): + + Do not change current page when returning from black/white mode in + presentation. Fixes bug #415032. + +2007-06-17 Carlos Garcia Campos + + * shell/ev-window.c: (ev_window_clear_print_job): + + Clear gtk print job when job has finished. Fixes bug #447612. + 2007-06-13 Carlos Garcia Campos * shell/ev-pixbuf-cache.c: (job_finished_cb),