X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=baedb92b95a3b0f66a235877c75e639b8683244d;hb=e04f0859c6f36b77542d8c90fed6974c2ff957de;hp=d06c9ff5ed70d4cca8440381534e231f49aba0d1;hpb=bdaa8b2c41572554f38d4ee8bcb84dad740f3df9;p=evince.git diff --git a/ChangeLog b/ChangeLog index d06c9ff5..baedb92b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,127 @@ +2006-09-17 Nickolay V. Shmyrev + + * djvu/Makefile.am: + * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE), + (djvu_document_find_iface_init), (djvu_document_links_get_links), + (djvu_document_document_links_iface_init): + * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp), + (number_from_string_10), (get_djvu_link_dest), + (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area), + (get_djvu_hyperlink_mapping), (djvu_links_has_document_links), + (djvu_links_get_links), (djvu_links_find_link_dest), + (djvu_links_get_links_model): + * djvu/djvu-links.h: + + Add support for links and bookmarks in djvu documents. Thanks + to Pauli Virtanen for the wonderful + patch. + +2006-09-14 Nickolay V. Shmyrev + + * shell/ev-application.c: (ev_application_open_uri_at_dest): + + Reopen should reload document. Fixes + bug 327951. + +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): + + 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: