diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-27 17:54:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-27 17:54:31 +0000 |
commit | 85a7c1f751a0fb050fcf62794f16ede9cfb83498 (patch) | |
tree | 56f9df2795acbd71779302b4c353537d4a93e5ac /inputmethod/tc/Makefile | |
parent | 3995b84ebf3a569c9cacf33f3c8026e92602ac38 (diff) | |
download | pkgsrc-85a7c1f751a0fb050fcf62794f16ede9cfb83498.tar.gz |
Update to 2.3.1, provided by Hiramatsu Yoshifumi in PR 28434:
Changes:
* lisp/tc-mazegaki.el: C-g can interrupt kana-kanji conversion.
* lisp/tc-is18.el:
* lisp/tc-is19.el:
* lisp/tc-is20.el: fix infinite loop bug.
* lisp/tutc-tbl.el: fix translation table.
* lisp/eelll.el: use colored background in bitmap display mode.
* skkinput3/Makefile.am: merged patches/patch-ab
Diffstat (limited to 'inputmethod/tc/Makefile')
-rw-r--r-- | inputmethod/tc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/tc/Makefile b/inputmethod/tc/Makefile index 88f2f080f97..3627259fd7b 100644 --- a/inputmethod/tc/Makefile +++ b/inputmethod/tc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2004/01/24 13:42:22 grant Exp $ +# $NetBSD: Makefile,v 1.8 2004/11/27 17:54:31 wiz Exp $ # -DISTNAME= tc-2.3 +DISTNAME= tc-2.3.1 CATEGORIES= japanese inputmethod MASTER_SITES= http://openlab.ring.gr.jp/tcode/resources/soft/ |