2017-01-01 17:06:40 by Adam Ciarcinski | Files touched by this commit (616) | |
Log message:
Revbump after boost update
|
2016-10-07 20:26:14 by Adam Ciarcinski | Files touched by this commit (611) | |
Log message:
Revbump post boost update
|
2016-08-03 12:23:40 by Adam Ciarcinski | Files touched by this commit (1248) | |
Log message:
Revbump after graphics/gd update
|
2016-05-16 13:51:50 by Ryo ONODERA | Files touched by this commit (41) | |
Log message:
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.
|
2016-03-05 12:29:49 by Jonathan Perkin | Files touched by this commit (1813) |
Log message:
Bump PKGREVISION for security/openssl ABI bump.
|
2015-10-12 09:24:51 by Ryo ONODERA | Files touched by this commit (9) |
Log message:
Do not depend on gcc46. Bump PKGREVISION.
Do not mix libstdc++ from gcc46-libs (libstdc++.so.6) and
NetBSD base (libstdc++.so.7) under netbsd-6.
Patch from tnozaki.
|
2015-07-31 15:07:06 by Ryo ONODERA | Files touched by this commit (11) |
Log message:
Update mozc packages to 2.17.2106.102
Changelog:
* protobuf changes
Not available officially.
|
2015-04-25 16:23:48 by Tobias Nygren | Files touched by this commit (868) | |
Log message:
Recursive revbump following MesaLib update, categories g through n.
|
2014-08-07 05:03:33 by OBATA Akio | Files touched by this commit (7) |
Log message:
Use ${SETENV} instead of bare `env'.
|
2014-06-15 15:08:34 by Ryo ONODERA | Files touched by this commit (16) |
Log message:
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)
|