Commit graph

4 commits

Author SHA1 Message Date
ryoon
72d8c0560d Update to 1.0.3
Changelog:
 Fix hiragana to katakana conversion in abbrev mode [#41]
 Make "commit-unhandled" actually commit in abbrev mode [#39]
 Avoid redundant dictionary lookup in non-numeric conversion cases [#36]
 Fix KZIK rules [#35, #37]
 Fix okuri-ari word registration [#33, #34]
 Add command for sticky-shift [#32]
 Don't crash when a rule has no default metadata [#31]
 Bind C-j to go back to hiragana in AZIK latin [#30]
 Build fixes [#42, #43]
2017-12-18 05:54:18 +00:00
obache
b91213616b Update libskk to 1.0.2 (and introduce introspection support).
Noteworthy changes in version 1.0.2 (2014-09-09)
------------------------------------------------

 * Migrate to libgee 0.8 from 0.6 (Issue#29).
 * rules: new ACT09 rule contributed by Naoki Mizuno (Issue#28).
 * Consume key event for "commit" command (Issue#26).  Use
   "commit-unhandled" for the previous behavior.
 * Comsume C-j in abbrev mode (Issue#24).
2014-09-10 09:34:45 +00:00
ryoon
8b0d81e4cb Update to 1.0.1
* Change MASTER_SITES, tar ball is not distributed on github anymore.

Changelog:
Noteworthy changes in version 1.0.1 (2013-04-01)
------------------------------------------------

 * Cancel okuri-ari conversion only if there is no candidate (Issue#23).
 * Allow clients to populate lookup table before setting cursor pos
   (ibus-skk Issue#51).
 * rules: inherit AZIK keymap from the default keymap (Issue#22).
 * Don't use type-punning when converting bytes to uint32 (Issue#20).
2013-06-16 00:30:53 +00:00
obache
cd908f5bda Import libskk-0.0.12 as inputmethod/libskk.
libskk -- a library to deal with Japanese kana-to-kanji conversion method

Features:

* Support basic features of SKK including new word registration into
  dictionary, completion, numeric conversion, abbrev mode, kuten
  input, hankaku-katakana input, Lisp expression evaluation (concat
  only), and re-conversion.

* Support various typing rules including romaji-to-kana, AZIK,
  TUT-Code, and NICOLA.

* Support various dictionary types including file dictionary (such as
  SKK-JISYO.[SML]), user dictionary, skkserv, and CDB format
  dictionary.

* GObject based API with gobject-introspection support.

* Experimental support for intelligent kana-to-kanji conversion based
  on Viterbi algorithm.
2012-04-22 13:21:04 +00:00