- update to 1.8.11 * Fix typo in variable name self_onechar -> self._onechar * Disable “onechar” (Phrase mode/Single char mode) option for non-CJK databases * Disable auto_commit option for tables which do not have RULES * Resolves: rhbz#1135759 - The rusle is broken with "Normal commit mode" See: https://bugzilla.redhat.com/show_bug.cgi?id=1135759 * Pass IBus.KEY_KP_Enter to the application if the preedit is empty * Resolves: rhbz#1133424 - With the new "rusle" table in ibus-table-cyrillic, Keypad Enter problem See: https://bugzilla.redhat.com/show_bug.cgi?id=1133424 * Ignore Shift+Space hotkey to switch fullwidth/halfwidth if the database is not for CJK * Move some options into a new tab “Details” * Disable properties related to fullwidth/halfwidth for non-CJK tables * Remove “Hide Candidates/Display Candidates” from the properties menu * Show keyboard shortcuts also in the property menu entries * Use the “notify::text” signal instead of “activate” on GtkEntry widget * Update Chinese .po files * Update German translation * Move the “Restore all defaults” button into the GtkButtonBox at bottom * Apply fix for 同 again to Unihan_Variants.txt, it is both simplified *and* traditional Chinese * And regenerate engine/chinese_variants.py. * Escape % and _ if they are not intended as wildcards * Require Python >= 3.3 OBS-URL: https://build.opensuse.org/request/show/252685 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus-table?expand=0&rev=34
150 lines
5.9 KiB
Plaintext
150 lines
5.9 KiB
Plaintext
-------------------------------------------------------------------
|
||
Sun Sep 28 23:10:37 PRC 2014 - hillwood@linuxfans.org
|
||
|
||
- update to 1.8.11
|
||
* Fix typo in variable name self_onechar -> self._onechar
|
||
* Disable “onechar” (Phrase mode/Single char mode) option for non-CJK
|
||
databases
|
||
* Disable auto_commit option for tables which do not have RULES
|
||
* Resolves: rhbz#1135759 - The rusle is broken with "Normal commit mode"
|
||
See: https://bugzilla.redhat.com/show_bug.cgi?id=1135759
|
||
* Pass IBus.KEY_KP_Enter to the application if the preedit is empty
|
||
* Resolves: rhbz#1133424 - With the new "rusle" table in ibus-table-cyrillic,
|
||
Keypad Enter problem
|
||
See: https://bugzilla.redhat.com/show_bug.cgi?id=1133424
|
||
* Ignore Shift+Space hotkey to switch fullwidth/halfwidth if the database
|
||
is not for CJK
|
||
* Move some options into a new tab “Details”
|
||
* Disable properties related to fullwidth/halfwidth for non-CJK tables
|
||
* Remove “Hide Candidates/Display Candidates” from the properties menu
|
||
* Show keyboard shortcuts also in the property menu entries
|
||
* Use the “notify::text” signal instead of “activate” on GtkEntry widget
|
||
* Update Chinese .po files
|
||
* Update German translation
|
||
* Move the “Restore all defaults” button into the GtkButtonBox at bottom
|
||
* Apply fix for 同 again to Unihan_Variants.txt, it is both simplified *and*
|
||
traditional Chinese
|
||
* And regenerate engine/chinese_variants.py.
|
||
* Escape % and _ if they are not intended as wildcards
|
||
* Require Python >= 3.3
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Jul 26 16:14:01 UTC 2014 - i@marguerite.su
|
||
|
||
- update version 1.8.5
|
||
* Always write xml output in UTF-8 encoding, not in the encoding
|
||
of the current locale
|
||
- changes since 1.8.4
|
||
* Tweak defaults for Chinese mode taken from the locale
|
||
* Fix prompts for array30 table and don’t use prompts in pinyin mode
|
||
* Make it possible to use select keys like F1, F2, F3 ...
|
||
* For cangjie* and quick* tables: Use big5 order if the freq from
|
||
the table is the same
|
||
- add ibus-table-python3.patch
|
||
* replace file() to open()
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Jul 26 10:37:47 UTC 2014 - hillwood@linuxfans.org
|
||
|
||
- Switch python to python3
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Jul 4 04:04:17 UTC 2014 - hillwood@linuxfans.org
|
||
|
||
- Updateto 1.8.3, ibus-table >= 1.8.x has many improvements over 1.5.x
|
||
* The database format is simplified which makes better matching
|
||
possible. But because of the changed database format, the
|
||
tables have to be rebuilt, i.e. packages like ibus-table-chinese
|
||
and ibus-table-others have to be rebuilt against ibus-table > 1.8.0.
|
||
* Wildcard support added, wildcards like ? for single characters or *
|
||
for many characters can be used. The wildcards can be configured
|
||
in the setup tool, for example one can also use 'z' as a single character
|
||
wildcard if desired.
|
||
* Setup tool improved, several new options added, works with Gnome3 now.
|
||
* Prompt characters are supported now, for example when using Cangjie,
|
||
日, 月, 金, ... are displayed while typing instead of a, b, c, ...
|
||
* Moving around in the preëdit works correctly now. One can commit
|
||
the current candidate to preëdit with the left shift key or with
|
||
the arrow keys, commit more characters to preëdit that way, then
|
||
move around in the preëdit and see the full key sequences of the
|
||
characters in the preëdit. This way one can check the
|
||
key sequences if one used wildcards or pinyin mode to enter the
|
||
characters.
|
||
* Fix many bugs
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Feb 14 14:04:28 UTC 2014 - fcrozat@suse.com
|
||
|
||
- Fix missing capital on devel package group.
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Dec 15 09:37:48 UTC 2013 - swyear@gmail.com
|
||
|
||
- Add Requires: python-curses, ibus-engine-table need this module,
|
||
but it is not installed in some system, e.g Live KDE
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Jul 8 01:29:42 UTC 2013 - hillwood@linuxfans.org
|
||
|
||
- Update to 1.5.0
|
||
* Updated PO files.
|
||
* Make page up/down keys configurable
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Jan 13 10:44:31 UTC 2013 - hillwood@linuxfans.org
|
||
|
||
- fix bnc#803488
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Dec 19 12:26:07 UTC 2012 - hillwood@linuxfans.org
|
||
|
||
- Update to 1.4.99.20121112
|
||
* Updated PO files
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Oct 12 14:04:03 UTC 2012 - hillwood@linuxfans.org
|
||
|
||
- Update to 1.4.99.20121012
|
||
* Updated PO files.
|
||
* Merge remote-tracking branch 'mozbugbox/page-up-down-config' into
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Oct 3 08:45:03 UTC 2012 - hillwood@linuxfans.org
|
||
|
||
- update to 1.4.99.20121003, upstream did not provide more information.
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Sep 7 01:50:18 UTC 2012 - hillwood@linuxfans.org
|
||
|
||
- update to 1.4.99.20120904
|
||
Package Maintainer: Please test before include this to your distro.
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Jul 4 13:15:33 UTC 2012 - swyear@gmail.com
|
||
|
||
- Add ibus as Requires
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Jun 18 10:58:17 UTC 2012 - hillwood@linuxfans.org
|
||
|
||
- update to 1.3.9.20110827
|
||
- better compatibility for ibus 1.4
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jun 14 04:08:47 UTC 2011 - swyear@gmail.com
|
||
|
||
- Update to 1.3.0;
|
||
major update for ibus-1.3.x infrastructure
|
||
- additional had move to package ibus-table-others
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Mar 24 14:22:15 CET 2010 - tiwai@suse.de
|
||
|
||
- fix file list
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Jan 29 07:02:18 UTC 2010 - mxwu@novell.com
|
||
|
||
- Initial import.
|
||
|