update to 1.9.1

- Use proper fallback when reading the localized table name
- Show pinyin mode as well in the input mode indicator
This commit is contained in:
Mike FABIAN 2014-09-30 14:19:32 +02:00
parent 283f980f62
commit a35c6af1c6
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -32,3 +32,4 @@ ibus-table-1.3.0.20100621.tar.gz
/ibus-table-1.8.10.tar.gz /ibus-table-1.8.10.tar.gz
/ibus-table-1.8.11.tar.gz /ibus-table-1.8.11.tar.gz
/ibus-table-1.9.0.tar.gz /ibus-table-1.9.0.tar.gz
/ibus-table-1.9.1.tar.gz

View File

@ -1,5 +1,5 @@
Name: ibus-table Name: ibus-table
Version: 1.9.0 Version: 1.9.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: The Table engine for IBus platform Summary: The Table engine for IBus platform
License: LGPLv2+ License: LGPLv2+
@ -62,6 +62,11 @@ export PYTHON=%{__python3}
%{_datadir}/pkgconfig/%{name}.pc %{_datadir}/pkgconfig/%{name}.pc
%changelog %changelog
* Tue Sep 30 2014 Mike FABIAN <mfabian@redhat.com> - 1.9.1-1
- update to 1.9.1
- Use proper fallback when reading the localized table name
- Show pinyin mode as well in the input mode indicator
* Tue Sep 16 2014 Mike FABIAN <mfabian@redhat.com> - 1.9.0-1 * Tue Sep 16 2014 Mike FABIAN <mfabian@redhat.com> - 1.9.0-1
- update to 1.9.0 - update to 1.9.0
- Redesign the property menus, use sub-menus instead of toggles - Redesign the property menus, use sub-menus instead of toggles

View File

@ -1 +1 @@
f5bb9d3b4216fc54d5cbeef7b90e0a10 ibus-table-1.9.0.tar.gz 8bf0fa977058910463008eddd5f8b8f6 ibus-table-1.9.1.tar.gz