summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changelog13
-rw-r--r--TODO24
-rw-r--r--lib/efl.rb2
3 files changed, 25 insertions, 14 deletions
diff --git a/Changelog b/Changelog
index d1a8e40..266a639 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,15 @@
-2011-05-11 Jérémy Zurcher <jeremy@asynk.ch>
+2011-05-06 Jérémy Zurcher <jeremy@asynk.ch>
+ * release 0.0.5
+ * add REvasText class + specs
+ * add REvasBox class + specs
+ * add EinaRectangleStruct
+ * add REvasPolygon#<<
+ * add REvasObject#center set/get/=
+ * update REvasObject#initialize
+ * bugfix REvasObject#free
+ * bugfix evas_spec and test_evas
+
+2011-05-05 Jérémy Zurcher <jeremy@asynk.ch>
* release 0.0.4
* ruby 1.8.7 compatible
* FFI::AutoPointer usage fixed, constructors cleaned
diff --git a/TODO b/TODO
index 137a191..a1dc901 100644
--- a/TODO
+++ b/TODO
@@ -6,30 +6,30 @@ global
see tag "seperate-natives"
- maybe allow meth= within module#method_missing ( tools/genruby.rb)
-Eet
- - ...
-
-Eina
- - ...
-
Evas
- - REvasMap
+ - complete REvasBox specs
- REvasImage
- - REvasText
- - REvasTextBlock
- REvasSmart
- - REvasBox
- REvasTable
+ - REvasMap
- REvasFilter
+ - REvasTextBlock
- REvasCservv
- continue Evas.h from evas_load_error_str till $
Ecore
+ - getopt why -E => ERROR: invalid options found. See --help
- ecore_evas_maximized_set
+Elementary
+ - ...
+
Edje
- - test/test_edje.rb crashes or freeze at exit
+ - ...
-Elementary
+Eet
+ - ...
+
+Eina
- ...
diff --git a/lib/efl.rb b/lib/efl.rb
index f7b2ee9..33a8ad6 100644
--- a/lib/efl.rb
+++ b/lib/efl.rb
@@ -4,7 +4,7 @@
#
module Efl
#
- VERSION = '0.0.4'
+ VERSION = '0.0.5'
#
autoload :EcoreEvas, './lib/efl/ecore_evas.rb'
autoload :EcoreGetopt, './lib/efl/ecore_getopt.rb'