]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
Make sure print job is only run when the print button is clicked. Based on
[evince.git] / ChangeLog
index ecd577e7def5cbf87e8ad5ee4a8f0d077be982de..3f9f7bf7bb3bf82e92288e11ca47ea1e7edcfad8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-window.c: (ev_window_print_dialog_response_cb):
+
+       Make sure print job is only run when the print button is
+       clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
+       
+2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * backend/pdf/pdfdocument.evince-backend.in:
+       * libdocument/ev-backends-manager.c:
+       (ev_backends_manager_load_backend),
+       (ev_backends_manager_get_document):
+       * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
+
+       Allow making backend modules resident. This is needed only for
+       some backends like pdf to avoid registering glib types more than
+       once.
+       
 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * backend/comics/comics-document.c: