elm: Updated NEWS and ChangeLog for r80312.

SVN revision: 80336
This commit is contained in:
Daniel Juyung Seo 2012-12-06 10:38:40 +00:00
parent cf45191574
commit 348b033bd2
2 changed files with 5 additions and 0 deletions

View File

@ -774,3 +774,7 @@
* Fix elm_conform buffer to always finish with at least one '\0';
* Fix forgotten break in elm_map that would have thrown error when the
action was properly taken in fact.
2012-12-06 Daniel Juyung Seo (SeoZ)
* Fix wheel scroll direction with shift.

View File

@ -80,6 +80,7 @@ Fixes:
* Fix buffer to always have a final '\0' in elm_conform.
* Fix forgotten break in elm_map that would have thrown error when the action was properly
taken in fact.
* Fix wheel scroll direction with shift.
Removals: