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-<number> does not delete a prediction anymore, now only Control-<number> 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
This commit is contained in:
parent
0362763ad1
commit
95a67a5af6
1
.gitignore
vendored
1
.gitignore
vendored
@ -45,3 +45,4 @@
|
|||||||
/ibus-typing-booster-1.2.13.tar.gz
|
/ibus-typing-booster-1.2.13.tar.gz
|
||||||
/ibus-typing-booster-1.2.14.tar.gz
|
/ibus-typing-booster-1.2.14.tar.gz
|
||||||
/ibus-typing-booster-1.2.15.tar.gz
|
/ibus-typing-booster-1.2.15.tar.gz
|
||||||
|
/ibus-typing-booster-1.3.0.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: ibus-typing-booster
|
Name: ibus-typing-booster
|
||||||
Version: 1.2.15
|
Version: 1.3.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A typing booster engine for the IBus platform
|
Summary: A typing booster engine for the IBus platform
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -91,6 +91,28 @@ desktop-file-validate \
|
|||||||
%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 15 2015 Mike FABIAN <mfabian@redhat.com> - 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-<number> does not delete a prediction anymore,
|
||||||
|
now only Control-<number> 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 <rel-eng@lists.fedoraproject.org> - 1.2.15-2
|
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.15-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user