[cairo-commit] rcairo ChangeLog,1.12,1.13
Oeyvind Kolaas
commit at pdx.freedesktop.org
Thu Mar 17 08:02:59 PST 2005
Committed by: pippin
Update of /cvs/cairo/rcairo
In directory gabe:/tmp/cvs-serv21997
Modified Files:
ChangeLog
Log Message:
adding surface.finish (for pdf)
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/rcairo/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- ChangeLog 15 Mar 2005 08:19:59 -0000 1.12
+++ ChangeLog 17 Mar 2005 16:02:57 -0000 1.13
@@ -1,9 +1,24 @@
+2005-03-17 Ãyvind KolÃ¥s <pippin at freedesktop.org>
+
+ * packages/cairo/ext/rb_cairo_exception.c: added WriteError and
+ SurfaceFinishedError.
+ * packages/cairo/ext/rb_cairo_surface.c:
+ added finish method.
+ fixed typo in define, that mistook define for PDF as PS.
+ * packages/cairo/ext/rb_cairo_*:
+ search and replace to use rb_cairo_exception_raise instead
+ of cairo_raise_exception
+ * samples/pdf.rb: removed
+ * samples/pdf-a4_grid.rb: added
+
+
2005-03-15 Ãyvind KolÃ¥s <pippin at freedesktop.org>
* packages/cairo/ext/rb_cairo_context.c:
* packages/cairo/lib/cairo.rb: Following API shakeup in cairo,
s/cairo_current_foo/cairo_get_foo/ .
+
2005-02-15 Ãyvind KolÃ¥s <pippin at freedesktop.org>
* packages/cairo/ext/rb_cairo.c: added initialization of pattern.
More information about the cairo-commit
mailing list