X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=3f9f7bf7bb3bf82e92288e11ca47ea1e7edcfad8;hb=5788f911e2d0cc2529549e8711e3f2d3d05010ec;hp=8cd1d17c93624bd078207b5ee7e186468476e3c8;hpb=f51872613abaaa42c716e2fe6a2e4695c529dc4b;p=evince.git diff --git a/ChangeLog b/ChangeLog index 8cd1d17c..3f9f7bf7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,38 @@ +2008-03-08 Carlos Garcia Campos + + * shell/ev-window.c: (ev_window_print_dialog_response_cb): + + Make sure print job is only run when the print button is + clicked. Based on patch by Eugen Dedu. Fixes bug #495107. + +2008-03-03 Carlos Garcia Campos + + * backend/pdf/pdfdocument.evince-backend.in: + * libdocument/ev-backends-manager.c: + (ev_backends_manager_load_backend), + (ev_backends_manager_get_document): + * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new): + + Allow making backend modules resident. This is needed only for + some backends like pdf to avoid registering glib types more than + once. + +2008-03-03 Carlos Garcia Campos + + * backend/comics/comics-document.c: + * backend/djvu/djvu-document.c: + * backend/impress/impress-document.c: + * backend/pdf/ev-poppler.cc: + * backend/pixbuf/pixbuf-document.c: + * backend/ps/ev-spectre.c: + * backend/ps/ps-document.c: + * backend/tiff/tiff-document.c: + * libdocument/ev-document.h: + * properties/ev-properties-main.c: + + Use g_type_module_add_interface instead of + g_type_add_interface_static. Fixes bug #519679. + 2008-02-29 Carlos Garnacho * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):