[cairo-commit] cairo ChangeLog, 1.1215, 1.1216 configure.in, 1.161, 1.162

Carl Worth commit at pdx.freedesktop.org
Thu Jan 12 16:35:14 PST 2006


Committed by: cworth

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv11785

Modified Files:
	ChangeLog configure.in 
Log Message:

2006-01-12  Carl Worth  <cworth at cworth.org>

        * configure.in: Add a new CAIRO_HAS_MULTI_PAGE_SURFACES automake
        conditional.

        * test/.cvsignore:
        * test/Makefile.am:
        * test/pdf-clip.c:
        * test/pdf-surface.c:
        * test/ps-surface.c: Remove backend-specific tests (ps-surface,
        pdf-surface, and pdf-clip) that are now redundant with the ps and
        pdf support in the rest of the test suite.

        * test/multi-page.c: (draw), (draw_five_pages), (main): Add a new
        one-off test for testing show_page with both the ps and pdf
        backends.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1215
retrieving revision 1.1216
diff -u -d -r1.1215 -r1.1216
--- ChangeLog	12 Jan 2006 21:36:36 -0000	1.1215
+++ ChangeLog	13 Jan 2006 00:35:12 -0000	1.1216
@@ -1,5 +1,22 @@
 2006-01-12  Carl Worth  <cworth at cworth.org>
 
+	* configure.in: Add a new CAIRO_HAS_MULTI_PAGE_SURFACES automake
+	conditional.
+	
+	* test/.cvsignore:
+	* test/Makefile.am:
+	* test/pdf-clip.c:
+	* test/pdf-surface.c:
+	* test/ps-surface.c: Remove backend-specific tests (ps-surface,
+	pdf-surface, and pdf-clip) that are now redundant with the ps and
+	pdf support in the rest of the test suite.
+
+	* test/multi-page.c: (draw), (draw_five_pages), (main): Add a new
+	one-off test for testing show_page with both the ps and pdf
+	backends.
+
+2006-01-12  Carl Worth  <cworth at cworth.org>
+
 	Some fixes for the fact that multi-page output was totally broken
 	for cairo_ps_surface_t (at least):
 

Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairo/configure.in,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- configure.in	29 Dec 2005 15:17:01 -0000	1.161
+++ configure.in	13 Jan 2006 00:35:12 -0000	1.162
@@ -515,6 +515,8 @@
 AC_SUBST(POPPLER_CFLAGS)
 AC_SUBST(POPPLER_LIBS)
 
+AM_CONDITIONAL(CAIRO_HAS_MULTI_PAGE_SURFACES, test "x$use_ps" = "xyes" -o "x$use_pdf" = "xyes")
+
 CAIRO_LIBS="$CAIRO_LIBS $PDF_LIBS"
 
 AC_SUBST(PDF_LIBS)



More information about the cairo-commit mailing list