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:
Mike FABIAN 2014-08-14 15:32:18 +02:00
parent b33d6d8d21
commit 893aec50c9
3 changed files with 13 additions and 2 deletions

1
.gitignore vendored
View File

@ -27,3 +27,4 @@ ibus-table-1.3.0.20100621.tar.gz
/ibus-table-1.8.5.tar.gz
/ibus-table-1.8.6.tar.gz
/ibus-table-1.8.7.tar.gz
/ibus-table-1.8.8.tar.gz

View File

@ -1,5 +1,5 @@
Name: ibus-table
Version: 1.8.7
Version: 1.8.8
Release: 1%{?dist}
Summary: The Table engine for IBus platform
License: LGPLv2+
@ -62,6 +62,16 @@ export PYTHON=%{__python3}
%{_datadir}/pkgconfig/%{name}.pc
%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
- update to 1.8.7
- Use the “notify::text” signal instead of “activate” on GtkEntry widget.

View File

@ -1 +1 @@
03d6812faebab3503985ecf90aa3b6f9 ibus-table-1.8.7.tar.gz
b61ad4db6f814c0aa483e1cabfc805ee ibus-table-1.8.8.tar.gz