X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=a11dc7d180cda64841ee117a946ca32a92865a9a;hb=e8b86e2b66a451c6fd232f59ca6660e838afd6c0;hp=ae76c6423c0353198d3c344c7eaaeca6a970daab;hpb=c9ea2bcbed22ab98363d73825e614e0b91c60fcf;p=evince.git diff --git a/ChangeLog b/ChangeLog index ae76c642..a11dc7d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,68 @@ +2006-09-07 Nickolay V. Shmyrev + + * configure.ac: + * data/Makefile.am: + * data/evince-16.png: + * data/evince-22.png: + * data/evince.png: + * data/evince.svg: + * data/icons/16x16/Makefile.am: + * data/icons/16x16/evince.png: + * data/icons/22x22/Makefile.am: + * data/icons/22x22/evince.png: + * data/icons/48x48/Makefile.am: + * data/icons/48x48/evince.png: + * data/icons/Makefile.am: + * data/icons/scalable/Makefile.am: + * data/icons/scalable/evince.svg: + + Install icons with correct names. Fixes + bug #354429. + +2006-09-07 Carlos Garcia Campos + + * shell/ev-view.c: (ev_view_button_release_event): + + Don't open links with middle mouse button. Fixes bug #353649 + +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):