upload isf-2.4.7017 63/17663/1
authorJi-hoon Lee <dalton.lee@samsung.com>
Thu, 17 Oct 2013 07:05:31 +0000 (16:05 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 7 Mar 2014 09:40:02 +0000 (18:40 +0900)
Change-Id: Ia4c5d9ceb50f6c6fd49efe1d54fda6c3683c180d

configure.ac
packaging/isf.changes
packaging/isf.spec
releasenote.txt

index 965ad9f..d27f2eb 100755 (executable)
@@ -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
 
index 3588c6e..f893ab8 100644 (file)
@@ -1,3 +1,7 @@
+* Thu Oct 17 2013 Ji-hoon Lee <dalton.lee@samsung.com> 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 <jihoon48.kim@samsung.com> submit/tizen_2.2/20131008.023024@bf8a29f
 - fix bug candidate window disappears late
 - initialize cursor position as -1 in focus-out
index 6bbb26b..ccd5a12 100644 (file)
@@ -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
index b7494fa..d9ba02c 100644 (file)
@@ -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