head 1.4; access; symbols pkgsrc-2016Q1:1.3.0.18 pkgsrc-2016Q1-base:1.3 pkgsrc-2015Q4:1.3.0.16 pkgsrc-2015Q4-base:1.3 pkgsrc-2015Q3:1.3.0.14 pkgsrc-2015Q3-base:1.3 pkgsrc-2015Q2:1.3.0.12 pkgsrc-2015Q2-base:1.3 pkgsrc-2015Q1:1.3.0.10 pkgsrc-2015Q1-base:1.3 pkgsrc-2014Q4:1.3.0.8 pkgsrc-2014Q4-base:1.3 pkgsrc-2014Q3:1.3.0.6 pkgsrc-2014Q3-base:1.3 pkgsrc-2014Q2:1.3.0.4 pkgsrc-2014Q2-base:1.3 pkgsrc-2014Q1:1.3.0.2 pkgsrc-2014Q1-base:1.3 pkgsrc-2013Q4:1.2.0.4 pkgsrc-2013Q4-base:1.2 pkgsrc-2013Q3:1.2.0.2 pkgsrc-2013Q3-base:1.2 pkgsrc-2013Q2:1.1.0.2 pkgsrc-2013Q2-base:1.1; locks; strict; comment @# @; 1.4 date 2016.05.16.11.51.49; author ryoon; state dead; branches; next 1.3; commitid 6NMjkGqlefUpwH6z; 1.3 date 2014.01.19.01.18.50; author ryoon; state Exp; branches; next 1.2; commitid kdZnVbbIkYobhFlx; 1.2 date 2013.07.20.04.34.53; author ryoon; state Exp; branches; next 1.1; commitid WZc9z4UIKvebfaYw; 1.1 date 2013.04.29.09.52.17; author ryoon; state Exp; branches; next ; desc @@ 1.4 log @Update to 2.17.2313.102 Changelog: 2.17.2288.102 - 2.17.2313.102 / 2016-01-03 - 2016-01-10 Summary of changes between 2.17.2288.102 and 2.17.2313.102 as follows. Third party libraries: None. Build related changes: None. Major changes: Update system dictionary. Status icons for OS X are updated with Noto font. Fixed issues: #344: Support icon_prop_key entry in ibus-mozc #345: Mozc for Android keeps crashing #347: Software keyboard is not rendered correctly on Android 6 if non-material theme is selected #350: Status icon is not updated when using Windows Store Apps in desktop mode on Windows 10 #351: Mozc cannot be activated in the search box on the task bar when configured to be the default IME on Windows 10 Following issues are not completely fixed yet, but at least worked around. #348: DirectWrite may fail to render text in certain enviromnents #349: Word suggestion can be unexpectedly suppressed on Chromium Total commits: 29 commits. 2.17.2285.102 - 2.17.2287.102 / 2016-01-01 - 2016-01-02 Summary of changes between 2.17.2285.102 and 2.17.2287.102 as follows. Third party libraries: None. Build related changes: None. Major changes: None. Fixed issues: None. Total commits: 4 commits. 2.17.2241.102 - 2.17.2284.102 / 2015-11-15 - 2015-12-31 Summary of changes between 2.17.2241.102 and 2.17.2284.102 as follows. Third party libraries: fontTools: 5ba7d98 -> 8724513 Build related changes: Reference Dockerfile for Fedora now uses Fedora 23 base image. Default SDKROOT for OS X build is switched from macosx10.8 to macosx10.9. Major changes: CalculatorRewriter is now triggered not only by inputs end with = but also by inputs start with =. For instance, now =1+1 triggers CalculatorRewriter. See the commit message of 5d423b0b and its unittests as for how it works. Performance improvements in LOUDS. See commits 3591f5e7 and cac14650 for details. Fixed issues: #317: session_handler_scenario_test is flaky in Linux build on Travis-CI #341: 1d*= should not trigger language-aware rewriter Total commits: 48 commits. @ text @$NetBSD: patch-handwriting_handwriting.gyp,v 1.3 2014/01/19 01:18:50 ryoon Exp $ --- handwriting/handwriting.gyp.orig 2014-01-06 07:10:31.000000000 +0000 +++ handwriting/handwriting.gyp @@@@ -43,12 +43,12 @@@@ 'zinnia.gyp:zinnia', ], 'conditions': [ - ['target_platform=="Linux" and use_libzinnia==1', { + ['(target_platform=="Linux" or target_platform=="NetBSD") and use_libzinnia==1', { 'defines': [ 'USE_LIBZINNIA', ], }], - ['target_platform=="Linux" and use_libzinnia==1 and zinnia_model_file!=""', { + ['(target_platform=="Linux" or target_platform=="NetBSD") and use_libzinnia==1 and zinnia_model_file!=""', { 'defines': [ 'MOZC_ZINNIA_MODEL_FILE="<(zinnia_model_file)"', ], @ 1.3 log @Update to 1.13.1651.102 * This version requires -std=c++11, then set GCC_REQD=4.7 Changelog: r185 2014-01-06 1.13.1651.102 FIX: Refactor placeholder management ( Issue 147 ) FIX: Specify _NET_WM_WINDOW_TYPE to mozc_renderer ( Issue 195 ) FIX: header-line-format breaks candidate window on Emacs 24 ( Issue 196 ) Support Android NDK r9b. @ text @d1 1 a1 1 $NetBSD: patch-handwriting_handwriting.gyp,v 1.2 2013/07/20 04:34:53 ryoon Exp $ @ 1.2 log @Update to 1.11.1502.102. * ibus-mozc depends on mozc-server and mozc-tool. * Add CFLAGS+=-std=c++0x in gyp/common.gypi. Changelog: r163 2013-07-17 1.11.1502.102 Fixes cursor movement issue on Emacs 24 ( Issue 168 ) Support numpad keys in mozc.el ( Issue 170 ) Fix build failure on Windows ( Issue 185 , Issue 191) Support GCC 4.8.0 ( Issue 186 ) Fix build failure when use_libprotobuf=1 is specified ( Issue 189 ) Support Emacs 24 in mozc.el ( Issue 190 ) Development of ibus-mozc is now in maintenance mode (Issue 194) Intorduce Mode Indicator for Windows Support per-user input mode for Windows 8 (TSF-mozc) Support InputScope for Windows 8 (TSF-mozc) Support surrounding text on Windows, Mac, LInux and NaCl Enable a developer to configure document directory and/or Zinnia model file path at build time for GNU/Linux build. See the build instruction about how to customize them. Dictionary update @ text @d1 1 a1 1 $NetBSD: patch-handwriting_handwriting.gyp,v 1.1 2013/04/29 09:52:17 ryoon Exp $ d3 1 a3 1 --- handwriting/handwriting.gyp.orig 2013-07-17 02:38:04.000000000 +0000 d6 1 a6 1 '../gui/zinnia.gyp:zinnia', @ 1.1 log @Change base package to mozc-server from ibus-mozc. This change encourages uim-mozc, fcitx-mozc and so on. @ text @d1 1 a1 1 $NetBSD: patch-handwriting_handwriting.gyp,v 1.2 2013/04/29 09:21:24 ryoon Exp $ d3 1 a3 1 --- handwriting/handwriting.gyp.orig 2013-03-29 04:33:25.000000000 +0000 d5 1 a5 2 @@@@ -39,7 +39,7 @@@@ '../base/base.gyp:base', d8 12 a19 5 - 'conditions': [['use_libzinnia==1 and OS=="linux"', { + 'conditions': [['use_libzinnia==1 and (OS=="linux" or OS=="netbsd")', { 'defines': [ 'USE_LIBZINNIA', ], @