]> 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 37f539323d11a3630c6c7826f19ed53487831ee2..12b07fe1758b8e8752a7a5288cfde161ae9d20d3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,135 @@
+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:
+
+       Sync with current GTK+.
+       
+2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * configure.ac:
+       
+       Update for release 2.23.6.
+
+2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
+       (ev_job_load_set_password):
+       * shell/ev-password.[ch]: (ev_password_dialog_get_password):
+       * shell/ev-window.c: (password_dialog_response),
+       (ev_window_load_job_cb):
+
+       Fix loading encrypted documents since I broke it with the jobs
+       rework.
+       
+2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * NEWS:
+
+       Update NEWS for 2.23.6 release.
+       
+2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
+
+       * backend/impress/impress-document.c:
+       * backend/impress/render.h:
+       * libdocument/ev-document-factory.c:
+       * libdocument/ev-document-factory.h:
+       * libdocument/ev-document-links.h:
+       * libdocument/ev-document-misc.c:
+       * libdocument/ev-document-misc.h:
+       * properties/ev-properties-main.c:
+       * properties/ev-properties-view.c:
+       * properties/ev-properties-view.h:
+       * shell/eggfindbar.c:
+       * shell/eggfindbar.h:
+       * shell/ev-application.c:
+       * shell/ev-application.h:
+       * shell/ev-jobs.h:
+       * shell/ev-message-area.h:
+       * shell/ev-navigation-action.c:
+       * shell/ev-navigation-action.h:
+       * shell/ev-open-recent-action.c:
+       * shell/ev-open-recent-action.h:
+       * shell/ev-page-action-widget.c:
+       * shell/ev-page-action.c:
+       * shell/ev-page-action.h:
+       * shell/ev-page-cache.h:
+       * shell/ev-password-view.h:
+       * shell/ev-password.h:
+       * shell/ev-pixbuf-cache.h:
+       * shell/ev-properties-fonts.c:
+       * shell/ev-sidebar-attachments.c:
+       * shell/ev-sidebar-links.c:
+       * shell/ev-sidebar-links.h:
+       * shell/ev-sidebar-thumbnails.c:
+       * shell/ev-sidebar-thumbnails.h:
+       * shell/ev-sidebar.c:
+       * shell/ev-sidebar.h:
+       * shell/ev-stock-icons.c:
+       * shell/ev-tooltip.h:
+       * shell/ev-view.c:
+       * shell/ev-view.h:
+       * shell/ev-window.c:
+       * shell/ev-window.h:
+       * shell/main.c:
+
+       More #include cleanups. Again: reordering, single gtk.h
+       includes and other stuff.
+
+2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
+
+       * shell/eggfindbar.c:
+       * shell/ev-application.c:
+       * shell/ev-message-area.c:
+       * shell/ev-navigation-action.c:
+       * shell/ev-open-recent-action.c:
+       * shell/ev-page-action-widget.c:
+       * shell/ev-page-action.c:
+       * shell/ev-password-view.c:
+       * shell/ev-properties-dialog.c:
+       * shell/ev-properties-fonts.c:
+       * shell/ev-sidebar-attachments.c:
+       * shell/ev-sidebar-page.c:
+       * shell/ev-sidebar-thumbnails.c:
+       * shell/ev-stock-icons.c:
+       * shell/ev-tooltip.c:
+       * shell/ev-view.c:
+       * shell/ev-window.c:
+       * shell/main.c:
+
+       Cleanup many #include statements: reorder so that a
+       generic-to-specific order is used, use single gtk.h
+       includes, and some other cleanups.
+
 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/ev-jobs.h: