diff --git a/.gitignore b/.gitignore index 97cbbcc..16d78cf 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ /ibus-typing-booster-1.2.13.tar.gz /ibus-typing-booster-1.2.14.tar.gz /ibus-typing-booster-1.2.15.tar.gz +/ibus-typing-booster-1.3.0.tar.gz diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index e4eac44..6db2864 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -1,6 +1,6 @@ Name: ibus-typing-booster -Version: 1.2.15 -Release: 2%{?dist} +Version: 1.3.0 +Release: 1%{?dist} Summary: A typing booster engine for the IBus platform License: GPLv3+ Group: System Environment/Libraries @@ -91,6 +91,28 @@ desktop-file-validate \ %{_datadir}/applications/ibus-setup-typing-booster.desktop %changelog +* Tue Dec 15 2015 Mike FABIAN - 1.3.0-1 +- update to 1.3.0 +- Use libm17n directly instead of going through libtranslit +- Forward key events triggering a commit using “forward_key_event()” + instead of relying on “return False” +- Resolves: rhbz#1291238 +- Add code to use F1-F9 as well as keys to select candidates + for commit or remove +- Don’t commit invisible candidates with select keys with numbers + greater than the length of a page of the candidate list +- Control-arrow-left and Control-arrow-right now commit when + the edges of the preedit string are reached +- Alt- does not delete a prediction anymore, + now only Control- does this +- Add an option to disable the use of the digits 1-9 as + selection keys (useful if one wants easier number input, + selection then works only with the F1-F9 keys) +- Support input methods using AltGr (e.g. mr-inscript2) + and Alt keys (e.g. ta-lk-renganathan) +- Resolves: rhbz#1051405 +- Resolves: rhbz#772665 + * Tue Nov 10 2015 Fedora Release Engineering - 1.2.15-2 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 diff --git a/sources b/sources index 6892519..76f629b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6c1d19dfbb5b83b66ddbcc2aef113e6c ibus-typing-booster-1.2.15.tar.gz +fa4a0d94d79a202a2066a39e67a17370 ibus-typing-booster-1.3.0.tar.gz