[poppler] poppler: ChangeLog,1.309,1.310 configure.ac,1.48,1.49

Albert Astals Cid aacid at freedesktop.org
Mon Feb 6 12:49:23 PST 2006


Update of /cvs/poppler/poppler
In directory gabe:/tmp/cvs-serv17360

Modified Files:
	ChangeLog configure.ac 
Log Message:
Various fixes from Frank Meerkötter to enable fixedpoint arithmetic


Index: ChangeLog
===================================================================
RCS file: /cvs/poppler/poppler/ChangeLog,v
retrieving revision 1.309
retrieving revision 1.310
diff -u -d -r1.309 -r1.310
--- ChangeLog	6 Feb 2006 18:50:10 -0000	1.309
+++ ChangeLog	6 Feb 2006 20:49:21 -0000	1.310
@@ -1,4 +1,12 @@
 2006-02-06  Albert Astals Cid  <aacid at kde.org>
+
+	* configure.ac:
+	* goo/FixedPoint.h:
+	* splash/Splash.cc:
+	* splash/SplashTypes.h: Various fixes from Frank Meerkötter to enable
+	fixedpoint arithmetic
+
+2006-02-06  Albert Astals Cid  <aacid at kde.org>
 	
 	* poppler/Annot.cc: Fix small leaks
 	* poppler/JBIG2Stream.cc: Remove check improving as really did not

Index: configure.ac
===================================================================
RCS file: /cvs/poppler/poppler/configure.ac,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- configure.ac	23 Jan 2006 18:52:48 -0000	1.48
+++ configure.ac	6 Feb 2006 20:49:21 -0000	1.49
@@ -31,7 +31,7 @@
 
 AC_ARG_ENABLE(fixedpoint,
 [  --enable-fixedpoint     use fixed point (instead of floating point) arithmetic],
-AC_DEFINE(USE_FIXEDPOINT, [], [Use fixed point arithmetic]))
+AC_DEFINE(USE_FIXEDPOINT, [1], [Use fixed point arithmetic]))
 
 dnl ##### Path to xpdfrc.
 dnl This ugly kludge to get the sysconfdir path is needed because



More information about the poppler mailing list