elm: ChangeLog and NEWS for r78111.

SVN revision: 78113
This commit is contained in:
Daniel Juyung Seo 2012-10-17 10:27:27 +00:00
parent 5b7785ccea
commit 4101a75c44
2 changed files with 8 additions and 1 deletions

View File

@ -618,3 +618,9 @@
2012-10-15 Prince Dubey Kumar <prince.dubey@samsung.com>
* Fix genlist reorder mode item not being resized on genlist resize.
2012-10-17 Daniel Juyung Seo <seojuyung2@gmail.com>
* elm: Fixed on_focus_region() issue. Focused area should be scrolled
only when it is needed. Now only entry needs this feature.

View File

@ -43,7 +43,8 @@ Fixes:
* Fix diskselector bug with more than 4 items.
* Fix conform widget to be part of focus chain.
* Fix genlist reorder mode item not being resized on genlist resize.
* Fix on_focus_region() issue.
Removals:
* All internal widget hooks (and related macros) were removed, due