update to 1.5.0.20140527
- Put exact matches always at the top of the candidate list - Fix typo in the filtering for Chinese mode 3 (All characters with traditional Chinese first) - Support prompt characters (e.g. for cangjie and stroke5)
This commit is contained in:
parent
08a17133e9
commit
c8fd588020
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@ ibus-table-1.3.0.20100621.tar.gz
|
|||||||
/ibus-table-1.5.0.20140409.tar.gz
|
/ibus-table-1.5.0.20140409.tar.gz
|
||||||
/ibus-table-1.5.0.20140416.tar.gz
|
/ibus-table-1.5.0.20140416.tar.gz
|
||||||
/ibus-table-1.5.0.20140519.tar.gz
|
/ibus-table-1.5.0.20140519.tar.gz
|
||||||
|
/ibus-table-1.5.0.20140527.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: ibus-table
|
Name: ibus-table
|
||||||
Version: 1.5.0.20140519
|
Version: 1.5.0.20140527
|
||||||
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,7 +62,13 @@ export PYTHON=%{__python3}
|
|||||||
%{_datadir}/pkgconfig/%{name}.pc
|
%{_datadir}/pkgconfig/%{name}.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue May 19 2014 Mike FABIAN <mfabian@redhat.com> - 1.5.0.20140519-1
|
* Tue May 27 2014 Mike FABIAN <mfabian@redhat.com> - 1.5.0.20140527-1
|
||||||
|
- update to 1.5.0.20140527
|
||||||
|
- Put exact matches always at the top of the candidate list
|
||||||
|
- Fix typo in the filtering for Chinese mode 3 (All characters with traditional Chinese first)
|
||||||
|
- Support prompt characters (e.g. for cangjie and stroke5)
|
||||||
|
|
||||||
|
* Mon May 19 2014 Mike FABIAN <mfabian@redhat.com> - 1.5.0.20140519-1
|
||||||
- update to 1.5.0.20140519
|
- update to 1.5.0.20140519
|
||||||
- rewrite major parts of ibus-table, fix many bugs.
|
- rewrite major parts of ibus-table, fix many bugs.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user