update to 1.8.10
- Disable auto_commit option for tables which do not have RULES - Resolves: rhbz#1135759 - Disable hotkey to switch Chinese mode if database is not Chinese - Disable “onechar” (Phrase mode/Single char mode) option for non-CJK databases
This commit is contained in:
parent
be0787fd40
commit
0fd7397317
1
.gitignore
vendored
1
.gitignore
vendored
@ -29,3 +29,4 @@ ibus-table-1.3.0.20100621.tar.gz
|
||||
/ibus-table-1.8.7.tar.gz
|
||||
/ibus-table-1.8.8.tar.gz
|
||||
/ibus-table-1.8.9.tar.gz
|
||||
/ibus-table-1.8.10.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ibus-table
|
||||
Version: 1.8.9
|
||||
Version: 1.8.10
|
||||
Release: 1%{?dist}
|
||||
Summary: The Table engine for IBus platform
|
||||
License: LGPLv2+
|
||||
@ -62,6 +62,13 @@ export PYTHON=%{__python3}
|
||||
%{_datadir}/pkgconfig/%{name}.pc
|
||||
|
||||
%changelog
|
||||
* Thu Sep 04 2014 Mike FABIAN <mfabian@redhat.com> - 1.8.10-1
|
||||
- update to 1.8.10
|
||||
- Disable auto_commit option for tables which do not have RULES
|
||||
- Resolves: rhbz#1135759
|
||||
- Disable hotkey to switch Chinese mode if database is not Chinese
|
||||
- Disable “onechar” (Phrase mode/Single char mode) option for non-CJK databases
|
||||
|
||||
* Tue Aug 26 2014 Mike FABIAN <mfabian@redhat.com> - 1.8.9-1
|
||||
- update to 1.8.9
|
||||
- Move some options into a new tab “Details”
|
||||
|
Loading…
Reference in New Issue
Block a user