Package: mozc / 1.15.1857.102-1

Metadata

Package Version Patches format
mozc 1.15.1857.102-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
uim mozc.patch | (download)

unix/uim/key_translator.cc | 436 436 + 0 - 0 !
unix/uim/key_translator.h | 111 111 + 0 - 0 !
unix/uim/mozc.cc | 1217 1217 + 0 - 0 !
unix/uim/scm/mozc-custom.scm | 396 396 + 0 - 0 !
unix/uim/scm/mozc-key-custom.scm | 74 74 + 0 - 0 !
unix/uim/scm/mozc.scm | 566 566 + 0 - 0 !
unix/uim/uim.gyp | 85 85 + 0 - 0 !
7 files changed, 2885 insertions(+)

 [patch] add support uim / macuim r334

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org>

fcitx mozc.patch | (download)

unix/fcitx/eim.cc | 265 265 + 0 - 0 !
unix/fcitx/fcitx-mozc.conf | 11 11 + 0 - 0 !
unix/fcitx/fcitx.gyp | 104 104 + 0 - 0 !
unix/fcitx/fcitx_key_event_handler.cc | 243 243 + 0 - 0 !
unix/fcitx/fcitx_key_event_handler.h | 79 79 + 0 - 0 !
unix/fcitx/fcitx_key_translator.cc | 521 521 + 0 - 0 !
unix/fcitx/fcitx_key_translator.h | 121 121 + 0 - 0 !
unix/fcitx/fcitx_mozc.cc | 561 561 + 0 - 0 !
unix/fcitx/fcitx_mozc.h | 176 176 + 0 - 0 !
unix/fcitx/gen_fcitx_mozc_i18n.sh | 10 10 + 0 - 0 !
unix/fcitx/mozc.conf | 7 7 + 0 - 0 !
unix/fcitx/mozc_connection.cc | 209 209 + 0 - 0 !
unix/fcitx/mozc_connection.h | 152 152 + 0 - 0 !
unix/fcitx/mozc_response_parser.cc | 448 448 + 0 - 0 !
unix/fcitx/mozc_response_parser.h | 97 97 + 0 - 0 !
unix/fcitx/po/Messages.sh | 33 33 + 0 - 0 !
unix/fcitx/po/de.po | 90 90 + 0 - 0 !
unix/fcitx/po/fcitx-mozc.pot | 86 86 + 0 - 0 !
unix/fcitx/po/ja.po | 94 94 + 0 - 0 !
unix/fcitx/po/zh_CN.po | 91 91 + 0 - 0 !
unix/fcitx/po/zh_TW.po | 91 91 + 0 - 0 !
unix/fcitx/surrounding_text_util.cc | 242 242 + 0 - 0 !
unix/fcitx/surrounding_text_util.h | 87 87 + 0 - 0 !
23 files changed, 3818 insertions(+)

---