pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/inputmethod
Module Name: pkgsrc
Committed By: ryoon
Date: Mon May 16 11:51:50 UTC 2016
Modified Files:
pkgsrc/inputmethod/ibus-mozc: Makefile
pkgsrc/inputmethod/mozc-elisp: Makefile
pkgsrc/inputmethod/mozc-renderer: Makefile
pkgsrc/inputmethod/mozc-server: Makefile Makefile.common distinfo
pkgsrc/inputmethod/mozc-server/patches: patch-base_cpu__stats.cc
patch-base_logging.cc patch-base_mutex.cc patch-base_mutex.h
patch-base_password__manager.cc patch-base_port.h
patch-base_process.cc patch-base_run__level.cc
patch-base_system__util.cc patch-build__mozc.py
patch-build__tools_util.py patch-client_client.cc
patch-config_stats__config__util__test.cc
patch-gui_base_locale__util.cc
patch-gui_config__dialog_config__dialog.cc
patch-gui_config__dialog_keybinding__editor.cc
patch-gui_word__register__dialog_word__register__dialog.cc
patch-gyp_common.gypi patch-handwriting_zinnia.gyp
patch-handwriting_zinnia__handwriting.cc patch-ipc_unix__ipc.cc
patch-session_session.cc patch-session_session__test.cc
patch-unix_ibus_gen__mozc__xml.py
pkgsrc/inputmethod/mozc-tool: Makefile
pkgsrc/inputmethod/uim: Makefile
pkgsrc/inputmethod/uim-mozc: Makefile
Added Files:
pkgsrc/inputmethod/mozc-server/patches: patch-base_clock.cc
patch-third__party_protobuf_post__process__dist.sh
Removed Files:
pkgsrc/inputmethod/mozc-server/patches: patch-base_base.gyp
patch-base_iconv.cc patch-base_util.cc patch-gui_gui.gyp
patch-handwriting_handwriting.gyp
patch-session_session__converter__interface.h
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.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/inputmethod/ibus-mozc/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/inputmethod/mozc-elisp/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/inputmethod/mozc-renderer/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/inputmethod/mozc-server/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/inputmethod/mozc-server/Makefile.common
cvs rdiff -u -r1.18 -r1.19 pkgsrc/inputmethod/mozc-server/distinfo
cvs rdiff -u -r1.5 -r0 \
pkgsrc/inputmethod/mozc-server/patches/patch-base_base.gyp
cvs rdiff -u -r0 -r1.1 \
pkgsrc/inputmethod/mozc-server/patches/patch-base_clock.cc
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/inputmethod/mozc-server/patches/patch-base_cpu__stats.cc \
pkgsrc/inputmethod/mozc-server/patches/patch-base_mutex.h \
pkgsrc/inputmethod/mozc-server/patches/patch-client_client.cc \
pkgsrc/inputmethod/mozc-server/patches/patch-config_stats__config__util__test.cc \
pkgsrc/inputmethod/mozc-server/patches/patch-gui_config__dialog_keybinding__editor.cc \
pkgsrc/inputmethod/mozc-server/patches/patch-handwriting_zinnia.gyp \
pkgsrc/inputmethod/mozc-server/patches/patch-session_session__test.cc
cvs rdiff -u -r1.1 -r0 \
pkgsrc/inputmethod/mozc-server/patches/patch-base_iconv.cc \
pkgsrc/inputmethod/mozc-server/patches/patch-session_session__converter__interface.h
cvs rdiff -u -r1.3 -r1.4 \
pkgsrc/inputmethod/mozc-server/patches/patch-base_logging.cc \
pkgsrc/inputmethod/mozc-server/patches/patch-base_mutex.cc \
pkgsrc/inputmethod/mozc-server/patches/patch-base_process.cc \
pkgsrc/inputmethod/mozc-server/patches/patch-base_run__level.cc \
pkgsrc/inputmethod/mozc-server/patches/patch-base_system__util.cc \
pkgsrc/inputmethod/mozc-server/patches/patch-build__tools_util.py \
pkgsrc/inputmethod/mozc-server/patches/patch-ipc_unix__ipc.cc \
pkgsrc/inputmethod/mozc-server/patches/patch-session_session.cc
cvs rdiff -u -r1.2 -r1.3 \
pkgsrc/inputmethod/mozc-server/patches/patch-base_password__manager.cc \
pkgsrc/inputmethod/mozc-server/patches/patch-base_port.h \
pkgsrc/inputmethod/mozc-server/patches/patch-gui_base_locale__util.cc \
pkgsrc/inputmethod/mozc-server/patches/patch-gui_word__register__dialog_word__register__dialog.cc \
pkgsrc/inputmethod/mozc-server/patches/patch-handwriting_zinnia__handwriting.cc
cvs rdiff -u -r1.3 -r0 \
pkgsrc/inputmethod/mozc-server/patches/patch-base_util.cc \
pkgsrc/inputmethod/mozc-server/patches/patch-gui_gui.gyp \
pkgsrc/inputmethod/mozc-server/patches/patch-handwriting_handwriting.gyp
cvs rdiff -u -r1.7 -r1.8 \
pkgsrc/inputmethod/mozc-server/patches/patch-build__mozc.py \
pkgsrc/inputmethod/mozc-server/patches/patch-gyp_common.gypi
cvs rdiff -u -r1.4 -r1.5 \
pkgsrc/inputmethod/mozc-server/patches/patch-gui_config__dialog_config__dialog.cc
cvs rdiff -u -r0 -r1.3 \
pkgsrc/inputmethod/mozc-server/patches/patch-third__party_protobuf_post__process__dist.sh
cvs rdiff -u -r1.6 -r1.7 \
pkgsrc/inputmethod/mozc-server/patches/patch-unix_ibus_gen__mozc__xml.py
cvs rdiff -u -r1.22 -r1.23 pkgsrc/inputmethod/mozc-tool/Makefile
cvs rdiff -u -r1.113 -r1.114 pkgsrc/inputmethod/uim/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/inputmethod/uim-mozc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index