upload isf-2.4.6620 34/17434/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 20 Jun 2013 10:36:27 +0000 (19:36 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 7 Mar 2014 01:32:50 +0000 (10:32 +0900)
Change-Id: I42b47ce5e201ed4aa7666231edb25f7b60bd3dad

configure.ac
packaging/isf.spec
releasenote.txt

index 7a4e091..b1ef006 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.6619, isf@samsung.com)
+AC_INIT(isf, 2.4.6620, 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=6619
+ISF_MICRO_VERSION=6620
 
 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION
 
index 819b964..7a84213 100644 (file)
@@ -3,7 +3,7 @@
 
 Name:       isf
 Summary:    Input Service Framework
-Version:    2.4.6619
+Version:    2.4.6620
 Release:    1
 Group:      Graphics & UI Framework/Input
 License:    LGPL-2.1
index 687a65e..c743015 100644 (file)
@@ -1,3 +1,18 @@
+ISF 2.4.6620 :
+ 1. [demo] remove code for terminating app when END key is pressed
+ 2. [setting] Change naviframe back key event handling
+ 3. [demo] change code to process back button
+ 4. [immodule] check reverse question mark and exclamation mark to check autoperiod
+ 5. [immodule] fix autoperiod bug
+ 6. [immodule] support japanese auto punctuation
+ 7. [immodule] improve autocapital condition check code
+ 8. [immodule] Remove unnecessary config reload call
+ 9. [panel] Add preedit window
+10. Add interface update_preedit_string_with_caret()
+11. [panel] Added timer for off_prepare_done
+12. Add launch/destroy/show/hide logs for scim-helper-launcher
+
+
 ISF 2.4.6619 :
  1. [immodule] fix issue IME is hidden late in application does heavy job
  2. [panel] Separated GEOMETRY_EVENT from set_keyboard_geometry_atom_info()