From a545ac1140aa5912a196c190f891993be738e451 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: May 29 2013 13:49:27 +0000 Subject: 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 - Remove lots of unused and/or useless code - Simplify some code - Fix the problem that after “page down” the first “arrow down” does not move down in the lookup table - Never use “-” or “=” as page up and page down keys - Print more useful debug output when an exception happens - Replace unencodable characters when asking pyhunspell for suggestions - Get dictionary encoding from .aff file - Get rid of the the variable “valid_input_chars” (https://bugzilla.redhat.com/show_bug.cgi?id=968209) - Remove option “valid_input_chars” from .conf files and template.txt - Replace keysym2unichr(key.code) with IBus.keyval_to_unicode(key.code) --- diff --git a/.gitignore b/.gitignore index b4c1daa..8c77ea7 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /ibus-typing-booster-0.0.28.tar.gz /ibus-typing-booster-0.0.29.tar.gz /ibus-typing-booster-0.0.30.tar.gz +/ibus-typing-booster-0.0.31.tar.gz diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index 7215ee9..42d0ed5 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -1,5 +1,5 @@ Name: ibus-typing-booster -Version: 0.0.30 +Version: 0.0.31 Release: 1%{?dist} Summary: A typing booster engine for the IBus platform License: GPLv3+ @@ -74,6 +74,20 @@ make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true INSTALL="install -p" pkg %{_datadir}/applications/ibus-setup-typing-booster.desktop %changelog +* 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 +- Remove lots of unused and/or useless code +- Simplify some code +- Fix the problem that after “page down” the first “arrow down” does not move down in the lookup table +- Never use “-” or “=” as page up and page down keys +- Print more useful debug output when an exception happens +- Replace unencodable characters when asking pyhunspell for suggestions +- Get dictionary encoding from .aff file +- Get rid of the the variable “valid_input_chars” (rhbz#968209) +- Remove option “valid_input_chars” from .conf files and template.txt +- Replace keysym2unichr(key.code) with IBus.keyval_to_unicode(key.code) + * Sun May 26 2013 Mike FABIAN - 0.0.30-1 - Update to 0.0.30 upstream version - simplify database structure and code diff --git a/sources b/sources index c622fb5..4bfba46 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9f49bead0873d7d07146283967a5e5aa ibus-typing-booster-0.0.30.tar.gz +e26bd009f54d522d6b5468b53ed970ff ibus-typing-booster-0.0.31.tar.gz