update to 1.2.2
- Commit immediately when certain punctuation characters are typed and transliteration is not used (Resolves: rhbz#981179) - Add an option to try completion only when a minimum number of characters has been typed
This commit is contained in:
parent
f08b62fc88
commit
a9607111b2
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,3 +31,4 @@
|
||||
/ibus-typing-booster-1.1.0.tar.gz
|
||||
/ibus-typing-booster-1.2.0.tar.gz
|
||||
/ibus-typing-booster-1.2.1.tar.gz
|
||||
/ibus-typing-booster-1.2.2.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 1.2.1
|
||||
Version: 1.2.2
|
||||
Release: 1%{?dist}
|
||||
Summary: A typing booster engine for the IBus platform
|
||||
License: GPLv3+
|
||||
@ -74,6 +74,11 @@ make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true INSTALL="install -p" pkg
|
||||
%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
||||
|
||||
%changelog
|
||||
* Mon Jul 15 2013 Mike FABIAN <mfabian@redhat.com> - 1.2.2-1
|
||||
- Update to 1.2.2 upstream version
|
||||
- Commit immediately when certain punctuation characters are typed and transliteration is not used (Resolves: rhbz#981179)
|
||||
- Add an option to try completion only when a minimum number of characters has been typed
|
||||
|
||||
* Wed Jul 03 2013 Mike FABIAN <mfabian@redhat.com> - 1.2.1-1
|
||||
- Update to 1.2.1 upstream version
|
||||
- Pop up a message box when a file has been read to train the database, indicating success or failure (Resolves: rhbz#979933)
|
||||
@ -218,7 +223,7 @@ make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true INSTALL="install -p" pkg
|
||||
- Add combobox to setup GUI to select input method
|
||||
- Update German translation
|
||||
|
||||
* Thu Nov 12 2012 Mike FABIAN <mfabian@redhat.com> - 0.0.21-1
|
||||
* Mon Nov 12 2012 Mike FABIAN <mfabian@redhat.com> - 0.0.21-1
|
||||
- Update to 0.0.21 upstream version
|
||||
- Resolves: #875285 Shorten symbol displayed in gnome panel
|
||||
- Add space before ( in long display name
|
||||
@ -291,7 +296,7 @@ make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true INSTALL="install -p" pkg
|
||||
- Use correct encoding to decode the dictionary file
|
||||
- Some other minor fixes
|
||||
|
||||
* Thu Sep 26 2012 Anish Patil <apatil@redhat.com> - 0.0.10-1
|
||||
* Wed Sep 26 2012 Anish Patil <apatil@redhat.com> - 0.0.10-1
|
||||
- Upstream has released new version.
|
||||
|
||||
* Thu Sep 13 2012 Anish Patil <apatil@redhat.com> - 0.0.9-1
|
||||
@ -300,6 +305,6 @@ make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true INSTALL="install -p" pkg
|
||||
* Tue Aug 14 2012 Anish Patil <apatil@redhat.com> - 0.0.8-1
|
||||
- Upstream has released new version.
|
||||
|
||||
* Thu Jul 17 2012 Anish Patil <apatil@redhat.com> - 0.0.7-1
|
||||
* Tue Jul 17 2012 Anish Patil <apatil@redhat.com> - 0.0.7-1
|
||||
- The first version.
|
||||
- derieved from ibus-table developed by Yu Yuwei <acevery@gmail.com>
|
||||
|
Loading…
Reference in New Issue
Block a user