diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-02-27 15:48:45 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-02-27 15:48:45 +0100 |
commit | ef44077310b4ebf8d3cb31ccb57d15b96a94c9d3 (patch) | |
tree | c2bb690ccc1be37c03f6dcdcf892fbf3e17f5067 /Changelog | |
parent | dbb2c5713e11489dfaeb318a82785017f1794dde (diff) | |
parent | b030c490265bb13ee98a650da419a033495042ed (diff) | |
download | ffi-efl-ef44077310b4ebf8d3cb31ccb57d15b96a94c9d3.zip ffi-efl-ef44077310b4ebf8d3cb31ccb57d15b96a94c9d3.tar.gz |
Merge branch 'wip'
Conflicts:
tools/genruby.rb
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 |