[cairo] [rcairo][RFC] 1.0 road map
Kouhei Sutou
kou at cozmixng.org
Wed Sep 28 22:12:23 PDT 2005
Hi,
I want to hear pippin's comments for my plan for releasing
rcairo 1.0:
* remove cairo < 1.0 support.
* remove gtkcairo support because gtkcairo is
obsolete(*1).
* implement all functions and conform to 'Appendix
A. Creating a language binding for cairo'(*2).
* change indentation style of cairo.rb to ruby-mode.el's
default style:
- indent size: 2
- module Cairo
...
class ...
...
end
...
end
|
\|/
- module Cairo
...
class ...
...
end
...
end
* improve extconf.rb. (e.g. checking cairo is installed or not.)
* update setup.rb.
--
(*1) http://lists.freedesktop.org/archives/cairo-commit/2005-August/004432.html
(*2) http://www.cairographics.org/manual/language-bindings.html
--
Thanks,
--
kou
More information about the cairo
mailing list