head 1.3; access; symbols pkgsrc-2014Q3:1.2.0.20 pkgsrc-2014Q3-base:1.2 pkgsrc-2014Q2:1.2.0.18 pkgsrc-2014Q2-base:1.2 pkgsrc-2014Q1:1.2.0.16 pkgsrc-2014Q1-base:1.2 pkgsrc-2013Q4:1.2.0.14 pkgsrc-2013Q4-base:1.2 pkgsrc-2013Q3:1.2.0.12 pkgsrc-2013Q3-base:1.2 pkgsrc-2013Q2:1.2.0.10 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.2.0.8 pkgsrc-2013Q1-base:1.2 pkgsrc-2012Q4:1.2.0.6 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q3:1.2.0.4 pkgsrc-2012Q3-base:1.2 pkgsrc-2012Q2:1.2.0.2 pkgsrc-2012Q2-base:1.2 pkgsrc-2012Q1:1.1.1.1.0.20 pkgsrc-2012Q1-base:1.1.1.1 pkgsrc-2011Q4:1.1.1.1.0.18 pkgsrc-2011Q4-base:1.1.1.1 pkgsrc-2011Q3:1.1.1.1.0.16 pkgsrc-2011Q3-base:1.1.1.1 pkgsrc-2011Q2:1.1.1.1.0.14 pkgsrc-2011Q2-base:1.1.1.1 pkgsrc-2011Q1:1.1.1.1.0.12 pkgsrc-2011Q1-base:1.1.1.1 pkgsrc-2010Q4:1.1.1.1.0.10 pkgsrc-2010Q4-base:1.1.1.1 pkgsrc-2010Q3:1.1.1.1.0.8 pkgsrc-2010Q3-base:1.1.1.1 pkgsrc-2010Q2:1.1.1.1.0.6 pkgsrc-2010Q2-base:1.1.1.1 pkgsrc-2010Q1:1.1.1.1.0.4 pkgsrc-2010Q1-base:1.1.1.1 pkgsrc-2009Q4:1.1.1.1.0.2 pkgsrc-2009Q4-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2014.11.09.02.46.30; author obache; state dead; branches; next 1.2; commitid VnEbMMp8RgssisXx; 1.2 date 2012.04.20.12.13.48; author obache; state Exp; branches; next 1.1; 1.1 date 2009.11.24.11.46.01; author obache; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2009.11.24.11.46.01; author obache; state Exp; branches; next ; desc @@ 1.3 log @Update scim to 1.4.15. * Disable key snooping by default. * Handle special keys correctly. * Send reedit-changed event when composing reedit string. @ text @$NetBSD: patch-bd,v 1.2 2012/04/20 12:13:48 obache Exp $ --- utils/scimstringview.c.orig 2012-04-10 10:30:58.000000000 +0000 +++ utils/scimstringview.c @@@@ -153,6 +153,7 @@@@ scim_string_view_register_type (GTypeMod sizeof (ScimStringView), 0, (GInstanceInitFunc) scim_string_view_init, + 0 }; if (!string_view_type) @ 1.2 log @Update scim to 1.4.12. * ported to GTK3 (still using gtk2 in pkgsrc) * patch so that now also working in Firefox * patch for more robust @ text @d1 1 a1 1 $NetBSD: patch-bd,v 1.1.1.1 2009/11/24 11:46:01 obache Exp $ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- utils/scimstringview.c.orig 2008-11-02 06:42:49.000000000 +0000 d5 1 a5 1 @@@@ -134,6 +134,7 @@@@ scim_string_view_register_type (GTypeMod @ 1.1.1.1 log @Import scim-1.4.9 as inputmethod/scim. Currently the SCIM project has a wide range of input methods (some may need other libraries), covering more than 30 languages, including (Simplified/Traditional) Chinese, Japanese, Korean and many European languages. What's more, Composing/Dead key support is one of the built-in features. In addition, several projects have been established to design IMEngines for SCIM and others supply their own SCIM plugins. @ text @@