upload isf-2.4.6904 39/17539/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Wed, 4 Sep 2013 04:59:43 +0000 (13:59 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 7 Mar 2014 02:27:22 +0000 (11:27 +0900)
Change-Id: I95df005e7d8c10c150d9580e11bde63471531749

configure.ac
packaging/isf.changes
packaging/isf.spec
releasenote.txt

index e270cd1..510ecd4 100755 (executable)
@@ -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
 
index 1a8638f..3d04579 100644 (file)
@@ -1,3 +1,31 @@
+* Wed Sep 04 2013 Jihoon Kim <jihoon48.kim@samsung.com> 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 <jihoon48.kim@samsung.com> submit/tizen_2.2/20130827.035107@cff004b
 - Change label of UG
 - Add autocapital type in isecontext
index 1c5da25..840ce7f 100644 (file)
@@ -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
index 78349bc..1778c72 100644 (file)
@@ -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