upload isf-2.4.6411
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 11 Apr 2013 07:07:10 +0000 (16:07 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 11 Apr 2013 07:07:10 +0000 (16:07 +0900)
Change-Id: I960f012db85da917c9bf1032f21d670afc9ce1e0

configure.ac
packaging/isf.spec
releasenote.txt

index a88862d..0667048 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.6406, isf@samsung.com)
+AC_INIT(isf, 2.4.6411, 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=6406
+ISF_MICRO_VERSION=6411
 
 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION
 
index d36ea72..cdcf5c7 100755 (executable)
@@ -3,7 +3,7 @@
 
 Name:       isf
 Summary:    Input Service Framework
-Version:    2.4.6406
+Version:    2.4.6411
 Release:    1
 Group:      System Environment/Libraries
 License:    LGPL
index e03e286..eff735b 100644 (file)
@@ -1,3 +1,25 @@
+ISF 2.4.6411 :
+ 1. [panel] Added else statement to ensure the geometry excludes candidate window when hidden
+ 2. [panel] Added return value checking routine for rotation_geometry_get
+ 3. [immodule] Added shift_mode_en/disable
+ 4. [iimmodule] Added extra will_show timer deletion code
+ 5. [demo] add a variety of layout and return key type in return key disable test case
+ 6. [panel] Modified to register the control window's xid to root window
+ 7. [panel] Added NULL check, window param check and unified parameter names
+ 8. [panel] use enum for setting SIP status
+ 9. [immodule] set layout into imengine even though ecore_imf_context_input_panel_layout_set() is called after ecore_imf_context_focus_in()
+10. [setting] set default ISE and input language based on CSC information
+11. [immodule] don't save hide request context in the IME hide state
+
+
+ISF 2.4.6409 :
+ 1. fix:add <application-service> item in ug-isfsetting-efl.xml
+
+
+ISF 2.4.6408 :
+ 1. fix symbolic link for isfsetting ug
+
+
 ISF 2.4.6406 :
  1. [immodule] Added extra will_show timer deletion code