update to 1.8.4

- Tweak defaults for Chinese mode taken from the locale
- Fix prompts for array30 table and don’t use prompts in pinyin mode
- Make it possible to use select keys like F1, F2, F3 ...
- For cangjie* and quick* tables: Use big5 order if the
  freq from the table is the same
This commit is contained in:
Mike FABIAN 2014-07-07 08:51:36 +02:00
parent db8f7a9072
commit 481932c602
3 changed files with 11 additions and 2 deletions

1
.gitignore vendored
View File

@ -23,3 +23,4 @@ ibus-table-1.3.0.20100621.tar.gz
/ibus-table-1.8.1.tar.gz /ibus-table-1.8.1.tar.gz
/ibus-table-1.8.2.tar.gz /ibus-table-1.8.2.tar.gz
/ibus-table-1.8.3.tar.gz /ibus-table-1.8.3.tar.gz
/ibus-table-1.8.4.tar.gz

View File

@ -1,5 +1,5 @@
Name: ibus-table Name: ibus-table
Version: 1.8.3 Version: 1.8.4
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,6 +62,14 @@ export PYTHON=%{__python3}
%{_datadir}/pkgconfig/%{name}.pc %{_datadir}/pkgconfig/%{name}.pc
%changelog %changelog
* Mon Jul 07 2014 Mike FABIAN <mfabian@redhat.com> - 1.8.4-1
- update to 1.8.4
- Tweak defaults for Chinese mode taken from the locale
- Fix prompts for array30 table and dont use prompts in pinyin mode
- Make it possible to use select keys like F1, F2, F3 ...
- For cangjie* and quick* tables: Use big5 order if the
freq from the table is the same
* Wed Jun 25 2014 Mike FABIAN <mfabian@redhat.com> - 1.8.3-1 * Wed Jun 25 2014 Mike FABIAN <mfabian@redhat.com> - 1.8.3-1
- update to 1.8.3 - update to 1.8.3
- Insert a special candidate for the wildcard character itself - Insert a special candidate for the wildcard character itself

View File

@ -1 +1 @@
be9f0835b6bee4d3b1e7a023728c7ab6 ibus-table-1.8.3.tar.gz abee305270abf5ca537848e2b5b4d941 ibus-table-1.8.4.tar.gz