update to 1.2.9
- Fix behaviour of arrow right keys in preëdit (Resolves: rhbz#1049324) - Add timestamps to entries in the user database - Add timestamp support to user_transliteration.py - Use a single user database for all engines - Add *-inscript2 transliteration options to the Indian languages where these were still missing (Resolves: rhbz#1051405) - Make it possible to use multiple hunspell dictionaries at the same time - Make it possible to specify a list of dictionaries in the config files - Make it possible to get a word back into preëdit by using backspace (Resolves: rhbz#1032442)
This commit is contained in:
parent
b414d602f9
commit
98916ff415
1
.gitignore
vendored
1
.gitignore
vendored
@ -38,3 +38,4 @@
|
||||
/ibus-typing-booster-1.2.6.tar.gz
|
||||
/ibus-typing-booster-1.2.7.tar.gz
|
||||
/ibus-typing-booster-1.2.8.tar.gz
|
||||
/ibus-typing-booster-1.2.9.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 1.2.8
|
||||
Version: 1.2.9
|
||||
Release: 1%{?dist}
|
||||
Summary: A typing booster engine for the IBus platform
|
||||
License: GPLv3+
|
||||
@ -49,6 +49,16 @@ desktop-file-validate \
|
||||
%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
||||
|
||||
%changelog
|
||||
* Fri Jan 17 2014 Mike FABIAN <mfabian@redhat.com> - 1.2.9-1
|
||||
- Fix behaviour of arrow right keys in preëdit (Resolves: rhbz#1049324)
|
||||
- Add timestamps to entries in the user database
|
||||
- Add timestamp support to user_transliteration.py
|
||||
- Use a single user database for all engines
|
||||
- Add *-inscript2 transliteration options to the Indian languages where these were still missing (Resolves: rhbz#1051405)
|
||||
- Make it possible to use multiple hunspell dictionaries at the same time
|
||||
- Make it possible to specify a list of dictionaries in the config files
|
||||
- Make it possible to get a word back into preëdit by using backspace (Resolves: rhbz#1032442)
|
||||
|
||||
* Fri Dec 20 2013 Anish Patil <apatil@redhat.com> - 1.2.8-1
|
||||
- Change of IME name for oriya language Resolves: rhbz#1045299
|
||||
- Fixed issue multiple instances of setup menu Resolves: rhbz#1045294
|
||||
|
Loading…
Reference in New Issue
Block a user