From 348b033bd2e918c3c256a07d9f4525d6bc265d23 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Thu, 6 Dec 2012 10:38:40 +0000 Subject: [PATCH] elm: Updated NEWS and ChangeLog for r80312. SVN revision: 80336 --- legacy/elementary/ChangeLog | 4 ++++ legacy/elementary/NEWS | 1 + 2 files changed, 5 insertions(+) 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: