update to 0.0.32 upstream version
- Resolves: rhbz#969847 - Editing in the preëdit of ibus-typing-booster behaves weird, especially with transliteration - Fix behaviour of Control+Number - When committing by typing TAB, update frequency data in user database - When committing by tying RETURN or ENTER, update frequency data in user database - Do not try to match very long words in the hunspell dictionaries - Rewrite the code for moving and editing within the preëdit (rhbz#969847) - Fix encoding error when changing values with the setup tool - Add ko_KR.conf and ko_KR.svg - Use normalization forms NFD or NFKD internally and NFC externally - Remove old way of using libtranslit via ctypes - Get rid of “freq” column in databases - Remove too simpleminded auto-capitalization
This commit is contained in:
parent
a545ac1140
commit
b416a7e036
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@
|
||||
/ibus-typing-booster-0.0.29.tar.gz
|
||||
/ibus-typing-booster-0.0.30.tar.gz
|
||||
/ibus-typing-booster-0.0.31.tar.gz
|
||||
/ibus-typing-booster-0.0.32.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 0.0.31
|
||||
Version: 0.0.32
|
||||
Release: 1%{?dist}
|
||||
Summary: A typing booster engine for the IBus platform
|
||||
License: GPLv3+
|
||||
@ -74,6 +74,21 @@ make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true INSTALL="install -p" pkg
|
||||
%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
||||
|
||||
%changelog
|
||||
* Sun Jun 02 2013 Mike FABIAN <mfabian@redhat.com> - 0.0.32-1
|
||||
- Update to 0.0.32 upstream version
|
||||
- Resolves: rhbz#969847 - Editing in the preëdit of ibus-typing-booster behaves weird, especially with transliteration
|
||||
- Fix behaviour of Control+Number
|
||||
- When committing by typing TAB, update frequency data in user database
|
||||
- When committing by tying RETURN or ENTER, update frequency data in user database
|
||||
- Do not try to match very long words in the hunspell dictionaries
|
||||
- Rewrite the code for moving and editing within the preëdit (rhbz#969847)
|
||||
- Fix encoding error when changing values with the setup tool
|
||||
- Add ko_KR.conf and ko_KR.svg
|
||||
- Use normalization forms NFD or NFKD internally and NFC externally
|
||||
- Remove old way of using libtranslit via ctypes
|
||||
- Get rid of “freq” column in databases
|
||||
- Remove too simpleminded auto-capitalization
|
||||
|
||||
* Wed May 29 2013 Mike FABIAN <mfabian@redhat.com> - 0.0.31-1
|
||||
- Update to 0.0.31 upstream version
|
||||
- Resolves: rhbz#968209 - Typing characters which are not explicitly listed as “valid_input_chars” in .conf files in ibus-typing-booster get inserted in a weird position
|
||||
|
Loading…
Reference in New Issue
Block a user