Upload isf-2.4.6909 50/17550/1
authorLi Zhang <li2012.zhang@samsung.com>
Mon, 9 Sep 2013 11:15:10 +0000 (19:15 +0800)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 7 Mar 2014 02:27:40 +0000 (11:27 +0900)
Change-Id: Ic031ee23b40a2da2ad3081c119487b6a20eb1553

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

index 510ecd4..b6ea784 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.6904, isf@samsung.com)
+AC_INIT(isf, 2.4.6909, 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=6904
+ISF_MICRO_VERSION=6909
 
 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION
 
index 3d04579..861bd6c 100644 (file)
@@ -1,3 +1,15 @@
+* Mon Sep 09 2013 Li Zhang <li2012.zhang@samsung.com> submit/tizen_2.2/20130904.051918@b285e72
+- Release configbase when App exiting
+- Add soft candidate interface
+- Remove send_candidate_will_hide_ack from IMControlClient
+- Change pagesize to 2 bytes
+- Solve input_panel_state_get issue
+- Avoiding keyboard flickering when focus out,reset and commit string
+- Use non-blocking mode socket
+- Update gtkimcontextscim.cpp and scim_x11_frontend.cpp for PanelClient
+- Add SCIM_IME_SUPPORT_LANGUAGE_TOGGLE_KEY option for keyboard ISE
+- add exit test case
+
 * Wed Sep 04 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130829.082133@a396d4d
 - Fix bug candidate window hide after 1 sec when application is terminated
 - [efl_setting] Update Makefile.am
index 840ce7f..66d285b 100644 (file)
@@ -3,7 +3,7 @@
 
 Name:       isf
 Summary:    Input Service Framework
-Version:    2.4.6904
+Version:    2.4.6909
 Release:    1
 Group:      Graphics & UI Framework/Input
 License:    LGPL-2.1
index 1778c72..cf65269 100644 (file)
@@ -1,3 +1,16 @@
+ISF 2.4.6909 :
+ 1. Release configbase when App exiting
+ 2. Add soft candidate interface
+ 3. Remove send_candidate_will_hide_ack from IMControlClient
+ 4. Change pagesize to 2 bytes
+ 5. Solve input_panel_state_get issue
+ 6. Avoiding keyboard flickering when focus out,reset and commit string
+ 7. Use non-blocking mode socket
+ 8. Update gtkimcontextscim.cpp and scim_x11_frontend.cpp for PanelClient
+ 9. Add SCIM_IME_SUPPORT_LANGUAGE_TOGGLE_KEY option for keyboard ISE
+10. add exit test case
+
+
 ISF 2.4.6904 :
  1. Fix bug candidate window hide after 1 sec when application is terminated
  2. [efl_setting] Update Makefile.am