From 54dcaaab08c4794fb42997aaba2848399b586e1a Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Wed, 6 Apr 2016 13:55:12 +0200 Subject: [PATCH] update to 1.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Multilingual support, more than one language in an engine - Simple option in the setup tool to enable bilingual support (i.e. one language + Enlish). - The default of the option “Add direct input” in the setup tool should be false (bug found by Pravin Satpute). - Changing the main input method with the setup tool should not remove the direct input (bug found by Pravin Satpute) - Add 0 as a digit to commit directly when using digits as select keys - Clear dictionaries in Hunspell class before reloading --- .gitignore | 1 + ibus-typing-booster.spec | 18 ++++++++++++++++-- sources | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9a4eb7f..5da58f8 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,4 @@ /ibus-typing-booster-1.2.15.tar.gz /ibus-typing-booster-1.3.0.tar.gz /ibus-typing-booster-1.3.1.tar.gz +/ibus-typing-booster-1.4.0.tar.gz diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index c3d6c6a..d8cce52 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -1,6 +1,6 @@ Name: ibus-typing-booster -Version: 1.3.1 -Release: 1%{?dist} +Version: 1.4.0 +Release: 3%{?dist} Summary: A typing booster engine for the IBus platform License: GPLv3+ Group: System Environment/Libraries @@ -91,6 +91,20 @@ desktop-file-validate \ %{_datadir}/applications/ibus-setup-typing-booster.desktop %changelog +* Sat Apr 09 2016 Mike FABIAN - 1.4.0-3 +- update to 1.4.0 +- Call IBus.Bus() in __main__, not in __init__ of class SetupUI +- Resolves: rhbz#1325338 +- Multilingual support, more than one language in an engine +- Simple option in the setup tool to enable bilingual support + (i.e. one language + Enlish). +- The default of the option “Add direct input” in the setup tool + should be false (bug found by Pravin Satpute). +- Changing the main input method with the setup tool should not + remove the direct input (bug found by Pravin Satpute) +- Add 0 as a digit to commit directly when using digits as select keys +- Clear dictionaries in Hunspell class before reloading + * Mon Feb 08 2016 Mike FABIAN - 1.3.1-1 - update to 1.3.1 - Use new transliterator from m17n_translit.py also when switching diff --git a/sources b/sources index 9d75013..3201293 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4e6c737ee4880859e1f3ece73e07fa25 ibus-typing-booster-1.3.1.tar.gz +b358faff2610cbd8efcf9efefde43ab1 ibus-typing-booster-1.4.0.tar.gz