# Process this file with autoconf to produce a configure script
#AC_INIT(scim, 1.4.7, suzhe@tsinghua.org.cn)
-AC_INIT(isf, 2.3.6128, isf@samsung.com)
+AC_INIT(isf, 2.3.6129, isf@samsung.com)
AC_CONFIG_SRCDIR([ism/src/scim.h])
m4_pattern_allow([^AS_])
# ISF version
ISF_MAJOR_VERSION=2
ISF_MINOR_VERSION=3
-ISF_MICRO_VERSION=6128
+ISF_MICRO_VERSION=6129
ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION
if (vconf_set_bool (VCONFKEY_AUTOPERIOD_ALLOW_BOOL, false) == -1)
return -1;
+ if (_imf_context == NULL) {
+ const char *ctx_id = ecore_imf_context_default_id_get ();
+ if (ctx_id) {
+ _imf_context = ecore_imf_context_add (ctx_id);
+ }
+ }
+
load_config_module ();
isf_load_ise_information (ALL_ISE, _config);
_config->reload ();
helper_ise_reload_config ();
+
+ if (_imf_context != NULL) {
+ ecore_imf_context_del (_imf_context);
+ _imf_context = NULL;
+ }
return 0;
}
Name: isf
Summary: Input Service Framework
-Version: 2.3.6128
-Release: 5
+Version: 2.3.6129
+Release: 1
Group: System Environment/Libraries
License: LGPL
Source0: %{name}-%{version}.tar.gz
+ISF 2.3.6129 :
+ 1. [setting]fix: reset couldn't work well
+
+
ISF 2.3.6128 :
1. [immodule] display a variety of event logs in dlog
2. [immodule] change input panel state when root window property is changed