head 1.5; access; symbols pkgsrc-2014Q3:1.4.0.18 pkgsrc-2014Q3-base:1.4 pkgsrc-2014Q2:1.4.0.16 pkgsrc-2014Q2-base:1.4 pkgsrc-2014Q1:1.4.0.14 pkgsrc-2014Q1-base:1.4 pkgsrc-2013Q4:1.4.0.12 pkgsrc-2013Q4-base:1.4 pkgsrc-2013Q3:1.4.0.10 pkgsrc-2013Q3-base:1.4 pkgsrc-2013Q2:1.4.0.8 pkgsrc-2013Q2-base:1.4 pkgsrc-2013Q1:1.4.0.6 pkgsrc-2013Q1-base:1.4 pkgsrc-2012Q4:1.4.0.4 pkgsrc-2012Q4-base:1.4 pkgsrc-2012Q3:1.4.0.2 pkgsrc-2012Q3-base:1.4 pkgsrc-2012Q2:1.3.0.2 pkgsrc-2012Q2-base:1.3 pkgsrc-2012Q1:1.2.0.4 pkgsrc-2012Q1-base:1.2 pkgsrc-2011Q4:1.2.0.2 pkgsrc-2011Q4-base:1.2 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.5 date 2014.11.09.02.46.30; author obache; state dead; branches; next 1.4; commitid VnEbMMp8RgssisXx; 1.4 date 2012.08.19.08.09.08; author obache; state Exp; branches; next 1.3; 1.3 date 2012.04.20.12.13.48; author obache; state Exp; branches; next 1.2; 1.2 date 2011.11.13.07.52.02; 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.5 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-bc,v 1.4 2012/08/19 08:09:08 obache Exp $ --- utils/scimkeyselection.cpp.orig 2012-06-11 15:50:28.000000000 +0000 +++ utils/scimkeyselection.cpp @@@@ -79,6 +79,7 @@@@ scim_key_selection_register_type (GTypeM sizeof (ScimKeySelection), 0, (GInstanceInitFunc) scim_key_selection_init, + 0 }; if (!key_selection_type) { @@@@ -641,6 +642,7 @@@@ scim_key_selection_dialog_register_type sizeof (ScimKeySelectionDialog), 0, (GInstanceInitFunc) scim_key_selection_dialog_init, + 0 }; if (!key_selection_dialog_type) { @ 1.4 log @Update scim to 1.4.14. A new stable version has been released, the main change is the incorporation of scim-bridge. All integrated im-modules (gtk2/gtk3/qt3/qt4/clutter) are written in pure C so they should have no compatibility issues which the original gtk-im-modules usually have. Moreover, the original im-modules supports only gtk2/gtk3, scim provides gtk2/gtk3/qt3/qt4/clutter im-modules after the incorporation. @ text @d1 1 a1 1 $NetBSD: patch-bc,v 1.3 2012/04/20 12:13:48 obache Exp $ @ 1.3 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-bc,v 1.2 2011/11/13 07:52:02 obache Exp $ d3 1 a3 1 --- utils/scimkeyselection.cpp.orig 2012-04-10 09:15:30.000000000 +0000 d13 1 a13 1 @@@@ -625,6 +626,7 @@@@ scim_key_selection_dialog_register_type @ 1.2 log @Update scim to 1.4.11. * multi monitor support * translation update. * some build fixes @ text @d1 1 a1 1 $NetBSD: patch-bc,v 1.1.1.1 2009/11/24 11:46:01 obache Exp $ d3 1 a3 1 --- utils/scimkeyselection.cpp.orig 2010-01-17 16:38:51.000000000 +0000 d13 1 a13 1 @@@@ -618,6 +619,7 @@@@ scim_key_selection_dialog_register_type @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- utils/scimkeyselection.cpp.orig 2008-11-02 06:42:49.000000000 +0000 d13 1 a13 1 @@@@ -608,6 +609,7 @@@@ scim_key_selection_dialog_register_type @ 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 @@