upload isf-2.4.7023 77/17677/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Wed, 23 Oct 2013 00:52:00 +0000 (09:52 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 7 Mar 2014 09:42:11 +0000 (18:42 +0900)
Change-Id: If99dd578d9e4d345278cb38740fb04455713d01d

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

index c6f6cf7..bbd7c4a 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.7022, isf@samsung.com)
+AC_INIT(isf, 2.4.7023, 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=7022
+ISF_MICRO_VERSION=7023
 
 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION
 
index 42f0b48..f9e32db 100644 (file)
@@ -1,3 +1,7 @@
+* Wed Oct 23 2013 Jihoon Kim <jihoon48.kim@samsung.com> accepted/tizen_2.2/20131022.161008@5321e06
+- Fix more button hide issue
+- Support ESC key to hide IME
+
 * Tue Oct 22 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20131017.075750@d61454d
 - add NULL check of p->name in scim_string_to_key ()
 - check whether length is NULL or not in imdata_get
index 4bcec7c..d5a0d45 100644 (file)
@@ -3,7 +3,7 @@
 
 Name:       isf
 Summary:    Input Service Framework
-Version:    2.4.7022
+Version:    2.4.7023
 Release:    1
 Group:      Graphics & UI Framework/Input
 License:    LGPL-2.1
index 861bdc9..2a0f9fb 100644 (file)
@@ -1,3 +1,8 @@
+ISF 2.4.7023 :
+ 1. Support ESC key to hide IME
+ 2. Fix more button hide issue
+
+
 ISF 2.4.7022 :
  1. add NULL check of p->name in scim_string_to_key ()
  2. check whether length is NULL or not in imdata_get