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:
parent
db8f7a9072
commit
481932c602
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@ ibus-table-1.3.0.20100621.tar.gz
|
||||
/ibus-table-1.8.1.tar.gz
|
||||
/ibus-table-1.8.2.tar.gz
|
||||
/ibus-table-1.8.3.tar.gz
|
||||
/ibus-table-1.8.4.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ibus-table
|
||||
Version: 1.8.3
|
||||
Version: 1.8.4
|
||||
Release: 1%{?dist}
|
||||
Summary: The Table engine for IBus platform
|
||||
License: LGPLv2+
|
||||
@ -62,6 +62,14 @@ export PYTHON=%{__python3}
|
||||
%{_datadir}/pkgconfig/%{name}.pc
|
||||
|
||||
%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 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
|
||||
|
||||
* Wed Jun 25 2014 Mike FABIAN <mfabian@redhat.com> - 1.8.3-1
|
||||
- update to 1.8.3
|
||||
- Insert a special candidate for the wildcard character itself
|
||||
|
Loading…
Reference in New Issue
Block a user