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:
parent
62a42b4495
commit
b33d6d8d21
1
.gitignore
vendored
1
.gitignore
vendored
@ -26,3 +26,4 @@ ibus-table-1.3.0.20100621.tar.gz
|
|||||||
/ibus-table-1.8.4.tar.gz
|
/ibus-table-1.8.4.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
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: ibus-table
|
Name: ibus-table
|
||||||
Version: 1.8.6
|
Version: 1.8.7
|
||||||
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
|
||||||
|
* 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
|
* Tue Jul 29 2014 Mike FABIAN <mfabian@redhat.com> - 1.8.6-1
|
||||||
- update to 1.8.6
|
- update to 1.8.6
|
||||||
- Escape % and _ if they are not intended as wildcards
|
- Escape % and _ if they are not intended as wildcards
|
||||||
|
Loading…
Reference in New Issue
Block a user