Updated ChangeLog/NEWS. Finally I became a vtorri bot.

This commit is contained in:
Daniel Juyung Seo 2013-02-28 15:37:03 +09:00
parent d58d971e6f
commit 450c44e464
2 changed files with 10 additions and 0 deletions

View File

@ -1058,6 +1058,14 @@
* Fix scroller acceleration bug. It was accelerated even it's scrolled
after finishing the previous scroll. This happens with page scroll enabled.
2013-02-25 Taehwan Kim
* Fix 1byte invalid read & do memset, rewind if needed.
2013-02-26 Jaeun Choi
* Add omit feature to elm_index.
2013-02-28 Jaehwan Kim
* Add the option about sending signals in content_pos_set.

View File

@ -74,6 +74,7 @@ Improvements:
* Improve naviframe to not apply items' style multiple times when theme/styles are changed.
* 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.
* Add omit feature to elm_index.
Fixes:
@ -160,6 +161,7 @@ Fixes:
* 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.
* Fix 1byte invalid read & do memset, rewind if needed.
Removals: