elm: ChangeLog and NEWS for r78221.

SVN revision: 78223
This commit is contained in:
Daniel Juyung Seo 2012-10-19 05:40:16 +00:00
parent 4e49a5f52e
commit 8f818f22ad
2 changed files with 4 additions and 0 deletions

View File

@ -630,3 +630,6 @@
If the sum of item's min is larger than the viewport size in ELM_TOOLBAR_SHRINK_EXPAND mode, If the sum of item's min is larger than the viewport size in ELM_TOOLBAR_SHRINK_EXPAND mode,
it can be scroll. And the end of the item is fitted on the end of the viewport. it can be scroll. And the end of the item is fitted on the end of the viewport.
2012-10-19 Tae-Hwan Kim (Bluezery)
* Fixed wrong_calc_job parameter.

View File

@ -44,6 +44,7 @@ Fixes:
* Fix conform widget to be part of focus chain. * Fix conform widget to be part of focus chain.
* Fix genlist reorder mode item not being resized on genlist resize. * Fix genlist reorder mode item not being resized on genlist resize.
* Fix on_focus_region() issue. * Fix on_focus_region() issue.
* Fixed gengrid wrong_calc_job parameter.
Removals: Removals: