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:
Mike FABIAN 2014-05-28 22:33:47 +02:00
parent c8fd588020
commit 8dadda8b24
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
2f13e24b54d8811b42d94fac621f5ba5 ibus-table-1.5.0.20140527.tar.gz
258b26833da444af46056842a928ce1c ibus-table-1.5.0.20140528.tar.gz