From 6ac6dd38211165dd7c1f1c187f70971437e6bf7c Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Tue, 2 Jul 2013 17:58:25 +0900 Subject: [PATCH] upload isf-2.4.6702 Change-Id: I23b4d849ab883fe58b5c1d32d57a26620074aa67 --- configure.ac | 4 ++-- packaging/isf.changes | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++ packaging/isf.spec | 2 +- releasenote.txt | 4 ++++ 4 files changed, 61 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 66f3cc0..9cf0f63 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.6628, isf@samsung.com) +AC_INIT(isf, 2.4.6702, 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=6628 +ISF_MICRO_VERSION=6702 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION diff --git a/packaging/isf.changes b/packaging/isf.changes index e33bdcb..38e8b8a 100644 --- a/packaging/isf.changes +++ b/packaging/isf.changes @@ -1,3 +1,57 @@ +* Tue Jul 02 2013 Jihoon Kim submit/tizen_2.2/20130628.112408@69fa176 +- Add smack rule +- [immodule] fix indentation +- upload isf-2.4.6628 +- Change word to newly translated word +- fix bug back key isn't propagated in case of H/W keyboard mode +- Add candidate will hide for candidate hide sync +- upload isf-2.4.6624 +- Support back key +- upload isf-2.4.6621-3 +- fix bug hide request was dicarded +- upload isf-2.4.6621-2 +- fix build warning +- upload isf-2.4.6621 +- Add smack rule for supporting screen reader +- upload isf-2.4.6620 +- Add launch/destroy/show/hide logs for scim-helper-launcher +- Added timer for off_prepare_done +- Add interface update_preedit_string_with_caret() +- Add preedit window +- Remove unnecessary config reload call +- improve autocapital condition check code +- support japanese auto punctuation +- fix autoperiod bug +- check reverse question mark and exclamation mark to check autoperiod +- change code to process back button +- Change naviframe back key event handling +- remove debug printf +- remove code for terminating app when END key is pressed +- upload isf-2.4.6619 +- Move smack rule into separate rule file +- change DLOG tagname of immodule +- Add screen reader feature +- remove unnecessary prepare and send +- fix bug focus-in message couldn't be transferred +- add check focus ic +- fix BS issue when S/W keyboard selection is selected +- fix prevent issue +- Merge "Separated GEOMETRY_EVENT from set_keyboard_geometry_atom_info()" into tizen_2.2 +- Separated GEOMETRY_EVENT from set_keyboard_geometry_atom_info() +- fix issue IME is hidden late in application does heavy job +- upload isf package +- upload isf-2.4.6610 +- remove code to check focus ic because of side effect +- Merge "Revert "move hide timer from immodule to panel"" into tizen_2.2 +- Revert "move hide timer from immodule to panel" +- upload isf-2.4.6607 +- Merge "move hide timer from immodule to panel" into tizen_2.2 +- move hide timer from immodule to panel +- Remove keyboard wizard source codes +- Solve aux/candidate selection event broadcast issue +- Remove gtk_panel source codes +- fix back space issue in MBE + * Mon Sep 23 2013 Anas Nashif submit/tizen/20130918.203111@8f611b9 - do not install service file in spec - Cleanup packaging and reset manifest diff --git a/packaging/isf.spec b/packaging/isf.spec index 3b40ba7..b37b32f 100644 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -3,7 +3,7 @@ Name: isf Summary: Input Service Framework -Version: 2.4.6628 +Version: 2.4.6702 Release: 1 Group: Graphics & UI Framework/Input License: LGPL-2.1 diff --git a/releasenote.txt b/releasenote.txt index 11d3d2d..c8e846d 100644 --- a/releasenote.txt +++ b/releasenote.txt @@ -1,3 +1,7 @@ +ISF 2.4.6702 : + 1. Add smack rule + + ISF 2.4.6628 : 1. [immodule] fix bug back key isn't propagated in H/W keyboard mode 2. Change word to newly translated word -- 2.7.4