[cairo-commit] rcairo ChangeLog,1.15,1.16 README,1.3,1.4

Oeyvind Kolaas commit at pdx.freedesktop.org
Thu Jun 23 02:30:50 PDT 2005


Committed by: pippin

Update of /cvs/cairo/rcairo
In directory gabe:/tmp/cvs-serv3877

Modified Files:
	ChangeLog README 
Log Message:
API shakeup, watch out for falling pieces

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/rcairo/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- ChangeLog	21 Mar 2005 13:11:05 -0000	1.15
+++ ChangeLog	23 Jun 2005 09:30:48 -0000	1.16
@@ -1,3 +1,16 @@
+2005-06-23  Øyvind Kolås  <pippin at freedesktop.org>
+
+	API shakeup, watch out for falling parts.
+
+	* packages/cairo/ext/*.c: large changes, and regressions.
+	* packages/cairo/ext/rb_cairo_font.[ch]: removed
+	* packages/cairo/ext/rb_cairo_font_face.[ch]: added
+	* packages/cairo/lib/cairo.rb:
+	* samples/*.rb: removed
+	* samples/png.rb: initial test case for new API.
+	* README: fixed spelling error.
+	* AUTHORS: added Ilmari Heikkinen.
+
 2005-03-21  Øyvind Kolås  <pippin at freedesktop.org>
 
 	* packages/cairo/ext/rb_cairo_context.c: Rename methods to eliminate

Index: README
===================================================================
RCS file: /cvs/cairo/rcairo/README,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- README	20 Mar 2005 22:55:38 -0000	1.3
+++ README	23 Jun 2005 09:30:48 -0000	1.4
@@ -25,7 +25,7 @@
 ./setup.rb setup     # to compile
 
 # the samples in the samples folder should be able to run before
-# instaliing.
+# installation.
 
 ./setup.rb install   # to install the cairo extension.
 




More information about the cairo-commit mailing list