[poppler] poppler: ChangeLog,1.482,1.483

Albert Astals Cid aacid at kemper.freedesktop.org
Sat Feb 24 15:32:24 PST 2007


Update of /cvs/poppler/poppler
In directory kemper:/tmp/cvs-serv6254

Modified Files:
	ChangeLog 
Log Message:
2007-02-25  Julien Rebetez  <julienr at svn.gnome.org>
            reviewed by: <aacid at kde.org>

        * glib/poppler-document.cc:
        * glib/poppler-document.h:
        * glib/poppler-page.cc:
        * glib/poppler-page.h:
        * glib/poppler-private.h:
        * glib/poppler.h:
        * poppler/Annot.cc:
        * poppler/Annot.h:
        * poppler/Catalog.cc:
        * poppler/Catalog.h:
        * poppler/CharCodeToUnicode.cc:
        * poppler/CharCodeToUnicode.h:
        * poppler/Dict.cc:
        * poppler/Dict.h:
        * poppler/Form.cc:
        * poppler/Form.h:
        * poppler/GfxFont.cc:
        * poppler/GfxFont.h:
        * poppler/Makefile.am:
        * poppler/Object.h:
        * poppler/Page.cc:
        * poppler/Page.h:
        * poppler/XRef.cc:
        * poppler/XRef.h:
                Beginning of Interactive Form support:
                Add a bunch of new classes (FormWidget / FormField) to deal with form
                fields.
                Add support for object modification through XRef::setModifiedObject, as
                well as a function to write the Xref to a file, which will be used
                to implement PDF writing.
                Add some functions to glib wrapper to expose the new form features.



Index: ChangeLog
===================================================================
RCS file: /cvs/poppler/poppler/ChangeLog,v
retrieving revision 1.482
retrieving revision 1.483
diff -u -d -r1.482 -r1.483
--- ChangeLog	18 Feb 2007 21:44:24 -0000	1.482
+++ ChangeLog	24 Feb 2007 23:32:22 -0000	1.483
@@ -1,3 +1,38 @@
+2007-02-25  Julien Rebetez  <julienr at svn.gnome.org>
+            reviewed by: <aacid at kde.org>
+
+	* glib/poppler-document.cc:
+	* glib/poppler-document.h:
+	* glib/poppler-page.cc:
+	* glib/poppler-page.h:
+	* glib/poppler-private.h:
+	* glib/poppler.h:
+	* poppler/Annot.cc:
+	* poppler/Annot.h:
+	* poppler/Catalog.cc:
+	* poppler/Catalog.h:
+	* poppler/CharCodeToUnicode.cc:
+	* poppler/CharCodeToUnicode.h:
+	* poppler/Dict.cc:
+	* poppler/Dict.h:
+	* poppler/Form.cc:
+	* poppler/Form.h:
+	* poppler/GfxFont.cc:
+	* poppler/GfxFont.h:
+	* poppler/Makefile.am:
+	* poppler/Object.h:
+	* poppler/Page.cc:
+	* poppler/Page.h:
+	* poppler/XRef.cc:
+	* poppler/XRef.h:
+		Beginning of Interactive Form support:
+		Add a bunch of new classes (FormWidget / FormField) to deal with form
+		fields.
+		Add support for object modification through XRef::setModifiedObject, as
+		well as a function to write the Xref to a file, which will be used
+		to implement PDF writing.
+		Add some functions to glib wrapper to expose the new form features.
+
 2007-02-18  Albert Astals Cid <aacid at kde.org>
 
 	* configure.ac: Change {datadir}/poppler to {datarootdir}/poppler so



More information about the poppler mailing list