Notify shift mode when shift mode enabled
authorLi Zhang <li2012.zhang@samsung.com>
Tue, 23 Apr 2013 07:40:55 +0000 (15:40 +0800)
committerLi Zhang <li2012.zhang@samsung.com>
Tue, 23 Apr 2013 07:40:55 +0000 (15:40 +0800)
Change-Id: I221278c0d5f7ba38b9b1ea40eba8ca4079d51be1

configure.ac
ism/extras/efl_immodule/isf_imf_context.cpp [changed mode: 0644->0755]
packaging/isf.spec
releasenote.txt

index e33dfd8..543889b 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.6417, isf@samsung.com)
+AC_INIT(isf, 2.4.6423, 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=6417
+ISF_MICRO_VERSION=6423
 
 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION
 
old mode 100644 (file)
new mode 100755 (executable)
index 7c19444..d1678c7
@@ -2057,6 +2057,7 @@ panel_slot_process_key_event (int context, const KeyEvent &key)
             ic->impl->next_shift_status = _key.code;
         } else if (key.code == SHIFT_MODE_ENABLE ) {
             ic->impl->shift_mode_enabled = true;
+            caps_mode_check (ic->ctx, EINA_TRUE, EINA_TRUE);
         } else if (key.code == SHIFT_MODE_DISABLE ) {
             ic->impl->shift_mode_enabled = false;
         } else if ((key.code >= 'a' && key.code <= 'z') ||
index 38929a8..28879c9 100755 (executable)
@@ -3,8 +3,8 @@
 
 Name:       isf
 Summary:    Input Service Framework
-Version:    2.4.6417
-Release:    4
+Version:    2.4.6423
+Release:    1
 Group:      System Environment/Libraries
 License:    LGPL
 Source0:    %{name}-%{version}.tar.gz
index 1afd7fc..59077fc 100644 (file)
@@ -1,3 +1,7 @@
+ISF 2.4.6423 :
+ 1. [immodule] Notify shift mode when shift mode enabled.
+
+
 ISF 2.4.6417 :
  1. [immodule] Make sure we call ecore_x_init/shutdown when we use ecore_x functions.
  2. [setting] add searching ime app setup module for osp