diff --git a/legacy/elementary/ChangeLog b/legacy/elementary/ChangeLog index 550b76d9da..4f4f731b0a 100644 --- a/legacy/elementary/ChangeLog +++ b/legacy/elementary/ChangeLog @@ -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. diff --git a/legacy/elementary/NEWS b/legacy/elementary/NEWS index edb7fb9fe0..4e4eb0a40a 100644 --- a/legacy/elementary/NEWS +++ b/legacy/elementary/NEWS @@ -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: