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:
parent
283f980f62
commit
a35c6af1c6
1
.gitignore
vendored
1
.gitignore
vendored
@ -32,3 +32,4 @@ ibus-table-1.3.0.20100621.tar.gz
|
||||
/ibus-table-1.8.10.tar.gz
|
||||
/ibus-table-1.8.11.tar.gz
|
||||
/ibus-table-1.9.0.tar.gz
|
||||
/ibus-table-1.9.1.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ibus-table
|
||||
Version: 1.9.0
|
||||
Version: 1.9.1
|
||||
Release: 1%{?dist}
|
||||
Summary: The Table engine for IBus platform
|
||||
License: LGPLv2+
|
||||
@ -62,6 +62,11 @@ export PYTHON=%{__python3}
|
||||
%{_datadir}/pkgconfig/%{name}.pc
|
||||
|
||||
%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
|
||||
- update to 1.9.0
|
||||
- Redesign the property menus, use sub-menus instead of toggles
|
||||
|
Loading…
Reference in New Issue
Block a user