From b97e58c12d5b9fc702e6cdc5a4f6b4f2a4be7a84 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Thu, 11 Apr 2013 16:07:10 +0900 Subject: [PATCH] upload isf-2.4.6411 Change-Id: I960f012db85da917c9bf1032f21d670afc9ce1e0 --- configure.ac | 4 ++-- packaging/isf.spec | 2 +- releasenote.txt | 22 ++++++++++++++++++++++ 3 files changed, 25 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index a88862d..0667048 100755 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/packaging/isf.spec b/packaging/isf.spec index d36ea72..cdcf5c7 100755 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -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 diff --git a/releasenote.txt b/releasenote.txt index e03e286..eff735b 100644 --- a/releasenote.txt +++ b/releasenote.txt @@ -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 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 -- 2.7.4