update to 1.8.8
- Show keyboard shortcuts also in the property menu entries - Remove “Hide Candidates/Display Candidates” from the properties menu - If the database is not CJK, set sensitivity to comboboxes useful only for CJK to OFF - Disable properties related to fullwidth/halfwidth for non-CJK tables - Resolves: rhbz#1128912 - With the new "rusle" table in ibus-table-cyrillic, typing space works strangely
This commit is contained in:
parent
b33d6d8d21
commit
893aec50c9
1
.gitignore
vendored
1
.gitignore
vendored
@ -27,3 +27,4 @@ ibus-table-1.3.0.20100621.tar.gz
|
|||||||
/ibus-table-1.8.5.tar.gz
|
/ibus-table-1.8.5.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
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: ibus-table
|
Name: ibus-table
|
||||||
Version: 1.8.7
|
Version: 1.8.8
|
||||||
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,16 @@ export PYTHON=%{__python3}
|
|||||||
%{_datadir}/pkgconfig/%{name}.pc
|
%{_datadir}/pkgconfig/%{name}.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 14 2014 Mike FABIAN <mfabian@redhat.com> - 1.8.8-1
|
||||||
|
- update to 1.8.8
|
||||||
|
- Show keyboard shortcuts also in the property menu entries
|
||||||
|
- Remove “Hide Candidates/Display Candidates” from the properties menu
|
||||||
|
- If the database is not CJK, set sensitivity to comboboxes
|
||||||
|
useful only for CJK to OFF
|
||||||
|
- Disable properties related to fullwidth/halfwidth for non-CJK tables
|
||||||
|
- Resolves: rhbz#1128912 - With the new "rusle" table in
|
||||||
|
ibus-table-cyrillic, typing space works strangely
|
||||||
|
|
||||||
* Mon Aug 11 2014 Mike FABIAN <mfabian@redhat.com> - 1.8.7-1
|
* Mon Aug 11 2014 Mike FABIAN <mfabian@redhat.com> - 1.8.7-1
|
||||||
- update to 1.8.7
|
- update to 1.8.7
|
||||||
- Use the “notify::text” signal instead of “activate” on GtkEntry widget.
|
- Use the “notify::text” signal instead of “activate” on GtkEntry widget.
|
||||||
|
Loading…
Reference in New Issue
Block a user