upload isf-2.4.6927 35/17635/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Fri, 27 Sep 2013 12:00:36 +0000 (21:00 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 7 Mar 2014 07:51:42 +0000 (16:51 +0900)
Change-Id: I2b19e0185fb7ce63e92cb90fb668e6aca77a6463

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

index 11c8746..4f2f6d8 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.6925, isf@samsung.com)
+AC_INIT(isf, 2.4.6927, 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=6925
+ISF_MICRO_VERSION=6927
 
 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION
 
index 1f01f5d..a855707 100644 (file)
@@ -1,3 +1,28 @@
+* Fri Sep 27 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130925.013902@9ea691f
+- [isfsetting] when getting ise info failed, exit the ug
+- Use temporary file when re-write ISE cache file
+- fix prevent issue about uninitialized value
+- Send input panel event to show_request client
+- fr po issue
+- Remove autoperiod menu
+- Fix P130924-00625
+- Change translation about auto punctuate
+- change the word as their language in keyboard selection windows
+- Modified to preserve geometry information provided by ISE
+- Changed set_keyboard_geom interface to support update_ise_geometry
+- Assume ISE still active when settle candidate window even in WILL_HIDE state
+- Fixed some cases that CANDIDATE_WILL_HIDE does not work properly
+- Do not move candidate window if ISE and candidate window are both in WILL_HIDE state
+- Modified to hide candidate window when WILL_HIDE ack received
+- Remove off_prepare_timer when WILL_HIDE_ACK received
+- Added state checking code before transition to WILL_* state
+- Use ISE/candidate state variables instead of state-specific flags
+- Clarified the usage of keyboard geometry related functions
+- Fixed the candidate window being displayed improperly by hide timer
+- Register render_flush callback for candidate window when KEYBOARD_STATE changes
+- Fixed prevent defects
+- Modified the scim_socket to connect in nonblocking way
+
 * Wed Sep 25 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130924.051447@0b43651
 - fix flicker problem in setting
 - fix bug H/W keyboard selection is enabled after disconnecting H/W keyboard
index 2329350..0af9bb4 100644 (file)
@@ -3,7 +3,7 @@
 
 Name:       isf
 Summary:    Input Service Framework
-Version:    2.4.6925
+Version:    2.4.6927
 Release:    1
 Group:      Graphics & UI Framework/Input
 License:    LGPL-2.1
index c3cb7cf..2a30490 100644 (file)
@@ -1,3 +1,29 @@
+ISF 2.4.6927 :
+ 1. [isfsetting] when getting ise info failed, exit the ug
+ 2. Use temporary file when re-write ISE cache file
+ 3. fix prevent issue about uninitialized value
+ 4. Send input panel event to show_request client
+ 5. fr po issue
+ 6. Remove autoperiod menu
+ 7. Fix P130924-00625
+ 8. Change translation about auto punctuate
+ 9. change the word as their language in keyboard selection windows
+10. Modified to preserve geometry information provided by ISE
+11. Changed set_keyboard_geom interface to support update_ise_geometry
+12. Assume ISE still active when settle candidate window even in WILL_HIDE state
+13. Fixed some cases that CANDIDATE_WILL_HIDE does not work properly
+14. Do not move candidate window if ISE and candidate window are both in WILL_HIDE state
+15. Modified to hide candidate window when WILL_HIDE ack received
+16. Remove off_prepare_timer when WILL_HIDE_ACK received
+17. Added state checking code before transition to WILL_* state
+18. Use ISE/candidate state variables instead of state-specific flags
+19. Clarified the usage of keyboard geometry related functions
+20. Fixed the candidate window being displayed improperly by hide timer
+21. Register render_flush callback for candidate window when KEYBOARD_STATE changes
+22. Fixed prevent defects
+23. Modified the scim_socket to connect in nonblocking way
+
+
 ISF 2.4.6925 :
  1. fix flicker problem in setting
  2. fix bug H/W keyboard selection is enabled after disconnecting H/W keyboard