update to 1.5.0.20140528
- Use Unicode code point as a last ditch sort key for the candidates - Fix bug in Unihan_Variants.txt, 同 is both simplified *and* traditional Chinese - Update Unihan_Variants.txt from “2011-08-08 Unicode 6.1.0” to “2013-02-25 Unicode 6.3.0” and regenerate engine/chinese_variants.py
This commit is contained in:
parent
c8fd588020
commit
8dadda8b24
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@ ibus-table-1.3.0.20100621.tar.gz
|
||||
/ibus-table-1.5.0.20140416.tar.gz
|
||||
/ibus-table-1.5.0.20140519.tar.gz
|
||||
/ibus-table-1.5.0.20140527.tar.gz
|
||||
/ibus-table-1.5.0.20140528.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ibus-table
|
||||
Version: 1.5.0.20140527
|
||||
Version: 1.5.0.20140528
|
||||
Release: 1%{?dist}
|
||||
Summary: The Table engine for IBus platform
|
||||
License: LGPLv2+
|
||||
@ -62,6 +62,12 @@ export PYTHON=%{__python3}
|
||||
%{_datadir}/pkgconfig/%{name}.pc
|
||||
|
||||
%changelog
|
||||
* Wed May 28 2014 Mike FABIAN <mfabian@redhat.com> - 1.5.0.20140528-1
|
||||
- update to 1.5.0.20140528
|
||||
- Use Unicode code point as a last ditch sort key for the candidates
|
||||
- Fix bug in Unihan_Variants.txt, 同 is both simplified *and* traditional Chinese
|
||||
- Update Unihan_Variants.txt from “2011-08-08 Unicode 6.1.0” to “2013-02-25 Unicode 6.3.0” and regenerate engine/chinese_variants.py
|
||||
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user