elementary/naviframe - updated Changelog & NEWS

This commit is contained in:
ChunEon Park 2013-03-07 22:12:11 +09:00
parent 02cd629c71
commit 9fe5fcab7d
2 changed files with 2 additions and 0 deletions

View File

@ -1122,3 +1122,4 @@
2013-03-07 ChunEon Park (Hermet)
* Add elm_naviframe_item_pop_cb_set().
* Naviframe works for H/W backkey event.

View File

@ -81,6 +81,7 @@ Improvements:
* Don't handle the resize objects in widget infrastructure. Actually resize objects are sub objects so we don't need to care them separately. This causes overhead in some cases(ie, theme change..).
* Improve support on 64bits system.
* Improve gengrid item append performance.
* Naviframe works for H/W Back key event.
Fixes: