diff options
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | etc/profile.d/elm.sh | 1 |
3 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 9a7dc77..70ca9c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +elm-misc (0.1-11) unstable; urgency=low + + * ELM_THUMBSCROLL_FRICTION=3.0 added for genlist scroll + * Git: 165.213.180.234:/git/slp/pkgs/elm-misc + * Tag: elm-misc_0.1-11 + + -- Seokjae Jeong <seok.j.jeong@samsung.com> Tue, 26 Oct 2010 22:08:46 +0900 + elm-misc (0.1-10) unstable; urgency=low * [ELM_PASSWORD_SHOW_LAST_CHARACTER]- variable added. diff --git a/debian/control b/debian/control index fcc9733..0b87322 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: elm-misc Section: devel Priority: optional -Maintainer: Jaehwan Kim <jae.hwan.kim@samsung.com> +Maintainer: Jaehwan Kim <jae.hwan.kim@samsung.com>, Seokjae Jeong <seok.j.jeong@samsung.com> Uploaders: ChunEon Park <chuneon.park@samsung.com>, Juyung Seo <juyung.seo@samsung.com> Build-Depends: debhelper (>= 5) Standards-Version: 3.8.3 diff --git a/etc/profile.d/elm.sh b/etc/profile.d/elm.sh index b6a3be5..ab48b2c 100755 --- a/etc/profile.d/elm.sh +++ b/etc/profile.d/elm.sh @@ -1,5 +1,6 @@ export ELM_FONT_PATH=/usr/share/SLP/fonts export ELM_PAGE_SCROLL_FRICTION=0.5 +export ELM_THUMBSCROLL_FRICTION=3.0 export ELM_BRING_IN_SCROLL_FRICTION=0.5 export ELM_FPS=6000 export ELM_INPUT_PANEL=1 |