update isf-2.3.5706
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 6 Sep 2012 05:07:24 +0000 (14:07 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 10 Oct 2012 11:32:46 +0000 (20:32 +0900)
Change-Id: Ibb896b489e7c270acebfe18292153b9890bd4e3f

configure.ac
debian/changelog
packaging/isf.spec
releasenote.txt

index 925e000..648b406 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.3.5704, isf@samsung.com)
+AC_INIT(isf, 2.3.5706, 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=3
-ISF_MICRO_VERSION=5704
+ISF_MICRO_VERSION=5706
 
 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION
 
index 66f7ed7..fee5a22 100755 (executable)
@@ -1,3 +1,12 @@
+isf (2.3.5706-1slp2+1) unstable; urgency=low
+
+  * [immodule] add cursor position in Ise_Context structure
+  * [immodule] disable prediction in TERMINAL layout
+  * Git: framework/uifw/isf
+  * Tag: isf_2.3.5706-1slp2+1
+
+ -- Jihoon Kim <jihoon48.kim@samsung.com>  Thu, 06 Sep 2012 13:12:37 +0900
+
 isf (2.3.5704-1slp2+1) unstable; urgency=low
 
   * fix typo
index d22b69a..618f14d 100755 (executable)
@@ -1,10 +1,10 @@
-#sbs-git:framework/uifw/isf isf 2.3.5704 07f2b65224e6cef5cd6799065bb01fa656bc115e
+#sbs-git:framework/uifw/isf isf 2.3.5706 07f2b65224e6cef5cd6799065bb01fa656bc115e
 %define _usrdir        /usr
 %define _ugdir %{_usrdir}/ug
 
 Name:       isf
 Summary:    Input Service Framework
-Version:    2.3.5704
+Version:    2.3.5706
 Release:    1
 Group:      TO_BE/FILLED_IN
 License:    LGPL
index db58e44..9a025a5 100644 (file)
@@ -1,3 +1,13 @@
+ISF 2.3.5706 :
+  1. [immodule] add cursor position in Ise_Context structure
+  2. [immodule] disable prediction in TERMINAL layout
+
+
+ISF 2.3.5704 :
+  1. fix if no option for ise , disable the ise option item instead of popup.
+  2. [setting] fix typo
+
+
 ISF 2.3.5631 :
   1. [isf-panel-efl] Add longpress event for soft ISE.