[cairo-commit] cairomm ChangeLog,1.13,1.14 configure.in,1.4,1.5

Murray Cumming commit at pdx.freedesktop.org
Sat Jan 7 03:53:04 PST 2006


Committed by: murrayc

Update of /cvs/cairo/cairomm
In directory gabe:/tmp/cvs-serv1730

Modified Files:
	ChangeLog configure.in 
Log Message:
2006-01-06  Jonathon Jongsma  <jonathon.jongsma at gmail.com>

        * cairomm/surface.cc:
        * cairomm/surface.h: Added implementation of write_to_png() and
        write_to_png_stream() when PNG support is available in the base cairo
        library
        * examples/png_file/*: Added an example of creating an image surface and
        saving it to a png image file
        * examples/Makefile.am: add new example directory to SUBDIRS list
        * configure.in: added output declaration for examples/png_file/Makefile
        * examples/makefile.am_fragment: fix leftover libxml boilerplate


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairomm/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- ChangeLog	6 Jan 2006 16:14:19 -0000	1.13
+++ ChangeLog	7 Jan 2006 11:53:02 -0000	1.14
@@ -1,3 +1,15 @@
+2006-01-06  Jonathon Jongsma  <jonathon.jongsma at gmail.com>
+
+	* cairomm/surface.cc:
+	* cairomm/surface.h: Added implementation of write_to_png() and
+	write_to_png_stream() when PNG support is available in the base cairo
+	library
+	* examples/png_file/*: Added an example of creating an image surface and
+	saving it to a png image file
+	* examples/Makefile.am: add new example directory to SUBDIRS list
+	* configure.in: added output declaration for examples/png_file/Makefile
+	* examples/makefile.am_fragment: fix leftover libxml boilerplate
+
 2006-01-03  Jonathon Jongsma  <jonathon.jongsma at gmail.com>
 
 	* cairomm/surface.cc: added missing implementations for reference() and

Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairomm/configure.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- configure.in	23 Dec 2005 15:11:55 -0000	1.4
+++ configure.in	7 Jan 2006 11:53:02 -0000	1.5
@@ -99,6 +99,7 @@
   cairomm/Makefile
 
   examples/Makefile
+  examples/png_file/Makefile
 
   cairomm-1.0.pc
 )



More information about the cairo-commit mailing list