Hello community, here is the log from the commit of package mozc for openSUSE:Factory checked in at 2014-01-16 15:12:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mozc (Old) and /work/SRC/openSUSE:Factory/.mozc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mozc" Changes: -------- --- /work/SRC/openSUSE:Factory/mozc/mozc.changes 2013-11-04 15:38:07.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.mozc.new/mozc.changes 2014-01-16 15:12:13.000000000 +0100 @@ -1,0 +2,30 @@ +Fri Jan 10 11:01:01 UTC 2014 - [email protected] + +- Enable the zip-code dictionary feature + +------------------------------------------------------------------- +Wed Jan 8 11:30:39 UTC 2014 - [email protected] + +- Upstream update to 1.13.1651.102 + * Refactor placeholder management + * Fix specify _NET_WM_WINDOW_TYPE to mozc_renderer + * Fix header-line-format breaks candidate window on Emacs 24 +- Upstream update to 1.12.1599.102 + * Fix Wrong conversion caused by number rewriter + * Reduce the file size of connection.txt + * Fix a crash issue in keyevent handling at mozc.el + * Remove Chromium OS specific code from ibus-mozc + * Support gyp r1667 and later + * Support IBus 1.5.4 + * Update dictionary + * Support Adobe Reader and Adobe Flash running under protected mode on Windows + * Extend "did you mean" feature as pseudo direct mode +- Update fcitx-mozc +- Drop support-input-purpose.patch + * merged by upstream +- Refresh patches + * ibus-provide-layout-variations.patch + * fix-initial-input-mode.patch +- Update gyp to r1829 + +------------------------------------------------------------------- Old: ---- fcitx-mozc-1.11.1522.102.1.patch gyp-r1665.tar.bz2 mozc-1.11.1522.102.tar.bz2 support-input-purpose.patch New: ---- fcitx-mozc-1.13.1651.102.1.patch gyp-r1829.tar.bz2 jigyosyo.zip ken_all.zip mozc-1.13.1651.102.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mozc.spec ++++++ --- /var/tmp/diff_new_pack.iRb3Xe/_old 2014-01-16 15:12:14.000000000 +0100 +++ /var/tmp/diff_new_pack.iRb3Xe/_new 2014-01-16 15:12:14.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package mozc # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -30,10 +30,10 @@ %define zinnia_model_path %{_datadir}/zinnia/model/tomoe/handwriting-ja.model Name: mozc -Version: 1.11.1522.102 +Version: 1.13.1651.102 Release: 0 Summary: Mozc - Japanese Input Method for Chromium OS, Mac and Linux -License: BSD-3-Clause +License: BSD-3-Clause and SUSE-Public-Domain Group: System/I18n/Japanese Url: http://code.google.com/p/mozc @@ -42,15 +42,18 @@ Source2: fcitx-mozc-icons.tar.gz # gyp is not included from 1.11.1522.102 # License: BSD-3-Clause -# svn export http://gyp.googlecode.com/svn/trunk/@r1665 gyp -Source3: gyp-r1665.tar.bz2 +# svn export http://gyp.googlecode.com/svn/trunk/@r1829 gyp +Source3: gyp-r1829.tar.bz2 Source4: ibus-setup-mozc-jp.desktop.in +# jigyosyo.zip and ken_all.zip are zip-code--address data provided by +# Japan Post Co., Ltd. +# License: SUSE-Public-Domain +Source10: jigyosyo.zip +Source11: ken_all.zip %if %{with_fcitx} # PATCH-FEATURE-UPSTREAM [email protected] - add fcitx as mozc module -Patch0: fcitx-mozc-1.11.1522.102.1.patch +Patch0: fcitx-mozc-1.13.1651.102.1.patch %endif -# PATCH-FIX-UPSTREAM [email protected] bnc#847718 -Patch1: support-input-purpose.patch # PATCH-FIX-UPSTREAM [email protected] Patch2: fix-initial-input-mode.patch # PATCH-FEATURE-OPENSUSE [email protected] @@ -60,6 +63,7 @@ BuildRequires: pkgconfig BuildRequires: protobuf-devel BuildRequires: python +BuildRequires: unzip BuildRequires: update-desktop-files BuildRequires: zlib-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -127,7 +131,6 @@ %patch0 -p2 %endif -%patch1 -p0 %patch2 -p0 %patch3 -p0 @@ -140,6 +143,13 @@ sed -e 's|@libdir@|%{_libdir}|g' %{SOURCE4} > ibus-setup-mozc-jp.desktop +# prepare zip code dictionary +pushd data/dictionary_oss +unzip %{SOURCE10} +unzip %{SOURCE11} +python ../../dictionary/gen_zip_code_seed.py --zip_code=KEN_ALL.CSV --jigyosyo=JIGYOSYO.CSV >> dictionary09.txt +popd + %build %define target Release export QTDIR=%{_libdir}/qt4 ++++++ fcitx-mozc-1.11.1522.102.1.patch -> fcitx-mozc-1.13.1651.102.1.patch ++++++ --- /work/SRC/openSUSE:Factory/mozc/fcitx-mozc-1.11.1522.102.1.patch 2013-09-02 15:00:34.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.mozc.new/fcitx-mozc-1.13.1651.102.1.patch 2014-01-16 15:12:12.000000000 +0100 @@ -1,9 +1,9 @@ diff --git a/src/unix/fcitx/eim.cc b/src/unix/fcitx/eim.cc new file mode 100644 -index 0000000..a39ab01 +index 0000000..d96a7ff --- /dev/null +++ b/src/unix/fcitx/eim.cc -@@ -0,0 +1,267 @@ +@@ -0,0 +1,268 @@ +// Copyright 2012~2013, Weng Xuetian <[email protected]> +// All rights reserved. +// @@ -96,6 +96,7 @@ +{ + FcitxMozcState* mozcState = (FcitxMozcState*) fcitx_utils_malloc0(sizeof(FcitxMozcState)); + bindtextdomain("fcitx-mozc", LOCALEDIR); ++ bind_textdomain_codeset("fcitx-mozc", "UTF-8"); + + mozcState->mozc = new mozc::fcitx::FcitxMozc( + instance, @@ -736,10 +737,10 @@ +#endif // MOZC_UNIX_FCITX_KEY_EVENT_HANDLER_H_ diff --git a/src/unix/fcitx/fcitx_key_translator.cc b/src/unix/fcitx/fcitx_key_translator.cc new file mode 100644 -index 0000000..62a87d9 +index 0000000..e0ccd12 --- /dev/null +++ b/src/unix/fcitx/fcitx_key_translator.cc -@@ -0,0 +1,528 @@ +@@ -0,0 +1,524 @@ +// Copyright 2010-2012, Google Inc. +// Copyright 2012~2013, Weng Xuetian <[email protected]> +// All rights reserved. @@ -866,10 +867,6 @@ + {FcitxKey_KP_Insert, mozc::commands::KeyEvent::INSERT}, + {FcitxKey_Caps_Lock, mozc::commands::KeyEvent::CAPS_LOCK}, + -+ // This key event is for hangul IME. Do not handle this key event on Japanese -+ // IME. -+ {FcitxKey_Hangul_Hanja, mozc::commands::KeyEvent::HANJA}, -+ + // Shift+TAB. + {FcitxKey_ISO_Left_Tab, mozc::commands::KeyEvent::TAB}, + @@ -1397,10 +1394,10 @@ +#endif // MOZC_UNIX_FCITX_FCITX_KEY_TRANSLATOR_H_ diff --git a/src/unix/fcitx/fcitx_mozc.cc b/src/unix/fcitx/fcitx_mozc.cc new file mode 100644 -index 0000000..08be04e +index 0000000..5499fde --- /dev/null +++ b/src/unix/fcitx/fcitx_mozc.cc -@@ -0,0 +1,571 @@ +@@ -0,0 +1,566 @@ +// Copyright 2012~2013, Weng Xuetian <[email protected]> +// All rights reserved. +// @@ -1839,12 +1836,7 @@ +boolean CompositionMenuAction(struct _FcitxUIMenu *menu, int index) +{ + FcitxMozc* mozc = (FcitxMozc*) menu->priv; -+ if (index == mozc::commands::DIRECT) { -+ FcitxInstanceCloseIM(mozc->GetInstance(), FcitxInstanceGetCurrentIC(mozc->GetInstance())); -+ } -+ else { -+ mozc->SendCompositionMode((mozc::commands::CompositionMode) index); -+ } ++ mozc->SendCompositionMode((mozc::commands::CompositionMode) index); + return true; +} + @@ -3143,22 +3135,24 @@ +echo "Done" diff --git a/src/unix/fcitx/po/de.po b/src/unix/fcitx/po/de.po new file mode 100644 -index 0000000..c42eae5 +index 0000000..162a798 --- /dev/null +++ b/src/unix/fcitx/po/de.po -@@ -0,0 +1,88 @@ +@@ -0,0 +1,90 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: ++# Seneca, 2013 +# mar well <[email protected]>, 2013 ++# Xuetian Weng <[email protected]>, 2013 +msgid "" +msgstr "" +"Project-Id-Version: fcitx\n" +"Report-Msgid-Bugs-To: [email protected]\n" -+"POT-Creation-Date: 2013-08-25 18:02-0400\n" -+"PO-Revision-Date: 2013-08-25 10:07+0000\n" ++"POT-Creation-Date: 2013-11-14 13:55-0500\n" ++"PO-Revision-Date: 2013-11-14 19:00+0000\n" +"Last-Translator: Xuetian Weng <[email protected]>\n" +"Language-Team: German (http://www.transifex.com/projects/p/fcitx/language/" +"de/)\n" @@ -3168,9 +3162,9 @@ +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + -+#: ../eim.cc:183 ++#: ../eim.cc:184 +msgid "Press Escape to go back" -+msgstr "" ++msgstr "ESC drücken um zurück zu kehren" + +#: ../fcitx_mozc.cc:68 +msgid "Direct" @@ -3186,58 +3180,58 @@ + +#: ../fcitx_mozc.cc:83 +msgid "Half ASCII" -+msgstr "" ++msgstr "6-Bit ASCII (Half ASCII)" + +#: ../fcitx_mozc.cc:88 +msgid "Full ASCII" -+msgstr "" ++msgstr "7-Bit ASCII (Full ASCII)" + +#: ../fcitx_mozc.cc:93 +msgid "Half Katakana" +msgstr "Halbbreite Katakana" + -+#: ../fcitx_mozc.cc:394 ../fcitx_mozc.cc:395 ../fcitx_mozc.cc:473 ++#: ../fcitx_mozc.cc:410 ../fcitx_mozc.cc:411 ../fcitx_mozc.cc:484 +msgid "Composition Mode" +msgstr "Kompositionsmodus" + -+#: ../fcitx_mozc.cc:405 ../fcitx_mozc.cc:406 ++#: ../fcitx_mozc.cc:421 ../fcitx_mozc.cc:422 +msgid "Tool" +msgstr "Werkzeug" + -+#: ../fcitx_mozc.cc:486 ++#: ../fcitx_mozc.cc:497 +msgid "Mozc Tool" +msgstr "Mozc Werkzeug" + -+#: ../fcitx_mozc.cc:492 ++#: ../fcitx_mozc.cc:503 +msgid "Configuration Tool" +msgstr "Konfigurationswerkzeug" + -+#: ../fcitx_mozc.cc:493 ++#: ../fcitx_mozc.cc:504 +msgid "Dictionary Tool" +msgstr "Wörterbuchwerkzeug" + -+#: ../fcitx_mozc.cc:494 ++#: ../fcitx_mozc.cc:505 +msgid "Hand Writing" +msgstr "Eingabe Handschrift" + -+#: ../fcitx_mozc.cc:495 ++#: ../fcitx_mozc.cc:506 +msgid "Character Palette" +msgstr "Palette Symbole" + -+#: ../fcitx_mozc.cc:496 ++#: ../fcitx_mozc.cc:507 +msgid "Add Word" +msgstr "Wort hinzufügen" + -+#: ../fcitx_mozc.cc:497 ++#: ../fcitx_mozc.cc:508 +msgid "About Mozc" +msgstr "Über Mozc" + -+#: ../mozc_response_parser.cc:351 ++#: ../mozc_response_parser.cc:374 +msgid "Press Ctrl+Alt+H to show usages." -+msgstr "" ++msgstr "Ctrl+Alt+H um die Hilfe anzuzeigen" diff --git a/src/unix/fcitx/po/fcitx-mozc.pot b/src/unix/fcitx/po/fcitx-mozc.pot new file mode 100644 -index 0000000..79371ba +index 0000000..d9983e4 --- /dev/null +++ b/src/unix/fcitx/po/fcitx-mozc.pot @@ -0,0 +1,86 @@ @@ -3251,7 +3245,7 @@ +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: [email protected]\n" -+"POT-Creation-Date: 2013-08-25 18:02-0400\n" ++"POT-Creation-Date: 2013-11-14 13:55-0500\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <[email protected]>\n" @@ -3260,7 +3254,7 @@ +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + -+#: ../eim.cc:183 ++#: ../eim.cc:184 +msgid "Press Escape to go back" +msgstr "" + @@ -3288,65 +3282,69 @@ +msgid "Half Katakana" +msgstr "" + -+#: ../fcitx_mozc.cc:394 ../fcitx_mozc.cc:395 ../fcitx_mozc.cc:473 ++#: ../fcitx_mozc.cc:410 ../fcitx_mozc.cc:411 ../fcitx_mozc.cc:484 +msgid "Composition Mode" +msgstr "" + -+#: ../fcitx_mozc.cc:405 ../fcitx_mozc.cc:406 ++#: ../fcitx_mozc.cc:421 ../fcitx_mozc.cc:422 +msgid "Tool" +msgstr "" + -+#: ../fcitx_mozc.cc:486 ++#: ../fcitx_mozc.cc:497 +msgid "Mozc Tool" +msgstr "" + -+#: ../fcitx_mozc.cc:492 ++#: ../fcitx_mozc.cc:503 +msgid "Configuration Tool" +msgstr "" + -+#: ../fcitx_mozc.cc:493 ++#: ../fcitx_mozc.cc:504 +msgid "Dictionary Tool" +msgstr "" + -+#: ../fcitx_mozc.cc:494 ++#: ../fcitx_mozc.cc:505 +msgid "Hand Writing" +msgstr "" + -+#: ../fcitx_mozc.cc:495 ++#: ../fcitx_mozc.cc:506 +msgid "Character Palette" +msgstr "" + -+#: ../fcitx_mozc.cc:496 ++#: ../fcitx_mozc.cc:507 +msgid "Add Word" +msgstr "" + -+#: ../fcitx_mozc.cc:497 ++#: ../fcitx_mozc.cc:508 +msgid "About Mozc" +msgstr "" + -+#: ../mozc_response_parser.cc:351 ++#: ../mozc_response_parser.cc:374 +msgid "Press Ctrl+Alt+H to show usages." +msgstr "" diff --git a/src/unix/fcitx/po/ja.po b/src/unix/fcitx/po/ja.po new file mode 100644 -index 0000000..7867054 +index 0000000..4bfae42 --- /dev/null +++ b/src/unix/fcitx/po/ja.po -@@ -0,0 +1,90 @@ +@@ -0,0 +1,94 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: ++# しろう, 2013 +# いくや あわしろ <[email protected]>, 2013 -+# いくや あわしろ <[email protected]>, 2012 ++# いくや あわしろ <[email protected]>, 2012-2013 ++# しろう, 2013 ++# Xuetian Weng <[email protected]>, 2013 +# Xuetian Weng <[email protected]>, 2012 ++# Xuetian Weng <[email protected]>, 2012-2013 +msgid "" +msgstr "" +"Project-Id-Version: fcitx\n" +"Report-Msgid-Bugs-To: [email protected]\n" -+"POT-Creation-Date: 2013-08-27 12:02-0400\n" -+"PO-Revision-Date: 2013-08-27 14:10+0000\n" ++"POT-Creation-Date: 2013-11-14 13:55-0500\n" ++"PO-Revision-Date: 2013-11-14 13:41+0000\n" +"Last-Translator: いくや あわしろ <[email protected]>\n" +"Language-Team: Japanese (http://www.transifex.com/projects/p/fcitx/language/" +"ja/)\n" @@ -3356,7 +3354,7 @@ +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + -+#: ../eim.cc:183 ++#: ../eim.cc:184 +msgid "Press Escape to go back" +msgstr "Escキーを押して戻る" + @@ -3384,51 +3382,51 @@ +msgid "Half Katakana" +msgstr "半角カタカナ" + -+#: ../fcitx_mozc.cc:394 ../fcitx_mozc.cc:395 ../fcitx_mozc.cc:473 ++#: ../fcitx_mozc.cc:410 ../fcitx_mozc.cc:411 ../fcitx_mozc.cc:484 +msgid "Composition Mode" +msgstr "変換モード" + -+#: ../fcitx_mozc.cc:405 ../fcitx_mozc.cc:406 ++#: ../fcitx_mozc.cc:421 ../fcitx_mozc.cc:422 +msgid "Tool" +msgstr "ツール" + -+#: ../fcitx_mozc.cc:486 ++#: ../fcitx_mozc.cc:497 +msgid "Mozc Tool" +msgstr "Mozc ツール" + -+#: ../fcitx_mozc.cc:492 ++#: ../fcitx_mozc.cc:503 +msgid "Configuration Tool" +msgstr "設定ツール" + -+#: ../fcitx_mozc.cc:493 ++#: ../fcitx_mozc.cc:504 +msgid "Dictionary Tool" +msgstr "辞書ツール" + -+#: ../fcitx_mozc.cc:494 ++#: ../fcitx_mozc.cc:505 +msgid "Hand Writing" +msgstr "手書き文字認識" + -+#: ../fcitx_mozc.cc:495 ++#: ../fcitx_mozc.cc:506 +msgid "Character Palette" +msgstr "文字パレット" + -+#: ../fcitx_mozc.cc:496 ++#: ../fcitx_mozc.cc:507 +msgid "Add Word" +msgstr "単語登録" + -+#: ../fcitx_mozc.cc:497 ++#: ../fcitx_mozc.cc:508 +msgid "About Mozc" +msgstr "Mozc について" + -+#: ../mozc_response_parser.cc:351 ++#: ../mozc_response_parser.cc:374 +msgid "Press Ctrl+Alt+H to show usages." +msgstr "Ctrl+Alt+H キーを押して用例を表示" diff --git a/src/unix/fcitx/po/zh_CN.po b/src/unix/fcitx/po/zh_CN.po new file mode 100644 -index 0000000..0cfc3da +index 0000000..558b181 --- /dev/null +++ b/src/unix/fcitx/po/zh_CN.po -@@ -0,0 +1,89 @@ +@@ -0,0 +1,91 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. @@ -3436,22 +3434,24 @@ +# Translators: +# Xuetian Weng <[email protected]>, 2013 +# Xuetian Weng <[email protected]>, 2012 ++# wwj402 <[email protected]>, 2013 +# Xuetian Weng <[email protected]>, 2012-2013 +msgid "" +msgstr "" +"Project-Id-Version: fcitx\n" +"Report-Msgid-Bugs-To: [email protected]\n" -+"POT-Creation-Date: 2013-08-28 12:59-0400\n" -+"PO-Revision-Date: 2013-08-28 17:01+0000\n" ++"POT-Creation-Date: 2013-11-14 13:55-0500\n" ++"PO-Revision-Date: 2013-11-14 18:58+0000\n" +"Last-Translator: Xuetian Weng <[email protected]>\n" -+"Language-Team: Chinese (China) <[email protected]>\n" ++"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/fcitx/" ++"language/zh_CN/)\n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + -+#: ../eim.cc:183 ++#: ../eim.cc:184 +msgid "Press Escape to go back" +msgstr "按下 Escape 返回" + @@ -3479,7 +3479,7 @@ +msgid "Half Katakana" +msgstr "半角片假名" + -+#: ../fcitx_mozc.cc:410 ../fcitx_mozc.cc:411 ../fcitx_mozc.cc:489 ++#: ../fcitx_mozc.cc:410 ../fcitx_mozc.cc:411 ../fcitx_mozc.cc:484 +msgid "Composition Mode" +msgstr "编辑模式" + @@ -3487,31 +3487,31 @@ +msgid "Tool" +msgstr "工具" + -+#: ../fcitx_mozc.cc:502 ++#: ../fcitx_mozc.cc:497 +msgid "Mozc Tool" +msgstr "Mozc 工具" + -+#: ../fcitx_mozc.cc:508 ++#: ../fcitx_mozc.cc:503 +msgid "Configuration Tool" +msgstr "配置工具" + -+#: ../fcitx_mozc.cc:509 ++#: ../fcitx_mozc.cc:504 +msgid "Dictionary Tool" +msgstr "词典工具" + -+#: ../fcitx_mozc.cc:510 ++#: ../fcitx_mozc.cc:505 +msgid "Hand Writing" +msgstr "手写输入" + -+#: ../fcitx_mozc.cc:511 ++#: ../fcitx_mozc.cc:506 +msgid "Character Palette" +msgstr "字符映射表" + -+#: ../fcitx_mozc.cc:512 ++#: ../fcitx_mozc.cc:507 +msgid "Add Word" +msgstr "添加单词" + -+#: ../fcitx_mozc.cc:513 ++#: ../fcitx_mozc.cc:508 +msgid "About Mozc" +msgstr "关于 Mozc" + @@ -3520,23 +3520,25 @@ +msgstr "按下 Ctrl+Alt+H 显示用法。" diff --git a/src/unix/fcitx/po/zh_TW.po b/src/unix/fcitx/po/zh_TW.po new file mode 100644 -index 0000000..62bc891 +index 0000000..6a2407b --- /dev/null +++ b/src/unix/fcitx/po/zh_TW.po -@@ -0,0 +1,89 @@ +@@ -0,0 +1,91 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Alisha <[email protected]>, 2012 ++# Xuetian Weng <[email protected]>, 2013 ++# Xuetian Weng <[email protected]>, 2012 +# Xuetian Weng <[email protected]>, 2012 +msgid "" +msgstr "" +"Project-Id-Version: fcitx\n" +"Report-Msgid-Bugs-To: [email protected]\n" -+"POT-Creation-Date: 2013-08-25 18:02-0400\n" -+"PO-Revision-Date: 2013-08-25 10:07+0000\n" ++"POT-Creation-Date: 2013-11-14 13:55-0500\n" ++"PO-Revision-Date: 2013-11-14 19:01+0000\n" +"Last-Translator: Xuetian Weng <[email protected]>\n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/fcitx/" +"language/zh_TW/)\n" @@ -3546,9 +3548,9 @@ +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + -+#: ../eim.cc:183 ++#: ../eim.cc:184 +msgid "Press Escape to go back" -+msgstr "" ++msgstr "按下 Escape 返回" + +#: ../fcitx_mozc.cc:68 +msgid "Direct" @@ -3574,45 +3576,45 @@ +msgid "Half Katakana" +msgstr "半形片假名" + -+#: ../fcitx_mozc.cc:394 ../fcitx_mozc.cc:395 ../fcitx_mozc.cc:473 ++#: ../fcitx_mozc.cc:410 ../fcitx_mozc.cc:411 ../fcitx_mozc.cc:484 +msgid "Composition Mode" +msgstr "編輯模式" + -+#: ../fcitx_mozc.cc:405 ../fcitx_mozc.cc:406 ++#: ../fcitx_mozc.cc:421 ../fcitx_mozc.cc:422 +msgid "Tool" +msgstr "工具" + -+#: ../fcitx_mozc.cc:486 ++#: ../fcitx_mozc.cc:497 +msgid "Mozc Tool" +msgstr "Mozc 工具" + -+#: ../fcitx_mozc.cc:492 ++#: ../fcitx_mozc.cc:503 +msgid "Configuration Tool" +msgstr "設定工具" + -+#: ../fcitx_mozc.cc:493 ++#: ../fcitx_mozc.cc:504 +msgid "Dictionary Tool" +msgstr "字典工具" + -+#: ../fcitx_mozc.cc:494 ++#: ../fcitx_mozc.cc:505 +msgid "Hand Writing" +msgstr "手寫輸入" + -+#: ../fcitx_mozc.cc:495 ++#: ../fcitx_mozc.cc:506 +msgid "Character Palette" +msgstr "字符映射表" + -+#: ../fcitx_mozc.cc:496 ++#: ../fcitx_mozc.cc:507 +msgid "Add Word" +msgstr "添加單詞" + -+#: ../fcitx_mozc.cc:497 ++#: ../fcitx_mozc.cc:508 +msgid "About Mozc" +msgstr "關於 Mozc" + -+#: ../mozc_response_parser.cc:351 ++#: ../mozc_response_parser.cc:374 +msgid "Press Ctrl+Alt+H to show usages." -+msgstr "" ++msgstr "按下 Ctrl+Alt+H 顯示用法。" diff --git a/src/unix/fcitx/surrounding_text_util.cc b/src/unix/fcitx/surrounding_text_util.cc new file mode 100644 index 0000000..df7ff32 ++++++ fix-initial-input-mode.patch ++++++ --- /var/tmp/diff_new_pack.iRb3Xe/_old 2014-01-16 15:12:14.000000000 +0100 +++ /var/tmp/diff_new_pack.iRb3Xe/_new 2014-01-16 15:12:14.000000000 +0100 @@ -1,7 +1,7 @@ diff -ru unix.org/ibus/property_handler.cc unix/ibus/property_handler.cc ---- unix.org/ibus/property_handler.cc 2013-10-29 02:17:24.898870371 +0900 -+++ unix/ibus/property_handler.cc 2013-10-29 02:48:55.617344149 +0900 -@@ -84,8 +84,27 @@ +--- unix.org/ibus/property_handler.cc 2014-01-07 20:05:54.090270302 +0900 ++++ unix/ibus/property_handler.cc 2014-01-08 18:51:56.136182427 +0900 +@@ -85,8 +85,27 @@ client_(client), translator_(translator), original_composition_mode_(kMozcEngineInitialCompositionMode), @@ -28,8 +28,8 @@ + } AppendCompositionPropertyToPanel(); - #ifndef OS_CHROMEOS -@@ -133,6 +152,9 @@ + AppendToolPropertyToPanel(); +@@ -132,6 +151,9 @@ IBusPropList *sub_prop_list = ibus_prop_list_new(); // Create items for the radio menu. @@ -39,7 +39,7 @@ string icon_path_for_panel; const char *mode_symbol = NULL; for (size_t i = 0; i < kMozcEnginePropertiesSize; ++i) { -@@ -140,7 +162,7 @@ +@@ -139,7 +161,7 @@ IBusText *label = ibus_text_new_from_string( translator_->MaybeTranslate(entry.label).c_str()); IBusPropState state = PROP_STATE_UNCHECKED; ++++++ gyp-r1665.tar.bz2 -> gyp-r1829.tar.bz2 ++++++ ++++ 71932 lines of diff (skipped) ++++++ ibus-provide-layout-variations.patch ++++++ --- /var/tmp/diff_new_pack.iRb3Xe/_old 2014-01-16 15:12:15.000000000 +0100 +++ /var/tmp/diff_new_pack.iRb3Xe/_new 2014-01-16 15:12:15.000000000 +0100 @@ -1,6 +1,6 @@ diff -ru unix.org/ibus/gen_mozc_xml.py unix/ibus/gen_mozc_xml.py ---- unix.org/ibus/gen_mozc_xml.py 2013-11-01 02:33:37.673242963 +0900 -+++ unix/ibus/gen_mozc_xml.py 2013-11-01 02:35:46.918429452 +0900 +--- unix.org/ibus/gen_mozc_xml.py 2014-01-07 20:05:54.092270180 +0900 ++++ unix/ibus/gen_mozc_xml.py 2014-01-07 20:12:25.162442386 +0900 @@ -69,7 +69,6 @@ 'description': '%(product_name)s (Japanese Input Method)', 'language': 'ja', @@ -28,5 +28,5 @@ + 'layout': ['default', 'jp', 'us', 'us(dvorak)'], + 'rank': ['80', '0', '0', '0'], }, - # On Chrome/Chromium OS, we provide three engines. - 'ChromeOS': { + } + ++++++ mozc-1.11.1522.102.tar.bz2 -> mozc-1.13.1651.102.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/mozc/mozc-1.11.1522.102.tar.bz2 /work/SRC/openSUSE:Factory/.mozc.new/mozc-1.13.1651.102.tar.bz2 differ: char 11, line 1 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
