upload isf-2.4.7029 89/17689/1
authorJi-hoon Lee <dalton.lee@samsung.com>
Tue, 29 Oct 2013 05:08:22 +0000 (14:08 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 7 Mar 2014 11:28:10 +0000 (20:28 +0900)
Change-Id: I38414351c864bb382999b52f4c7e7c5b3ac14d57

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

index 2abf5ab..74e5409 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.7023, isf@samsung.com)
+AC_INIT(isf, 2.4.7029, 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=7023
+ISF_MICRO_VERSION=7029
 
 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION
 
index f9e32db..5fc32fd 100644 (file)
@@ -1,3 +1,14 @@
+* Tue Oct 29 2013 Ji-hoon Lee <dalton.lee@samsung.com> accepted/tizen_2.2/20131025.075857@88ea5fb
+- [panel] fix indentation
+- OSPIME_Support
+- [isfsetting] N_SE-55842: newly installed ime isn't shown in the 1st time
+- support feedback optionally in build environment
+- Remove unused source codes from PanelAgent class
+- Reset keyboard ISE when hardware keyboard is disconnected.
+- Add executable permission to xorg
+- Request to hide candidate when language is changed to English
+- Update helper focus_ic by focus_in_helper/focus_out_helper even when H/W keyboard is connecting
+
 * 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
index 825fd5c..6771842 100644 (file)
@@ -3,7 +3,7 @@
 
 Name:       isf
 Summary:    Input Service Framework
-Version:    2.4.7023
+Version:    2.4.7029
 Release:    1
 Group:      Graphics & UI Framework/Input
 License:    LGPL-2.1
index 2a0f9fb..61cebd6 100644 (file)
@@ -1,3 +1,15 @@
+ISF 2.4.7029 :
+ 1. [panel] fix indentation
+ 2. OSPIME_Support
+ 3. [isfsetting] N_SE-55842: newly installed ime isn't shown in the 1st time
+ 4. support feedback optionally in build environment
+ 5. Remove unused source codes from PanelAgent class
+ 6. Reset keyboard ISE when hardware keyboard is disconnected.
+ 7. Add executable permission to xorg
+ 8. Request to hide candidate when language is changed to English
+ 9. Update helper focus_ic by focus_in_helper/focus_out_helper even when H/W keyboard is connecting
+
+
 ISF 2.4.7023 :
  1. Support ESC key to hide IME
  2. Fix more button hide issue