summaryrefslogtreecommitdiff
path: root/inputmethod/libskk/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26inputmethod: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (possibly fetched conditionally?): ./inputmethod/anthy/distinfo 2ch.t ./inputmethod/anthy/distinfo okinawa-20090801.t
2021-10-07inputmethod: Remove SHA1 hashes for distfilesnia1-2/+1
2019-01-04Update to 1.0.5ryoon1-5/+5
Changelog: build: Use libxkbcommon to resolve keysyms [#54]
2018-07-07Update to 1.0.4ryoon1-5/+5
Changelog: Don't consume key release events [#52] Improve hankaku katakana conversion [#51] Use the same typing rule in dict-edit mode [#50] Add abort-to-latin and abort-to-latin-unhandled command [#48] Add more z-* shortcuts from DDSKK Fix memory leak caused by Vala array conversion Bump build requirements (glib >= 2.36, valadoc >= 0.40)
2017-12-18Update to 1.0.3ryoon1-5/+5
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]
2015-11-03Add SHA512 digests for distfiles for inputmethod categoryagc1-1/+2
Problems found locating distfiles: Package anthy: missing distfile 2ch.t Package anthy: missing distfile okinawa-20090801.t Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-09-10Update libskk to 1.0.2 (and introduce introspection support).obache1-4/+4
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).
2013-06-17Remove obsoleted and now harmful patch.joerg1-2/+1
2013-06-16Update to 1.0.1ryoon1-5/+4
* 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-01-25Update libskk to 1.0.0.obache1-6/+6
Noteworthy changes in version 1.0.0 (2012-08-27) ------------------------------------------------ * Make sure to create parent directory of user-dict (Debian bug#685745). * Clear output and preedit on context reset. * Fix header include in tests (Issue#19).
2012-11-16Consistently return a value in non-void functions.joerg1-1/+3
2012-07-22Update libskk to 0.0.13.obache1-4/+4
bug fixes.
2012-04-22Import libskk-0.0.12 as inputmethod/libskk.obache1-0/+5
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.