X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=8834aed9d27250e7945b7c2e5b83b65e8034eeff;hb=0966dd9fbb4a8a60972382910c850a610bc40686;hp=b915296f974ff4bc70f9a46fb2b1033405bd9f15;hpb=b21b2bb1894ed733dfc0820ed8a149cb2140a19a;p=evince.git diff --git a/ChangeLog b/ChangeLog index b915296f..8834aed9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2008-02-03 Carlos Garcia Campos + + * properties/ev-properties-main.c: + + Add missing #include. + +2008-01-31 Carlos Garcia Campos + + * configure.ac: + * backend/djvu/djvu-document.c: (djvu_document_render): + * backend/tiff/tiff-document.c: (tiff_document_render): + + Use the new cairo function cairo_format_stride_for_width when + available. Fixes bug #482720. + +2008-01-31 Carlos Garcia Campos + + * libdocument/ev-document-factory.c: (get_mime_type_from_uri), + (get_mime_type_from_data), (get_document_from_uri): + + Use g_content_type_guess() only when slow is true in + get_document_from_uri(). Fix several memory leaks. + 2008-01-30 Cosimo Cecchi * libdocument/ev-document-factory.c: