[cairo-commit] rcairo ChangeLog,1.194,1.195 README,1.18,1.19
Kouhei Sutou
commit at pdx.freedesktop.org
Thu Jan 17 21:04:27 PST 2008
Committed by: kou
Update of /cvs/cairo/rcairo
In directory kemper:/tmp/cvs-serv1096
Modified Files:
ChangeLog README
Log Message:
* src/rb_cairo_surface.c: used rbobj_to_nsobj() and
ocid_to_rbobj() instead of rbobj_get_ocid() and ocobj_s_new().
Suggested by kumura wataru. Thanks!!!
* README: added kumura wataru to Thanks list.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/rcairo/ChangeLog,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -d -r1.194 -r1.195
--- ChangeLog 18 Jan 2008 04:57:20 -0000 1.194
+++ ChangeLog 18 Jan 2008 05:04:25 -0000 1.195
@@ -1,5 +1,11 @@
2008-01-18 Kouhei Sutou <kou at cozmixng.org>
+ * src/rb_cairo_surface.c: used rbobj_to_nsobj() and
+ ocid_to_rbobj() instead of rbobj_get_ocid() and ocobj_s_new().
+ Suggested by kumura wataru. Thanks!!!
+
+ * README: added kumura wataru to Thanks list.
+
* src/rb_cairo_surface.c: fixed # of arguments for
Cairo::Surface#mark_dirty.
Index: README
===================================================================
RCS file: /cvs/cairo/rcairo/README,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- README 29 Dec 2007 11:42:26 -0000 1.18
+++ README 18 Jan 2008 05:04:25 -0000 1.19
@@ -50,3 +50,4 @@
* NANKI Haruo: some bug fix patches.
* Paul van Tilburg: some patches that support ruby 1.9.
* Binzo: some bug reports and fixed that.
+ * kimura wataru: some advices for RubyCocoa.
More information about the cairo-commit
mailing list