]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
Add a new job to get the attachments in a thread with the document lock
[evince.git] / ChangeLog
index f33b2ce569a62bf9f6dc612a43e2b6b6d66cdeb5..12b07fe1758b8e8752a7a5288cfde161ae9d20d3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-jobs.[ch]: (ev_job_attachments_init),
+       (ev_job_attachments_dispose), (ev_job_attachments_run),
+       (ev_job_attachments_class_init), (ev_job_attachments_new):
+       * shell/ev-sidebar-attachments.c:
+       (ev_sidebar_attachments_set_document):
+
+       Add a new job to get the attachments in a thread with the document
+       lock held. Fixes bug #548653.
+       
+2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
+       (tiff_document_document_iface_init):
+
+       Implement document_get_page_label in tiff backend.
+       
+2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * backend/tiff/tiff-document.c: (tiff_document_render):
+
+       Handle document orientation in tiff backend. Fixes bug #548444.
+       
+2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
+
+       Do not crash when adjustment page size is 0. Fixes bug #547440.
+       
 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * cut-n-paste/evmountoperation/ev-mount-operation.c: