[cairo-commit] rcairo ChangeLog,1.121,1.122 extconf.rb,1.1,1.2
Kouhei Sutou
commit at pdx.freedesktop.org
Sat Apr 7 23:04:11 PDT 2007
- Previous message: [cairo-commit] ROADMAP
- Next message: [cairo-commit] rcairo/samples pac.rb, 1.6, 1.7 pac2.rb, 1.6,
1.7 png.rb, 1.12, 1.13 scalable.rb, 1.3, 1.4 text-on-path.rb,
1.3, 1.4 text2.rb, 1.6, 1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: kou
Update of /cvs/cairo/rcairo
In directory kemper:/tmp/cvs-serv13606
Modified Files:
ChangeLog extconf.rb
Log Message:
* src/rb_cairo_surface.c (ensure_finish_proc): supported
Cairo::Surface.new with block. If block is exited, a surface is
finished automatically.
* sample/*.rb: followed the above change.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/rcairo/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -d -r1.121 -r1.122
--- ChangeLog 10 Mar 2007 11:56:46 -0000 1.121
+++ ChangeLog 8 Apr 2007 06:04:01 -0000 1.122
@@ -1,3 +1,11 @@
+2007-04-08 Kouhei Sutou <kou at cozmixng.org>
+
+ * src/rb_cairo_surface.c (ensure_finish_proc): supported
+ Cairo::Surface.new with block. If block is exited, a surface is
+ finished automatically.
+
+ * sample/*.rb: followed the above change.
+
2007-03-10 Kouhei Sutou <kou at cozmixng.org>
* src/rb_cairo.c (Cairo::BINDINGS_VERSION): 1.4.1 -> 1.6.0.
Index: extconf.rb
===================================================================
RCS file: /cvs/cairo/rcairo/extconf.rb,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- extconf.rb 6 Mar 2007 12:17:33 -0000 1.1
+++ extconf.rb 8 Apr 2007 06:04:01 -0000 1.2
@@ -1,6 +1,7 @@
#!/usr/bin/env ruby
# vim: filetype=ruby:expandtab:shiftwidth=2:tabstop=8:softtabstop=2 :
+$LOAD_PATH.unshift(".")
require 'mkmf'
require 'pkg-config'
require 'fileutils'
- Previous message: [cairo-commit] ROADMAP
- Next message: [cairo-commit] rcairo/samples pac.rb, 1.6, 1.7 pac2.rb, 1.6,
1.7 png.rb, 1.12, 1.13 scalable.rb, 1.3, 1.4 text-on-path.rb,
1.3, 1.4 text2.rb, 1.6, 1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list