elementary, elementary-1.7 ChangeLog/NEWS: Updated Change and NEWS for jaehwan's scroller bug fix commit.

SVN revision: 84294
This commit is contained in:
Daniel Juyung Seo 2013-02-22 02:09:38 +00:00
parent d8815d2ff2
commit c48531ecb5
2 changed files with 6 additions and 0 deletions

View File

@ -1056,3 +1056,8 @@
* Improve a lot of the dnd infra to be more fully baked
* Add elm_drop_target_add() elm_drop_target_del() and elm_drag_start()
2013-02-21 Jaehwan Kim
* Fix scroller acceleration bug. It was accelerated even it's scrolled
after finishing the previous scroll. This happens with page scroll enabled.

View File

@ -158,6 +158,7 @@ Fixes:
* Fix restacking issue on ctxpopup - resatck callback makes the bg object be top of ctxpopup.
* Fix vsync option in gl engine windows
* Fix elm_progressbar_pulse() to abort if pulsing not enabled
* Fix scroller acceleration bug. It was accelerated even it's scrolled after finishing the previous scroll. This happens with page scroll enabled.
Removals: