From c18b9432eeabad028cd252d6a983c5abf06d9ac2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Wed, 11 May 2011 12:06:02 +0200 Subject: update Changelog , REVISION, autoload --- Changelog | 10 ++++++++++ lib/efl.rb | 5 +++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 266a639..f67848d 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,13 @@ +2011-05-11 Jérémy Zurcher + * use ditz ass issure tracker + * use FFI.attach_variable for EAPI extern ... + * Efl::EinaLog module and specs + * quick add classes : ElmWin, ElmInWIn, ElmBg, ElmLayout, ElmBox, ElmList, ElmIcon, ElmNotify, ElmDiskSelector, ElmPager + * REinaList has #to_a and #to_ary + * add ClassHelper #null? #to_a #to_ary #to_s + * rework REvasObject#initialize + * rework ClassHelper#method_missing + 2011-05-06 Jérémy Zurcher * release 0.0.5 * add REvasText class + specs diff --git a/lib/efl.rb b/lib/efl.rb index 33a8ad6..c4ce169 100644 --- a/lib/efl.rb +++ b/lib/efl.rb @@ -4,7 +4,7 @@ # module Efl # - VERSION = '0.0.5' + VERSION = '0.0.6' # autoload :EcoreEvas, './lib/efl/ecore_evas.rb' autoload :EcoreGetopt, './lib/efl/ecore_getopt.rb' @@ -12,8 +12,9 @@ module Efl autoload :Ecore, './lib/efl/ecore.rb' autoload :Edje, './lib/efl/edje.rb' autoload :Eet, './lib/efl/eet.rb' - autoload :EinHash, './lib/efl/eina_hash.rb' + autoload :EinaHash, './lib/efl/eina_hash.rb' autoload :EinaList, './lib/efl/eina_list.rb' + autoload :EinaLog, './lib/efl/eina_log.rb' autoload :Eina, './lib/efl/eina.rb' autoload :Elm, './lib/efl/elementary.rb' autoload :Evas, './lib/efl/evas.rb' -- cgit v1.1-2-g2b99