X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=b0e1dfff5625f9ae14d811508c6232fc8b51aa01;hb=a887618b58630a604adfdfb24d253a88ea08fc2c;hp=bf1defbb8dc47ff935053b3fc70f232a39c1328d;hpb=3d118b9fc7794a6efc0a16d5f2a79ed228232bbe;p=evince.git diff --git a/ChangeLog b/ChangeLog index bf1defbb..b0e1dfff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,37 @@ +2007-02-05 Carlos Garcia Campos + + * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree): + + Make sure g_markup_escape_text receives a valid utf-8 string. Fixes + bug #373715. + +2007-02-05 Carlos Garcia Campos + + * backend/ps/ps.c: (psscan): + + Fix memory leak. + +2007-02-03 Carlos Garcia Campos + + * configure.ac: + * libdocument/ev-file-helpers.c: + + Add missing libgnome/gnome-init.h header file. Fixes bug #396677. + +2007-02-03 Carlos Garcia Campos + + * configure.ac: + * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose), + (ps_interpreter_start), (document_load), (save_document), + (save_page_list): + * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress): + * libdocument/ev-document-factory.c: + (ev_document_factory_get_from_mime), (get_document_from_uri), + (free_uncompressed_uri), (ev_document_factory_get_document): + * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest): + + Support for PDF, PS and EPS compressed files. Fixes bug #307087. + 2007-02-03 Carlos Garcia Campos * libdocument/ev-document.h: