summaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-27 15:48:45 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-27 15:48:45 +0100
commitef44077310b4ebf8d3cb31ccb57d15b96a94c9d3 (patch)
treec2bb690ccc1be37c03f6dcdcf892fbf3e17f5067 /Changelog
parentdbb2c5713e11489dfaeb318a82785017f1794dde (diff)
parentb030c490265bb13ee98a650da419a033495042ed (diff)
downloadffi-efl-ef44077310b4ebf8d3cb31ccb57d15b96a94c9d3.zip
ffi-efl-ef44077310b4ebf8d3cb31ccb57d15b96a94c9d3.tar.gz
Merge branch 'wip'
Conflicts: tools/genruby.rb
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog11
1 files changed, 9 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index 7799429..8d850e2 100644
--- a/Changelog
+++ b/Changelog
@@ -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