diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-09-07 18:42:14 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-09-07 18:42:14 +0000 |
commit | f11b03d5f43f5a66508d83906e729e80224f23e5 (patch) | |
tree | b40873cb2f5330b0da25017483b1195c74119a74 /inputmethod/mozc-tool/Makefile | |
parent | f786ac7af10ccbd878a229b0ffa55dcb23c18d62 (diff) | |
download | pkgsrc-f11b03d5f43f5a66508d83906e729e80224f23e5.tar.gz |
Update to 1.11.1522.102
* Use renderer for ibus-mozc, new candidates window.
Changelog:
r171 2013-08-28 1.11.1522.102
FIX: Safari crashes when surrounding text is requested.
FIX: Mode symbol on the mode indicator is not rendered on Windows.
FIX: Caret position is not updated after commit in WPF's TextBox on Windows.
FIX: UI is not placed at proper position when HiDPI is enabled on Windows 8.1
FIX: GDI handles are not destroyed when classic theme is selected on Windows.
FIX: Fails to connect to mozc_renderer from explorer.exe on Windows.
Enable Touch-optimized on-screen keyboard on Windows 8+.
Enable a developer to configure ibus-mozc path and/or ibus-mozc icon path at build time for GNU/Linux build. See the build instruction about how to customize them. ( Issue 41 )
Add Session command for ConvertPrevPage and ConvertNextPage ( Issue 188 )
Remove ibus-mozc-chewing (Issue 194)
Remove ibus-mozc-pinyin (Issue 194)
Diffstat (limited to 'inputmethod/mozc-tool/Makefile')
-rw-r--r-- | inputmethod/mozc-tool/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/inputmethod/mozc-tool/Makefile b/inputmethod/mozc-tool/Makefile index 95b32782e4a..aacb055a0ba 100644 --- a/inputmethod/mozc-tool/Makefile +++ b/inputmethod/mozc-tool/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2013/09/02 19:51:12 adam Exp $ +# $NetBSD: Makefile,v 1.13 2013/09/07 18:42:14 ryoon Exp $ PKGNAME= ${DISTNAME:S/mozc-/mozc-tool-/} -PKGREVISION= 1 INSTALLATION_DIRS+= libexec |