From: Li Zhang Date: Mon, 9 Sep 2013 11:15:10 +0000 (+0800) Subject: Upload isf-2.4.6909 X-Git-Tag: accepted/tizen/generic/20140310.074606~86 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fd8464f57f9896a3758754f28c42062ce0ee3685;p=platform%2Fcore%2Fuifw%2Fisf.git Upload isf-2.4.6909 Change-Id: Ic031ee23b40a2da2ad3081c119487b6a20eb1553 --- diff --git a/configure.ac b/configure.ac index 510ecd4..b6ea784 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.6904, isf@samsung.com) +AC_INIT(isf, 2.4.6909, 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=6904 +ISF_MICRO_VERSION=6909 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION diff --git a/packaging/isf.changes b/packaging/isf.changes index 3d04579..861bd6c 100644 --- a/packaging/isf.changes +++ b/packaging/isf.changes @@ -1,3 +1,15 @@ +* Mon Sep 09 2013 Li Zhang submit/tizen_2.2/20130904.051918@b285e72 +- Release configbase when App exiting +- Add soft candidate interface +- Remove send_candidate_will_hide_ack from IMControlClient +- Change pagesize to 2 bytes +- Solve input_panel_state_get issue +- Avoiding keyboard flickering when focus out,reset and commit string +- Use non-blocking mode socket +- Update gtkimcontextscim.cpp and scim_x11_frontend.cpp for PanelClient +- Add SCIM_IME_SUPPORT_LANGUAGE_TOGGLE_KEY option for keyboard ISE +- add exit test case + * Wed Sep 04 2013 Jihoon Kim submit/tizen_2.2/20130829.082133@a396d4d - Fix bug candidate window hide after 1 sec when application is terminated - [efl_setting] Update Makefile.am diff --git a/packaging/isf.spec b/packaging/isf.spec index 840ce7f..66d285b 100644 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -3,7 +3,7 @@ Name: isf Summary: Input Service Framework -Version: 2.4.6904 +Version: 2.4.6909 Release: 1 Group: Graphics & UI Framework/Input License: LGPL-2.1 diff --git a/releasenote.txt b/releasenote.txt index 1778c72..cf65269 100644 --- a/releasenote.txt +++ b/releasenote.txt @@ -1,3 +1,16 @@ +ISF 2.4.6909 : + 1. Release configbase when App exiting + 2. Add soft candidate interface + 3. Remove send_candidate_will_hide_ack from IMControlClient + 4. Change pagesize to 2 bytes + 5. Solve input_panel_state_get issue + 6. Avoiding keyboard flickering when focus out,reset and commit string + 7. Use non-blocking mode socket + 8. Update gtkimcontextscim.cpp and scim_x11_frontend.cpp for PanelClient + 9. Add SCIM_IME_SUPPORT_LANGUAGE_TOGGLE_KEY option for keyboard ISE +10. add exit test case + + ISF 2.4.6904 : 1. Fix bug candidate window hide after 1 sec when application is terminated 2. [efl_setting] Update Makefile.am