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-elisp | |
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-elisp')
-rw-r--r-- | inputmethod/mozc-elisp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/inputmethod/mozc-elisp/Makefile b/inputmethod/mozc-elisp/Makefile index b419179c191..40af181762a 100644 --- a/inputmethod/mozc-elisp/Makefile +++ b/inputmethod/mozc-elisp/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2013/09/02 19:51:12 adam Exp $ +# $NetBSD: Makefile,v 1.8 2013/09/07 18:42:14 ryoon Exp $ # PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/mozc-/mozc-elisp-/} -PKGREVISION= 1 CATEGORIES= inputmethod editors EMACS_MODULES= base leim |