upload isf-2.4.7010 60/17660/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 10 Oct 2013 10:52:55 +0000 (19:52 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 7 Mar 2014 09:38:06 +0000 (18:38 +0900)
Change-Id: Iac2830d6d94781cb8c2b6677c68bd9e664038bb5

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

index 1aa7c6b..965ad9f 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.7008, isf@samsung.com)
+AC_INIT(isf, 2.4.7010, 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=7008
+ISF_MICRO_VERSION=7010
 
 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION
 
index 2203459..3588c6e 100644 (file)
@@ -1,3 +1,9 @@
+* 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
+- fix typo in comments
+- Modified to open candidate window whenever ISE is on, unless HIDE is requested explicitly
+
 * Tue Oct 08 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20131001.072127@842f0e2
 - Revert "fix bug the font of candidate word isn't changed according to the change of system font"
 - Modified to hide candidate window when switching back to SW keyboard mode
index 9eb3e83..6bbb26b 100644 (file)
@@ -3,7 +3,7 @@
 
 Name:       isf
 Summary:    Input Service Framework
-Version:    2.4.7008
+Version:    2.4.7010
 Release:    1
 Group:      Graphics & UI Framework/Input
 License:    LGPL-2.1
index 89d80eb..b7494fa 100644 (file)
@@ -1,3 +1,10 @@
+ISF 2.4.7010 :
+ 1. fix bug candidate window disappears late
+ 2. initialize cursor position as -1 in focus-out
+ 3. fix typo in comments
+ 4. Modified to open candidate window whenever ISE is on, unless HIDE is requested explicitly
+
+
 ISF 2.4.7008 :
  1. Revert "fix bug the font of candidate word isn't changed according to the change of system font"
  2. Modified to hide candidate window when switching back to SW keyboard mode