update to 1.2.7
- Don’t strip characters with Unicode category “Cf” (Other, format) from tokens (Resolves: rhbz#1032504)
This commit is contained in:
parent
e7fd10921c
commit
a14836c0ae
1
.gitignore
vendored
1
.gitignore
vendored
@ -36,3 +36,4 @@
|
|||||||
/ibus-typing-booster-1.2.4.tar.gz
|
/ibus-typing-booster-1.2.4.tar.gz
|
||||||
/ibus-typing-booster-1.2.5.tar.gz
|
/ibus-typing-booster-1.2.5.tar.gz
|
||||||
/ibus-typing-booster-1.2.6.tar.gz
|
/ibus-typing-booster-1.2.6.tar.gz
|
||||||
|
/ibus-typing-booster-1.2.7.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: ibus-typing-booster
|
Name: ibus-typing-booster
|
||||||
Version: 1.2.6
|
Version: 1.2.7
|
||||||
Release: 1%{?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+
|
||||||
@ -49,6 +49,9 @@ desktop-file-validate \
|
|||||||
%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 20 2013 Mike FABIAN <mfabian@redhat.com> - 1.2.7-1
|
||||||
|
- Don’t strip characters with Unicode category “Cf” (Other, format) from tokens (Resolves: rhbz#1032504)
|
||||||
|
|
||||||
* Thu Nov 14 2013 Mike FABIAN <mfabian@redhat.com> - 1.2.6-1
|
* Thu Nov 14 2013 Mike FABIAN <mfabian@redhat.com> - 1.2.6-1
|
||||||
- Change wording of the option to show the total number of candidates (Resolves: rhbz#1029748)
|
- Change wording of the option to show the total number of candidates (Resolves: rhbz#1029748)
|
||||||
- Commit candidate clicked on with the mouse (Resolves: rhbz#1029822)
|
- Commit candidate clicked on with the mouse (Resolves: rhbz#1029822)
|
||||||
|
Loading…
Reference in New Issue
Block a user