diff options
author | ryoon <ryoon@pkgsrc.org> | 2014-06-15 13:08:34 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2014-06-15 13:08:34 +0000 |
commit | eb4ad267455c56f3fa192260b6077e0d50c64ffa (patch) | |
tree | 6fdc5c73ca2bfa7b57985d660c807bd4ca3b046c /inputmethod/mozc-tool | |
parent | b223a944d3030d6dcc1268f36971e71b3eb1972c (diff) | |
download | pkgsrc-eb4ad267455c56f3fa192260b6077e0d50c64ffa.tar.gz |
Update to 1.15.1785.102
* Based on PR pkg/48837 from tsutsui@, thank you.
The most important change for Japanese ibus-mozc users is:
>> FIX: The initial mode of ibus-mozc shouldn't be Hiragana with IBus 1.5+
>> (Issue 201)
Changelog:
r192 2014-05-16 1.15.1785.102
Build related changes:
Removed an undocumented option --channel_dev from build_mozc.py gyp
Removed runtime dependency on OpenSSL on NaCl, Mac, and Linux ( Issue 215 ).
Android build is now only tested with NDK r9d
Debug_Android and Release_Android are deprecated. You can simply specify Debug and Android, respectively.
Removed base/base.h. ( Issue 218 )
New features and improvement for Android:
Add Unicode 6 Emoji support with EmojiCapable annotation
Add a menu item for Voice input in the input options menu
User dictionary is now exportable
Improved accessibility support
Improved hardware keyboard support
Use optimized layouts for:
TYPE_TEXT_VARIATION_URI
TYPE_TEXT_VARIATION_EMAIL_ADDRESS
TYPE_TEXT_VARIATION_WEB_EMAIL_ADDRESS
Long pressable UI elements now have three dots marker
New features and improvement for Windows:
Enable DirectWrite on Windows 7 and later
Enable Color Emoji rendering on Windows 8.1 and later
Implement more TSF interfaces
ITfCandidateList
ITfFnGetLinguisticAlternates
ITfFnSearchCandidateProvider
ITfFnReconversion
Fixed issues:
FIX: TF_E_NOLAYOUT is ignored in tsf-mozc on Windows
FIX: Candidate window never disappears when TSF-aware Firefox loses keyboard focus
FIX: Wrong event handling for special events in emacs-mozc
FIX: Better support LEIM and fix document links in emacs-mozc
FIX: Top of suggest/candidate item is displayed right behind preedit text ( Issue 147 )
FIX: Candidates in overlay style are displayed sideways if header-line-format is non-nil ( Issue 196 )
FIX: The initial mode of ibus-mozc shouldn't be Hiragana with IBus 1.5+ ( Issue 201 )
FIX: Compilation error due to text encoding with Visual C++ ( Issue 206 )
FIX: Input methods are unavailable when guest-login (Chromium Issue 339318)
FIX: Eisu Kana keys are not behaving properly (Chromium Issue 340194)
Diffstat (limited to 'inputmethod/mozc-tool')
-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 8a4f00ebdfd..d3472305893 100644 --- a/inputmethod/mozc-tool/Makefile +++ b/inputmethod/mozc-tool/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2014/02/12 23:18:04 tron Exp $ +# $NetBSD: Makefile,v 1.17 2014/06/15 13:08:34 ryoon Exp $ PKGNAME= ${DISTNAME:S/mozc-/mozc-tool-/} -PKGREVISION= 1 INSTALLATION_DIRS+= libexec |