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)
This commit is contained in:
parent
11cb1b4d39
commit
a545ac1140
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@
|
|||||||
/ibus-typing-booster-0.0.28.tar.gz
|
/ibus-typing-booster-0.0.28.tar.gz
|
||||||
/ibus-typing-booster-0.0.29.tar.gz
|
/ibus-typing-booster-0.0.29.tar.gz
|
||||||
/ibus-typing-booster-0.0.30.tar.gz
|
/ibus-typing-booster-0.0.30.tar.gz
|
||||||
|
/ibus-typing-booster-0.0.31.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: ibus-typing-booster
|
Name: ibus-typing-booster
|
||||||
Version: 0.0.30
|
Version: 0.0.31
|
||||||
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+
|
||||||
@ -74,6 +74,20 @@ make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true INSTALL="install -p" pkg
|
|||||||
%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
||||||
|
- 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 <mfabian@redhat.com> - 0.0.30-1
|
* Sun May 26 2013 Mike FABIAN <mfabian@redhat.com> - 0.0.30-1
|
||||||
- Update to 0.0.30 upstream version
|
- Update to 0.0.30 upstream version
|
||||||
- simplify database structure and code
|
- simplify database structure and code
|
||||||
|
Loading…
Reference in New Issue
Block a user