From 20a77c7e67b370fb3201ce054bf21bac5090b77b Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Thu, 10 Oct 2013 19:52:55 +0900 Subject: [PATCH] upload isf-2.4.7010 Change-Id: Iac2830d6d94781cb8c2b6677c68bd9e664038bb5 --- configure.ac | 4 ++-- packaging/isf.changes | 6 ++++++ packaging/isf.spec | 2 +- releasenote.txt | 7 +++++++ 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 1aa7c6b..965ad9f 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.7008, isf@samsung.com) +AC_INIT(isf, 2.4.7010, 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=7008 +ISF_MICRO_VERSION=7010 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION diff --git a/packaging/isf.changes b/packaging/isf.changes index 2203459..3588c6e 100644 --- a/packaging/isf.changes +++ b/packaging/isf.changes @@ -1,3 +1,9 @@ +* Thu Oct 10 2013 Jihoon Kim submit/tizen_2.2/20131008.023024@bf8a29f +- fix bug candidate window disappears late +- initialize cursor position as -1 in focus-out +- fix typo in comments +- Modified to open candidate window whenever ISE is on, unless HIDE is requested explicitly + * Tue Oct 08 2013 Jihoon Kim submit/tizen_2.2/20131001.072127@842f0e2 - Revert "fix bug the font of candidate word isn't changed according to the change of system font" - Modified to hide candidate window when switching back to SW keyboard mode diff --git a/packaging/isf.spec b/packaging/isf.spec index 9eb3e83..6bbb26b 100644 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -3,7 +3,7 @@ Name: isf Summary: Input Service Framework -Version: 2.4.7008 +Version: 2.4.7010 Release: 1 Group: Graphics & UI Framework/Input License: LGPL-2.1 diff --git a/releasenote.txt b/releasenote.txt index 89d80eb..b7494fa 100644 --- a/releasenote.txt +++ b/releasenote.txt @@ -1,3 +1,10 @@ +ISF 2.4.7010 : + 1. fix bug candidate window disappears late + 2. initialize cursor position as -1 in focus-out + 3. fix typo in comments + 4. Modified to open candidate window whenever ISE is on, unless HIDE is requested explicitly + + ISF 2.4.7008 : 1. Revert "fix bug the font of candidate word isn't changed according to the change of system font" 2. Modified to hide candidate window when switching back to SW keyboard mode -- 2.7.4