From 3c043a8af6ab1d14ab911e3efa6e1edca2c091aa Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Sat, 4 Feb 2017 15:58:48 +0100 Subject: [PATCH] update to 1.5.21 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - add BuildRequires: hunspell-fr (for make check) - Handle Return and Enter correctly when the cursor is not at the end of the preëdit (Resolves: rhbz#1418313) - Values of spin buttons should not be translatable - Make the categories from emojione translatable - Make emoji matching accent insensitive - If available use pykakasi to convert Japanese emoji category names to hiragana - If available use the “pinyin” Python module to add pinyin to the Chinese names and keywords - Don’t fallback to “zh” from “zh_TW”, “zh_HK”, “zh_MO” and “zh_Hant” - Don’t sort the labels when listing similar emoji - Don’t change Unicode categories to lowercase when loading, use the original case - Also treat categories 'Zl' and 'Zp' as invisible and add Unicode code point - When searching for similar emoji, the original emoji should be most similar to itself - Fix duplicate listing of labels when looking up similar emoji - Make it optionally possible to match emoji in Japanese using romaji - itb_emoji.py: Add the code point to the name of invisible characters also when looking up similar characters - Better matching of the Unicode categories - Small performance optimization in EmojiMatcher.similar() - Remove any U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR characters from the lookup table - Nicer display of the matching labels when looking up similar emoji - Don’t strip mathematical symbols (category 'Sm') from tokens - Update of en.xml from CLDR’s emoji annotations - Update translations from zanata (de, pl updated) --- .gitignore | 1 + ibus-typing-booster.spec | 36 +++++++++++++++++++++++++++++++++++- sources | 2 +- 3 files changed, 37 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0a00219..0b8650d 100644 --- a/.gitignore +++ b/.gitignore @@ -77,3 +77,4 @@ /ibus-typing-booster-1.5.18.tar.gz /ibus-typing-booster-1.5.19.tar.gz /ibus-typing-booster-1.5.20.tar.gz +/ibus-typing-booster-1.5.21.tar.gz diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index 770fbf2..4aec9ce 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -1,5 +1,5 @@ Name: ibus-typing-booster -Version: 1.5.20 +Version: 1.5.21 Release: 1%{?dist} Summary: A completion input method License: GPLv3+ @@ -23,6 +23,7 @@ BuildRequires: hunspell-cs BuildRequires: hunspell-de BuildRequires: hunspell-en BuildRequires: hunspell-es +BuildRequires: hunspell-fr BuildRequires: hunspell-it BuildRequires: hunspell-ko BuildArch: noarch @@ -95,6 +96,39 @@ make check || cat ./tests/test-suite.log %{_datadir}/applications/ibus-setup-typing-booster.desktop %changelog +* Tue Feb 07 2017 Mike FABIAN - 1.5.21-1 +- update to 1.5.21 +- add BuildRequires: hunspell-fr (for make check) +- Handle Return and Enter correctly when the cursor is not at + the end of the preëdit (Resolves: rhbz#1418313) +- Values of spin buttons should not be translatable +- Make the categories from emojione translatable +- Make emoji matching accent insensitive +- If available use pykakasi to convert Japanese emoji category + names to hiragana +- If available use the “pinyin” Python module to add pinyin + to the Chinese names and keywords +- Don’t fallback to “zh” from “zh_TW”, “zh_HK”, “zh_MO” and “zh_Hant” +- Don’t sort the labels when listing similar emoji +- Don’t change Unicode categories to lowercase when loading, + use the original case +- Also treat categories 'Zl' and 'Zp' as invisible and add + Unicode code point +- When searching for similar emoji, the original emoji should be + most similar to itself +- Fix duplicate listing of labels when looking up similar emoji +- Make it optionally possible to match emoji in Japanese using romaji +- itb_emoji.py: Add the code point to the name of invisible + characters also when looking up similar characters +- Better matching of the Unicode categories +- Small performance optimization in EmojiMatcher.similar() +- Remove any U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR characters + from the lookup table +- Nicer display of the matching labels when looking up similar emoji +- Don’t strip mathematical symbols (category 'Sm') from tokens +- Update of en.xml from CLDR’s emoji annotations +- Update translations from zanata (de, pl updated) + * Thu Jan 26 2017 Mike FABIAN - 1.5.20-1 - update to 1.5.20 - Calculate the maximum word length for each dictionary individually diff --git a/sources b/sources index d9ab3b1..e558ed7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ibus-typing-booster-1.5.20.tar.gz) = 5f9a40649906ba61b58311f7651cbe30efea24703cc4c39221a94150413eba317b577c661f66f8091c0f3db1064e9ab477d38e5689d7f4cc6615352d177eaf3e +SHA512 (ibus-typing-booster-1.5.21.tar.gz) = 161adb461d58be11b4a109ff8443e5d96da080496e8ea2a9885c7ee926e8bbeaebe346cc76aed8efc5eca612ac4c0d9cc3c47b0f95172d7498b7e26affd6c0c9