# 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.6119, isf@samsung.com)
+AC_INIT(isf, 2.3.6122, 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=6119
+ISF_MICRO_VERSION=6122
ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION
# define CODESET "INVALID"
#endif
-const double DOUBLE_SPACE_INTERVAL = 1.0;
-
using namespace scim;
struct _EcoreIMFContextISFImpl {
#define LOG_TAG "immodule"
+const double DOUBLE_SPACE_INTERVAL = 1.0;
+const double HIDE_TIMER_INTERVAL = 0.05;
+
typedef struct _EcoreIMFContextISF EcoreIMFContextISF;
typedef struct _EcoreIMFContextISFImpl EcoreIMFContextISFImpl;
_save_hide_context_info (ctx);
if (!hide_timer)
- hide_timer = ecore_timer_add (0.05, _hide_timer_handler, data);
+ hide_timer = ecore_timer_add (HIDE_TIMER_INTERVAL, _hide_timer_handler, data);
}
static void _input_panel_hide (Ecore_IMF_Context *ctx, Eina_Bool instant)
Name: isf
Summary: Input Service Framework
-Version: 2.3.6119
-Release: 2
+Version: 2.3.6122
+Release: 1
Group: System Environment/Libraries
License: LGPL
Source0: %{name}-%{version}.tar.gz
+ISF 2.3.6122 :
+ 1. Remove unused ISF logs
+ 2. fix memory leak related to ecore_x_e_window_profile_get
+
+
ISF 2.3.6119 :
1. [immodule] Compare window ID in X window focus out callback function