]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
Updated Spanish translation
[evince.git] / ChangeLog
index ab66018343ae52ab872ec96195593ed61ed466fd..9db436e94ce5cc96625ede621fedfa3c5aaafd58 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,69 @@
+2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * libdocument/ev-document-factory.c: (get_document_from_uri):
+
+       Fix memory leak.
+       
+2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
+
+       * libdocument/ev-document-factory.c (get_mime_type_from_uri),
+       (get_mime_type_from_data), (get_document_from_uri),
+       (ev_document_factory_get_document):
+       
+       Improved error message about file opening failture.
+       Bug #529129.
+
+2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
+
+       * data/evince-toolbar.xml:
+       
+       Allow to add SaveAs to toolbar.
+
+2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-view-private.h:
+       * shell/ev-view.[ch]: (ev_view_button_release_event),
+       (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
+       (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
+       (ev_view_update_primary_selection), (clear_link_selected),
+       (ev_view_copy_link_address):
+       * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
+
+       Update also the primary selection when copying a link
+       address. Fixes bug #520855.
+       
+2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * libdocument/ev-document-factory.c: (get_document_from_uri):
+
+       Use the pixbuf backend only when the mime type is not supported by
+       any of the other backend so that tiff documents, for instance, are
+       handled by the tiff backend instead of the pixbuf backend. fixes
+       bug #520290.
+       
+2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * cut-n-paste/Makefile.am:
+
+       Add evmountoperation to subdirs list.
+       
+2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * configure.ac:
+
+       Fix libspectre check in configure script. Fixes bug #528549.
+       
+2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * configure.ac:
+       * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
+       * shell/Makefile.am:
+       * shell/ev-window.c: (ev_window_load_remote_failed),
+       (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
+
+       Add GtkMountOperation (renamed to avoid conflicts) to be able to
+       open documents in remote locations that are not mounted.
+       
 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),