diff options
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1,3 +1,10 @@ +2012-01-xx Jérémy Zurcher <jeremy@asynk.ch> + * remove usage of autoload + * efl.rb holds objects and method_missing helper code + * native.rb only helps for ffi mapping + * follow new elementary header split + * object constructors use instance_eval instead of yield + 2011-09-02 Jérémy Zurcher <jeremy@asynk.ch> * release 0.0.9 * implement test_bg, test_actionslider, test_box @@ -17,8 +24,8 @@ * elementary objects constructor helper * elementary objects may wrap callback pointers * quick add classes : ElmDiskSelectorItem, ElmEntry, ElmFlipSelector, ElmFLipSelectorItem, ElmHoversel, ElmHoverselItem, ElmGenlistItemClassStruct, ElmHover, ElmButton, ElmListItem, ElmGenList, - * auto complete _set and _get function suffixes - * bugfix ecore_getopt + * auto complete _set and _get function suffixes + * bugfix ecore_getopt * add REinaList#from_a ptrt * add REinaList#to_a ptrt=nil * rework EcoreGetopt |