From 1c3020ea403ce59b6771d823320dfbdc9855e9dd Mon Sep 17 00:00:00 2001 From: Ji-hoon Lee Date: Thu, 17 Oct 2013 16:05:31 +0900 Subject: [PATCH] upload isf-2.4.7017 Change-Id: Ia4c5d9ceb50f6c6fd49efe1d54fda6c3683c180d --- configure.ac | 4 ++-- packaging/isf.changes | 4 ++++ packaging/isf.spec | 2 +- releasenote.txt | 5 +++++ 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 965ad9f..d27f2eb 100755 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Process this file with autoconf to produce a configure script #AC_INIT(scim, 1.4.7, suzhe@tsinghua.org.cn) -AC_INIT(isf, 2.4.7010, isf@samsung.com) +AC_INIT(isf, 2.4.7017, isf@samsung.com) AC_CONFIG_SRCDIR([ism/src/scim.h]) m4_pattern_allow([^AS_]) @@ -11,7 +11,7 @@ m4_pattern_allow([^AS_]) # ISF version ISF_MAJOR_VERSION=2 ISF_MINOR_VERSION=4 -ISF_MICRO_VERSION=7010 +ISF_MICRO_VERSION=7017 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION diff --git a/packaging/isf.changes b/packaging/isf.changes index 3588c6e..f893ab8 100644 --- a/packaging/isf.changes +++ b/packaging/isf.changes @@ -1,3 +1,7 @@ +* Thu Oct 17 2013 Ji-hoon Lee submit/tizen_2.2/20131010.105602@b356188 +- Modified to set show_requested to TRUE even when candidate is in SHOW state +- check cursor position to disable return key in case of focus-in event + * Thu Oct 10 2013 Jihoon Kim submit/tizen_2.2/20131008.023024@bf8a29f - fix bug candidate window disappears late - initialize cursor position as -1 in focus-out diff --git a/packaging/isf.spec b/packaging/isf.spec index 6bbb26b..ccd5a12 100644 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -3,7 +3,7 @@ Name: isf Summary: Input Service Framework -Version: 2.4.7010 +Version: 2.4.7017 Release: 1 Group: Graphics & UI Framework/Input License: LGPL-2.1 diff --git a/releasenote.txt b/releasenote.txt index b7494fa..d9ba02c 100644 --- a/releasenote.txt +++ b/releasenote.txt @@ -1,3 +1,8 @@ +ISF 2.4.7017 : + 1. Modified to set show_requested to TRUE even when candidate is in SHOW state + 2. check cursor position to disable return key in case of focus-in event + + ISF 2.4.7010 : 1. fix bug candidate window disappears late 2. initialize cursor position as -1 in focus-out -- 2.7.4