X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=inline;f=ChangeLog;h=edd2e51a2ca64c3beb9b538345845d0cae0b4a64;hb=ddd3af422a32a56bdf0ae88c3f704b40776e9ede;hp=5f303b314148f5515eb222c52baa93a93179ed47;hpb=16f0ae1e091d30e9e3423ea095f1df9477d6a6bd;p=evince.git diff --git a/ChangeLog b/ChangeLog index 5f303b31..edd2e51a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,94 @@ +2006-09-04 Nickolay V. Shmyrev + + * NEWS: + * configure.ac: + + Update for release 0.6.0 + +2006-08-28 Nickolay V. Shmyrev + + * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named): + Implement Close named action. Patch by Carlos Garcia Campos. + +2006-08-28 Nickolay V. Shmyrev + + * shell/ev-pixbuf-cache.c: (copy_job_to_job_info): + + Don't clear link mapping on copy_job_to_job_info. Fixes + bug 346168. + +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. + +2006-08-14 Carlos Garcia Campos + + * shell/ev-sidebar-thumbnails.c: + + Do not render thumbnails unless thumbnails page is active in the + sidebar. + +2006-08-14 Christian Persch + + * shell/ev-properties-dialog.c: + + Fix dialogue spacing. Bug #351370. + +2006-08-13 Wouter Bolsterlee + + * configure.ac: + + Use lowercase gettext catalog file names (evince.mo + instead of Evince.mo) + +2006-08-13 Carlos Garcia Campos + + * shell/ev-sidebar-attachments.c: + + GtkIconTheme is now screen safe too. Fixes bug #350878 + 2006-08-11 Carlos Garcia Campos * shell/ev-window.c: