diff --git a/.gitignore b/.gitignore index 82787bb..1814ccc 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,7 @@ /ibus-typing-booster-0.0.8.tar.gz /ibus-typing-booster-0.0.9.tar.gz /ibus-typing-booster-0.0.10.tar.gz +/ibus-typing-booster-0.0.11.tar.gz +/ibus-typing-booster-0.0.12.tar.gz +/ibus-typing-booster-0.0.13.tar.gz +/ibus-typing-booster-0.0.14.tar.gz diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index 923011c..e6c49a5 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -1,5 +1,5 @@ Name: ibus-typing-booster -Version: 0.0.10 +Version: 0.0.14 Release: 1%{?dist} Summary: The Table engine for IBus platform License: GPLv2+ @@ -71,6 +71,43 @@ make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true INSTALL="install -p" pkg %{_datadir}/applications/ibus-setup-typing-booster.desktop %changelog +* Mon Oct 22 2012 Mike FABIAN - 0.0.14-1 +- Update to 0.0.14 upstream version +- Show an obvious warning when the hunspell dictionary needed is not found +- Show exact matches in the .dic files as suggestions as well +- Do not forget the input method used last when activating a previously used engine +- Make spelling of the value of “symbol” in the .conf files more consistent +- include the file ru_RU.conf + +* Thu Oct 18 2012 Mike FABIAN - 0.0.13-1 +- Update to 0.0.13 upstream version, in 0.0.12 I forgot to + include the file de_DE.conf + +* Thu Oct 18 2012 Mike FABIAN - 0.0.12-1 +- Update to 0.0.12 upstream version, in 0.0.11 I forgot to + include the file keysym2ucs.py + +* Thu Oct 18 2012 Mike FABIAN - 0.0.11-1 +- Upstream has released 0.0.11 version containing the following + improvements: +- Add .conf files for many languages and improve some existing .conf files +- Read other_ime option case insensitively +- Split only at the first = in a line in a .conf file +- Fix the problem that the user defined phrases are lost when switching engines +- use “layout = default” instead of “layout = us” in all .conf files +- Make sure the input of transliterate() is UTF-8 encoded +- Add a keysym2unichr() function and use it to support languages which have non Latin1 input +- Let first letter start with index 1 in autogenerated tabdict +- Use autogenerated tabdict always, not only in m17n mode +- Use special value 'NoIme' to indicate that no input method should be used +- Use contents of lang_chars for the regexp to match words in the dictionaries +- In process_key_event, do not return False when a non-ASCII character has been typed +- Read option valid_input_chars as UTF-8 +- Use the encoding option from the .conf file always, not only in m17n mode +- Whether m17n mode is used should depend on the .conf file, not the language +- Use correct encoding to decode the dictionary file +- Some other minor fixes + * Thu Sep 26 2012 Anish Patil - 0.0.10-1 - Upstream has released new version. diff --git a/sources b/sources index 2711268..18c9271 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c299d380f40991f327dd99b8cf85a77f ibus-typing-booster-0.0.10.tar.gz +8cc2efe1ddbe4db2832d7980fe95b7dd ibus-typing-booster-0.0.14.tar.gz