]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
add marshaler-generator thingy. I'm sure there's a better way to do this
[evince.git] / ChangeLog
index 48320e8ac85e7f417155c18c1110fa6f4cfb26cd..fe7e53b5063d39dbe76dea22d958e068f959e44f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,36 @@
+2004-12-21  Havoc Pennington  <hp@redhat.com>
+
+       * backend/ev-backend-marshal.c,
+       backend/ev-backend-marshalers.list, backend/Makefile.am: add
+       marshaler-generator thingy. I'm sure there's a better way to do
+       this in the modern world.
+
+       * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
+       end_find methods and "found" signal.
+
+       * configure.ac: find glib-genmarshal
+
+Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
+
+       * shell/ev-sidebar.c: Construct an actual sidebar.
+       * shell/ev-sidebar-bookmarks.[ch]:
+       * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
+
+Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
+
+       * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
+       Redo size handling.
+       
+       * shell/ev-view.c: Track the size from the document.
+
+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