From 0be4829ec09c6aba798f80f80951ffe7aacb1f89 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Thu, 29 Aug 2013 17:21:29 +0900 Subject: [PATCH] upload isf-2.4.6829 Change-Id: Ibd1ce3867ade0e1659eb321f15c83f19c7c82ab4 --- configure.ac | 4 ++-- packaging/isf.changes | 13 +++++++++++++ packaging/isf.spec | 2 +- releasenote.txt | 7 +++++++ 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 9a55c8b..602eb59 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.6827, isf@samsung.com) +AC_INIT(isf, 2.4.6829, 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=6827 +ISF_MICRO_VERSION=6829 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION diff --git a/packaging/isf.changes b/packaging/isf.changes index 0f6b622..1a8638f 100644 --- a/packaging/isf.changes +++ b/packaging/isf.changes @@ -1,3 +1,16 @@ +* Thu Aug 29 2013 Jihoon Kim submit/tizen_2.2/20130827.035107@cff004b +- Change label of UG +- Add autocapital type in isecontext +- Reduce the number of dlog lines in immodule +- [isfsetting]fix N_SE-50147 +- upload isf-2.4.6827 +- Merge "fix N_SE-49587 allow duplicated ise name now" into tizen_2.2 +- Reduce binary size gc-sections +- skip checking autocapital in H/W keyboard mode +- fix N_SE-49587 allow duplicated ise name now +- call prediction_allow_set in IMEngine in case of only having focus +- Include unistd.h in scim_helper.cpp + * Thu Aug 15 2013 Li Zhang submit/tizen_2.2/20130815.054758@9d070e0 - Change "English/Keyboard" to "English Keyboard" - Fix bug of autocapital analysis diff --git a/packaging/isf.spec b/packaging/isf.spec index ffb3f12..1e94c6f 100644 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -3,7 +3,7 @@ Name: isf Summary: Input Service Framework -Version: 2.4.6827 +Version: 2.4.6829 Release: 1 Group: Graphics & UI Framework/Input License: LGPL-2.1 diff --git a/releasenote.txt b/releasenote.txt index d929a3f..78349bc 100644 --- a/releasenote.txt +++ b/releasenote.txt @@ -1,3 +1,10 @@ +ISF 2.4.6829 : + 1. Change label of UG + 2. Add autocapital type in isecontext + 3. Reduce the number of dlog lines in immodule + 4. [isfsetting] fix N_SE-50147 + + ISF 2.4.6827 : 1. [immodule] call prediction_allow_set in IMEngine in case of only having focus 2. [immodule] skip checking autocapital in H/W keyboard mode -- 2.7.4