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:14:27 (GMT)
committer Owen Taylor <otaylor@src.gnome.org>2004-12-22 03:14:27 (GMT)
commit1e247284337090fd8f65e4c191652647d95a36ac (patch)
treecb0c3ba868be954c7e794a0acde03ecbbf435c92 /ChangeLog
parentff8d0330fc705c931a40d07e28eb4060f1dd92f9 (diff)
Hook things up a bit, it works! (sort of)
Tue Dec 21 21:58:56 2004 Owen Taylor <otaylor@redhat.com> * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up a bit, it works! (sort of) * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc: Move to .cc since we need to use C++ in the implementation. * shell/dummy.cc: Add a CC file to force evince to be linked as a C++ program.x
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b77e0ea..48320e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+Tue Dec 21 21:58:56 2004 Owen Taylor <otaylor@redhat.com>
+
+ * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up
+ a bit, it works! (sort of)
+
+ * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
+ Move to .cc since we need to use C++ in the implementation.
+
+ * shell/dummy.cc: Add a CC file to force evince
+ to be linked as a C++ program.
+
Tue Dec 21 21:07:55 2004 Owen Taylor <otaylor@redhat.com>
* shell/ev-view.[ch]: Start of content-area widget.