[cairo-commit] rcairo ChangeLog,1.102,1.103
Kouhei Sutou
commit at pdx.freedesktop.org
Tue Dec 19 06:28:52 PST 2006
Committed by: kou
Update of /cvs/cairo/rcairo
In directory kemper:/tmp/cvs-serv20673
Modified Files:
ChangeLog
Log Message:
* packages/cairo/ext/rb_cairo_pattern.c:
- moved Cairo::SurfacePattern#{extend,filter}{,=} to
Cairo::Pattern. I can't remember why I defined them in
Cairo::SurfacePattern...
- defined Cairo::Pattern#__extend__ as alias of Object#extend to
avoid discarding.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/rcairo/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- ChangeLog 15 Dec 2006 08:45:19 -0000 1.102
+++ ChangeLog 19 Dec 2006 14:28:47 -0000 1.103
@@ -1,3 +1,12 @@
+2006-12-19 Kouhei Sutou <kou at cozmixng.org>
+
+ * packages/cairo/ext/rb_cairo_pattern.c:
+ - moved Cairo::SurfacePattern#{extend,filter}{,=} to
+ Cairo::Pattern. I can't remember why I defined them in
+ Cairo::SurfacePattern...
+ - defined Cairo::Pattern#__extend__ as alias of Object#extend to
+ avoid discarding.
+
2006-12-15 Kouhei Sutou <kou at cozmixng.org>
* packages/cairo/lib/cairo/context/path.rb: ported Pango's
More information about the cairo-commit
mailing list