]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
Don't overwite an error.
[evince.git] / ChangeLog
index 55d918455ed56cdfd236f95c423bcd4bd7b7b2c9..4e1d8be931f0ffcf212f4ca07ac653a9cf701fc0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,38 @@
+2009-02-14  Christian Persch  <chpe@gnome.org>
+
+       * backend/dvi/dvi-document.c: (dvi_document_load): Don't overwite
+       an error.
+
+2009-02-14  Christian Persch  <chpe@gnome.org>
+
+       * backend/djvu/djvu-document.c: (djvu_document_load): Make sure
+       to always set @error when returning FALSE. Fix a typo.
+
+2009-02-14  Christian Persch  <chpe@gnome.org>
+
+       * backend/tiff/tiff-document.c: (tiff_document_load): Make sure
+       to always set @error when returning FALSE.
+
+2009-02-14  Christian Persch  <chpe@gnome.org>
+
+       * backend/comics/comics-document.c: (comics_document_load): Make sure
+       to always set @error when returning FALSE.
+
+2009-02-14  Christian Persch  <chpe@gnome.org>
+
+       * backend/impress/impress-document.c: (impress_document_load): Plug a
+       mem leak.
+
+2009-02-14  Christian Persch  <chpe@gnome.org>
+
+       * backend/impress/impress-document.c: (impress_document_load): Don't
+       overwrite an error.
+
+2009-02-14  Christian Persch  <chpe@gnome.org>
+
+       * libdocument/ev-document.c: (ev_document_info_copy): Remove
+       unnecessary NULL check; g_strdup() is NULL-safe.
+
 2009-02-14  Christian Persch  <chpe@gnome.org>
 
        * libdocument/ev-document-factory.c: (get_document_from_uri): Document
 2009-02-14  Christian Persch  <chpe@gnome.org>
 
        * libdocument/ev-document-factory.c: (get_document_from_uri): Document