From d605680c49e81102508b7c85db5bfcd2522a61f2 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Sun, 11 Sep 2016 13:08:19 +0200 Subject: [PATCH] update to 1.5.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Reduce the number of characters which cause immediate commits a lot - Load CLDR data for *all* languages in the _expand_languages() list - Currency symbols should neither be stripped from tokens nor trigger an immediate commit - Fix bidi reordering problem in the candidate list for right-to-left candidates followed by comments - Update emoji annotations from CLDR (de_CH and sr_Latn new, the others updated) - Remove category 'Pc' from categories to commit immediately (allow _ to be typed into the preëdit always) - Remove button to install pyhunspell from the setup tool (python3-enchant is preferred and even required by the Fedora rpm) - Include more currency symbols and fullwidth symbols - Add category from UnicodeData.txt to emoji dictionary (For better results when looking up related characters) - Add 'Sc', # Symbol, Currency to VALID_CATEGORIES (to make the currency symbols work) - Add list of valid characters (to include special characters manually) - Add mouse binding Alt+Mouse3 anywhere in the candidate list to start the setup tool --- .gitignore | 1 + ibus-typing-booster.spec | 26 +++++++++++++++++++++++++- sources | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 93da091..1202375 100644 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,4 @@ /ibus-typing-booster-1.5.3.tar.gz /ibus-typing-booster-1.5.4.tar.gz /ibus-typing-booster-1.5.5.tar.gz +/ibus-typing-booster-1.5.6.tar.gz diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index 6fd2e2c..c45d117 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -1,5 +1,5 @@ Name: ibus-typing-booster -Version: 1.5.5 +Version: 1.5.6 Release: 1%{?dist} Summary: A typing booster engine for the IBus platform License: GPLv3+ @@ -59,6 +59,30 @@ desktop-file-validate \ %{_datadir}/applications/ibus-setup-typing-booster.desktop %changelog +* Mon Sep 12 2016 Mike FABIAN - 1.5.6-1 +- update to 1.5.6 +- Reduce the number of characters which cause immediate commits a lot +- Load CLDR data for *all* languages in the _expand_languages() list +- Currency symbols should neither be stripped from tokens nor + trigger an immediate commit +- Fix bidi reordering problem in the candidate list for + right-to-left candidates followed by comments +- Update emoji annotations from CLDR (de_CH and sr_Latn new, + the others updated) +- Remove category 'Pc' from categories to commit immediately + (allow _ to be typed into the preëdit always) +- Remove button to install pyhunspell from the setup tool + (python3-enchant is preferred and even required by the Fedora rpm) +- Include more currency symbols and fullwidth symbols +- Add category from UnicodeData.txt to emoji dictionary + (For better results when looking up related characters) +- Add 'Sc', # Symbol, Currency to VALID_CATEGORIES + (to make the currency symbols work) +- Add list of valid characters (to include special characters + manually) +- Add mouse binding Alt+Mouse3 anywhere in the candidate list + to start the setup tool + * Sat Sep 10 2016 Mike FABIAN - 1.5.5-1 - update to 1.5.5 - Pull translations form Zanata (de, pl, and uk updated because of diff --git a/sources b/sources index 17427be..4316654 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6fd92af423b25bd125eb8948accc6482 ibus-typing-booster-1.5.5.tar.gz +9063a988979e9befd31068061d5f93b9 ibus-typing-booster-1.5.6.tar.gz