upload isf-2.4.6712 66/17466/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Fri, 12 Jul 2013 04:56:40 +0000 (13:56 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 7 Mar 2014 02:00:05 +0000 (11:00 +0900)
Change-Id: I868d98796a7fb5141534732558cc8c95b5cc9d59

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

index 398c30d..3cd1e85 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.6711, isf@samsung.com)
+AC_INIT(isf, 2.4.6712, 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=6711
+ISF_MICRO_VERSION=6712
 
 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION
 
index c1bdbd0..9a6826c 100644 (file)
@@ -1,3 +1,9 @@
+* Fri Jul 12 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130711.000228@3df7f2f
+- Fix wrong candidate angle affects the geometry of ISE
+- Refined the routine for updating ISE size information
+- Changed to relocate candidate window instead of hiding it when H/W keyboard attached
+- check hardware keyboard status before set active ise
+
 * Thu Jul 11 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130709.065255@552cf9e
 - check hardware mode before back hw_keyboard_selection_view_set_cb
 - Add dbus smack rule for setting UG
index 0fa85a5..48be3ed 100644 (file)
@@ -3,7 +3,7 @@
 
 Name:       isf
 Summary:    Input Service Framework
-Version:    2.4.6711
+Version:    2.4.6712
 Release:    1
 Group:      Graphics & UI Framework/Input
 License:    LGPL-2.1
index b8b91eb..6840a2f 100644 (file)
@@ -1,3 +1,10 @@
+ISF 2.4.6712 :
+ 1. Fix wrong candidate angle affects the geometry of ISE
+ 2. Refined the routine for updating ISE size information
+ 3. Changed to relocate candidate window instead of hiding it when H/W keyboard attached
+ 4. check hardware keyboard status before set active ise
+
+
 ISF 2.4.6711 :
  1. Add dbus smack rule for setting UG
  2. [setting] update current keyboard engine on on_resume