From f5c5dc6cd3cdd57f77f2c61d694c9175003cde78 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Wed, 4 Sep 2013 13:59:43 +0900 Subject: [PATCH] upload isf-2.4.6904 Change-Id: I95df005e7d8c10c150d9580e11bde63471531749 --- configure.ac | 4 ++-- packaging/isf.changes | 28 ++++++++++++++++++++++++++++ packaging/isf.spec | 2 +- releasenote.txt | 29 +++++++++++++++++++++++++++++ 4 files changed, 60 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index e270cd1..510ecd4 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.6829, isf@samsung.com) +AC_INIT(isf, 2.4.6904, 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=6829 +ISF_MICRO_VERSION=6904 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION diff --git a/packaging/isf.changes b/packaging/isf.changes index 1a8638f..3d04579 100644 --- a/packaging/isf.changes +++ b/packaging/isf.changes @@ -1,3 +1,31 @@ +* 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 +- Donot call getpid () for DLOG +- Remove unused source codes +- Use singleton config instance +- call reset after hiding IME for avoiding the blink of candidate window +- call ecore_imf_context_reset when H/W back key is released +- Fix bug IME remains show status even though application terminated +- Send hide request in case of abnormal exit +- fix N_SE-50420 +- Change SCIM_LOOKUP_TABLE_MAX_PAGESIZE to 300 +- [efl_immodule] Merge IMControlClient function into PanelClient +- Fix bug candidate window disappear after about 1 sec in H/W keyboard mode +- delete candidate timer when candidate window is hidden +- Modified to update window_angle when ROT_CHANGE_REQ recved from ISE +- Modified to show candidate window without visibility checking +- Added code for resetting candidate_will_hide flag +- set locale +- Fix bug the name of heleper or engine displays as gettext ID +- remove candidate rotation code in update_ise_geometry, Add candidate close code for rotation +- remove code to set ELM engine and fps +- modify log information and level +- Enable feedback (sound & vibration) on candidate item +- Remove unused declaration +- skip will show sync to improve the performance of show effect +- [panel] Set SIP status in vconf + * Thu Aug 29 2013 Jihoon Kim submit/tizen_2.2/20130827.035107@cff004b - Change label of UG - Add autocapital type in isecontext diff --git a/packaging/isf.spec b/packaging/isf.spec index 1c5da25..840ce7f 100644 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -3,7 +3,7 @@ Name: isf Summary: Input Service Framework -Version: 2.4.6829 +Version: 2.4.6904 Release: 1 Group: Graphics & UI Framework/Input License: LGPL-2.1 diff --git a/releasenote.txt b/releasenote.txt index 78349bc..1778c72 100644 --- a/releasenote.txt +++ b/releasenote.txt @@ -1,3 +1,32 @@ +ISF 2.4.6904 : + 1. Fix bug candidate window hide after 1 sec when application is terminated + 2. [efl_setting] Update Makefile.am + 3. Donot call getpid () for DLOG + 4. Remove unused source codes + 5. Use singleton config instance + 6. call reset after hiding IME for avoiding the blink of candidate window + 7. call ecore_imf_context_reset when H/W back key is released + 8. Fix bug IME remains show status even though application terminated + 9. Send hide request in case of abnormal exit +10. fix N_SE-50420 +11. Change SCIM_LOOKUP_TABLE_MAX_PAGESIZE to 300 +12. [efl_immodule] Merge IMControlClient function into PanelClient +13. Fix bug candidate window disappear after about 1 sec in H/W keyboard mode +14. delete candidate timer when candidate window is hidden +15. Modified to update window_angle when ROT_CHANGE_REQ recved from ISE +16. Modified to show candidate window without visibility checking +17. Added code for resetting candidate_will_hide flag +18. [scim-launcher] set locale +19. Fix bug the name of heleper or engine displays as gettext ID +20. remove candidate rotation code in update_ise_geometry, Add candidate close code for rotation +21. remove code to set ELM engine and fps +22. modify log information and level +23. Enable feedback (sound & vibration) on candidate item +24. Remove unused declaration +25. skip will show sync to improve the performance of show effect +26. [panel] Set SIP status in vconf + + ISF 2.4.6829 : 1. Change label of UG 2. Add autocapital type in isecontext -- 2.7.4