From: Jihoon Kim Date: Tue, 1 Oct 2013 07:04:22 +0000 (+0900) Subject: upload isf-2.4.7001 X-Git-Tag: accepted/tizen/generic/20140310.074606~39 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aebc514761faa240c2b74647baf1488412e1b67e;p=platform%2Fcore%2Fuifw%2Fisf.git upload isf-2.4.7001 Change-Id: Id448f68ca6e6ca57ace78e729bacc8114caa6dc1 --- diff --git a/configure.ac b/configure.ac index 4f2f6d8..64bef5b 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.6927, isf@samsung.com) +AC_INIT(isf, 2.4.7001, 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=6927 +ISF_MICRO_VERSION=7001 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION diff --git a/packaging/isf.changes b/packaging/isf.changes index a855707..7304ec6 100644 --- a/packaging/isf.changes +++ b/packaging/isf.changes @@ -1,3 +1,9 @@ +* Tue Oct 01 2013 Jihoon Kim submit/tizen_2.2/20130927.120547@62163bd +- fix bug the font of candidate word isn't changed according to the change of system font +- Prevent fix +- Make sure the hidden keyboard is located outside of display area +- Fix candidate window hide issue + * Fri Sep 27 2013 Jihoon Kim submit/tizen_2.2/20130925.013902@9ea691f - [isfsetting] when getting ise info failed, exit the ug - Use temporary file when re-write ISE cache file diff --git a/packaging/isf.spec b/packaging/isf.spec index 0af9bb4..1a10ad8 100644 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -3,7 +3,7 @@ Name: isf Summary: Input Service Framework -Version: 2.4.6927 +Version: 2.4.7001 Release: 1 Group: Graphics & UI Framework/Input License: LGPL-2.1 diff --git a/releasenote.txt b/releasenote.txt index 2a30490..0aaca03 100644 --- a/releasenote.txt +++ b/releasenote.txt @@ -1,3 +1,10 @@ +ISF 2.4.7001 : + 1. fix bug the font of candidate word isn't changed according to the change of system font + 2. Prevent fix + 3. Make sure the hidden keyboard is located outside of display area + 4. Fix candidate window hide issue + + ISF 2.4.6927 : 1. [isfsetting] when getting ise info failed, exit the ug 2. Use temporary file when re-write ISE cache file