Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2004-12-22 03:23:47 (GMT)
committer Owen Taylor <otaylor@src.gnome.org>2004-12-22 03:23:47 (GMT)
commit484bd6fc379965a3ad83e758135691d84d595f87 (patch)
treec27471948365ec200a2328cf4566d44cffcefcd2 /ChangeLog
parent1e247284337090fd8f65e4c191652647d95a36ac (diff)
PDFDoc constructor assumes ownership of the string passed in.
Tue Dec 21 22:17:04 2004 Owen Taylor <otaylor@redhat.com> * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc constructor assumes ownership of the string passed in. * shell/ev-window.c (ev_window_open): Destroy the error dialog once we've displayed it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 48320e8..11c2b45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Tue Dec 21 22:17:04 2004 Owen Taylor <otaylor@redhat.com>
+
+ * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
+ constructor assumes ownership of the string passed in.
+
+ * shell/ev-window.c (ev_window_open): Destroy the error
+ dialog once we've displayed it.
+
Tue Dec 21 21:58:56 2004 Owen Taylor <otaylor@redhat.com>
* pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up