update to 1.8.7

- Use the “notify::text” signal instead of “activate” on GtkEntry widget.
  This is to make changes in the text entry widgets in the setup tool apply
  immediately.
- Move the “Restore all defaults” button into the GtkButtonBox at the bottom
- Update Unihan_Variants.txt from “2013-02-25 Unicode 6.3.0” to “2014-05-09 Unicode 7.0.0”
This commit is contained in:
Mike FABIAN 2014-08-11 19:15:17 +02:00
parent 62a42b4495
commit b33d6d8d21
3 changed files with 11 additions and 2 deletions

1
.gitignore vendored
View File

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

View File

@ -1,5 +1,5 @@
Name: ibus-table
Version: 1.8.6
Version: 1.8.7
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 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.
This is to make changes in the text entry widgets in the setup tool apply
immediately.
- Move the “Restore all defaults” button into the GtkButtonBox at the bottom
- Update Unihan_Variants.txt from “2013-02-25 Unicode 6.3.0” to “2014-05-09 Unicode 7.0.0”
* Tue Jul 29 2014 Mike FABIAN <mfabian@redhat.com> - 1.8.6-1
- update to 1.8.6
- Escape % and _ if they are not intended as wildcards

View File

@ -1 +1 @@
b1fc5a3c504736cb85bd0429da2eff65 ibus-table-1.8.6.tar.gz
03d6812faebab3503985ecf90aa3b6f9 ibus-table-1.8.7.tar.gz