X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=inline;f=ChangeLog;h=e1235b1912de0614a130fe612e36144fee605233;hb=9c20694ff05136d233cc92ddb9dd0519519af54c;hp=7b603936fbb47f67986270adaa1b22e923d16673;hpb=5536f17da9d02866c0286b37cd6ac69fcb0c1fb3;p=evince.git diff --git a/ChangeLog b/ChangeLog index 7b603936..e1235b19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,46 @@ +2006-08-21 Carlos Garcia Campos + + * shell/main.c: (main): + + Revert my previous commit, gnome_program_init owns the option context. + Fix another memory leak in main. Both caught by Christian Persch. + +2006-08-21 Carlos Garcia Campos + + * shell/main.c: (main): + + Fix memory leak. + +2006-08-21 Carlos Garcia Campos + + * backend/ev-document-factory.c: (ev_document_factory_get_document): + + Fix crash when opening a pdf with password protection. + +2006-08-19 Carlos Garcia Campos + + * pdf/ev-poppler.cc: (pdf_document_search_free): + + Fix memory leak. + +2006-08-17 Nickolay V. Shmyrev + + * backend/ev-document-factory.c: + (ev_document_factory_get_document): + * tiff/tiff-document.c: (tiff_document_finalize): + + More correct handling of document loading. Fixes + bug #349043. + +2006-08-14 Carlos Garcia Campos + + * backend/ev-attachment.c: (ev_attachment_save): + + Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with + gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493 + 2006-08-15 Julien Rebetez + * shell/ev-window.c: (ev_window_cmd_recent_file_activate): Fixed a compilation error if HAVE_GTK_RECENT isn't defined.