[cairo-commit] cairo ChangeLog,1.417,1.418 NEWS,1.14,1.15

Carl Worth commit at pdx.freedesktop.org
Tue Mar 8 19:25:41 PST 2005


Committed by: cworth

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

Modified Files:
	ChangeLog NEWS 
Log Message:

        * test/cairo_test.c (cairo_test_create_png_pattern): Look for png
        images in ${srcdir}/filename as well, so that make distcheck can
        still find them.

        * test/Makefile.am (EXTRA_DIST): Add romedalen.png to EXTRA_DIST
        so the tests can pass from the tar file.

        * doc/public/cairo-sections.txt: Fix typo: cairo-win3 ->
        cairo-win32.

        * doc/public/cairo-docs.xml: Add cairo-win32.xml to the list, so
        it gets generated as well.

        * NEWS (http): Add pointer to new win32 documentation.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.417
retrieving revision 1.418
diff -u -d -r1.417 -r1.418
--- ChangeLog	9 Mar 2005 01:36:24 -0000	1.417
+++ ChangeLog	9 Mar 2005 03:25:39 -0000	1.418
@@ -1,5 +1,20 @@
 2005-03-08  Carl Worth  <cworth at cworth.org>
 
+	* test/cairo_test.c (cairo_test_create_png_pattern): Look for png
+	images in ${srcdir}/filename as well, so that make distcheck can
+	still find them.
+
+	* test/Makefile.am (EXTRA_DIST): Add romedalen.png to EXTRA_DIST
+	so the tests can pass from the tar file.
+
+	* doc/public/cairo-sections.txt: Fix typo: cairo-win3 ->
+	cairo-win32.
+
+	* doc/public/cairo-docs.xml: Add cairo-win32.xml to the list, so
+	it gets generated as well.
+
+	* NEWS (http): Add pointer to new win32 documentation.
+
 	* configure.in: Increment CAIRO_VERSION to 0.4.0
 
 	* NEWS: Added notes for snapshot 0.4.0

Index: NEWS
===================================================================
RCS file: /cvs/cairo/cairo/NEWS,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- NEWS	9 Mar 2005 01:36:24 -0000	1.14
+++ NEWS	9 Mar 2005 03:25:39 -0000	1.15
@@ -36,6 +36,10 @@
 	double
 	cairo_win32_font_get_scale_factor (cairo_font_t *font);
 
+And see also the documentation at:
+
+http://cairographics.org/manual/cairo-Microsoft-Windows-Backend.html
+
 Disabled backend: quartz
 ------------------------
 Unfortunately, the quartz backend code is currently out of date with




More information about the cairo-commit mailing list