diff --git a/.gitignore b/.gitignore index 8c77ea7..834b197 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index 42d0ed5..9d11b90 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -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 - 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 - 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 diff --git a/sources b/sources index 4bfba46..a7736c1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e26bd009f54d522d6b5468b53ed970ff ibus-typing-booster-0.0.31.tar.gz +3a6df71cc1ac58a069d4734432f9d620 ibus-typing-booster-0.0.32.tar.gz