update to 1.8.9
- Move some options into a new tab “Details” - Ignore Shift+Space hotkey to switch fullwidth/halfwidth if the database is not for CJK - Resolves: rhbz#1133422 - Pass IBus.KEY_KP_Enter to the application if the preedit is empty - Resolves: rhbz#1133424
This commit is contained in:
parent
893aec50c9
commit
be0787fd40
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,3 +28,4 @@ ibus-table-1.3.0.20100621.tar.gz
|
|||||||
/ibus-table-1.8.6.tar.gz
|
/ibus-table-1.8.6.tar.gz
|
||||||
/ibus-table-1.8.7.tar.gz
|
/ibus-table-1.8.7.tar.gz
|
||||||
/ibus-table-1.8.8.tar.gz
|
/ibus-table-1.8.8.tar.gz
|
||||||
|
/ibus-table-1.8.9.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: ibus-table
|
Name: ibus-table
|
||||||
Version: 1.8.8
|
Version: 1.8.9
|
||||||
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
|
||||||
|
* Tue Aug 26 2014 Mike FABIAN <mfabian@redhat.com> - 1.8.9-1
|
||||||
|
- update to 1.8.9
|
||||||
|
- Move some options into a new tab “Details”
|
||||||
|
- Ignore Shift+Space hotkey to switch fullwidth/halfwidth if the database is not for CJK
|
||||||
|
- Resolves: rhbz#1133422
|
||||||
|
- Pass IBus.KEY_KP_Enter to the application if the preedit is empty
|
||||||
|
- Resolves: rhbz#1133424
|
||||||
|
|
||||||
* Thu Aug 14 2014 Mike FABIAN <mfabian@redhat.com> - 1.8.8-1
|
* Thu Aug 14 2014 Mike FABIAN <mfabian@redhat.com> - 1.8.8-1
|
||||||
- update to 1.8.8
|
- update to 1.8.8
|
||||||
- Show keyboard shortcuts also in the property menu entries
|
- Show keyboard shortcuts also in the property menu entries
|
||||||
|
Loading…
Reference in New Issue
Block a user