[poppler] poppler: ChangeLog,1.483,1.484 configure.ac,1.67,1.68

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


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

Modified Files:
	ChangeLog configure.ac 
Log Message:
2007-02-25  Albert Astals Cid <aacid at kde.org>

        * configure.ac:
        * glib/poppler-document.cc:
        * poppler/GlobalParams.cc:
        * poppler/GlobalParams.h:
        * poppler/PSOutputDev.cc:
        * qt/poppler-document.cc:
        * qt4/src/poppler-document.cc:
        * qt4/src/poppler-private.h:
        * qt4/src/poppler-qt4.h:
        * test/gtk-splash-test.cc:
        * test/pdf-inspector.cc:
        * utils/pdffonts.cc:
        * utils/pdfimages.cc:
        * utils/pdfinfo.cc:
        * utils/pdftohtml.cc:
        * utils/pdftoppm.cc:
        * utils/pdftops.cc:
        * utils/pdftotext.cc: Remove dependency on xpdfrc file and cleanup
                              GlobalParams accordingly


Index: ChangeLog
===================================================================
RCS file: /cvs/poppler/poppler/ChangeLog,v
retrieving revision 1.483
retrieving revision 1.484
diff -u -d -r1.483 -r1.484
--- ChangeLog	24 Feb 2007 23:32:22 -0000	1.483
+++ ChangeLog	24 Feb 2007 23:43:34 -0000	1.484
@@ -1,3 +1,25 @@
+2007-02-25  Albert Astals Cid <aacid at kde.org>
+
+	* configure.ac:
+	* glib/poppler-document.cc:
+	* poppler/GlobalParams.cc:
+	* poppler/GlobalParams.h:
+	* poppler/PSOutputDev.cc:
+	* qt/poppler-document.cc:
+	* qt4/src/poppler-document.cc:
+	* qt4/src/poppler-private.h:
+	* qt4/src/poppler-qt4.h:
+	* test/gtk-splash-test.cc:
+	* test/pdf-inspector.cc:
+	* utils/pdffonts.cc:
+	* utils/pdfimages.cc:
+	* utils/pdfinfo.cc:
+	* utils/pdftohtml.cc:
+	* utils/pdftoppm.cc:
+	* utils/pdftops.cc:
+	* utils/pdftotext.cc: Remove dependency on xpdfrc file and cleanup
+	                      GlobalParams accordingly
+
 2007-02-25  Julien Rebetez  <julienr at svn.gnome.org>
             reviewed by: <aacid at kde.org>
 

Index: configure.ac
===================================================================
RCS file: /cvs/poppler/poppler/configure.ac,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- configure.ac	18 Feb 2007 21:44:24 -0000	1.67
+++ configure.ac	24 Feb 2007 23:43:34 -0000	1.68
@@ -34,7 +34,6 @@
 [  --enable-fixedpoint     use fixed point (instead of floating point) arithmetic],
 AC_DEFINE(USE_FIXEDPOINT, [1], [Use fixed point arithmetic]))
 
-AC_DEFINE_DIR(SYSTEM_XPDFRC, "{sysconfdir}/xpdfrc", [System wide config file])
 AC_DEFINE_DIR(POPPLER_DATADIR, "{datarootdir}/poppler", [Poppler data dir])
 
 dnl ##### Checks for header files.



More information about the poppler mailing list