diff options
author | taca <taca> | 2002-11-30 13:29:21 +0000 |
---|---|---|
committer | taca <taca> | 2002-11-30 13:29:21 +0000 |
commit | 3d83eb71c9c3bf66f1df7257985e650d80c647cf (patch) | |
tree | efe976324bad54b0565d60c6c1d12db69f5dc69b /inputmethod | |
parent | c8cb5a2355fa44a5a1e6b37332bcfaa520acfc5f (diff) | |
download | pkgsrc-3d83eb71c9c3bf66f1df7257985e650d80c647cf.tar.gz |
Update ddskk package to 20021124.
DISTFILES hack dosen't seems to need now.
2002-11-20 NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>
* Makefile (SNAPBASE, tar, snapshot): Add `-'.
2002-11-10 NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>
* skk-dic.el.in: Set buffer coding system to iso-2022-jp and
specify the coding system in the header.
2002-11-09 NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>
* skk-dic.el.in (skk-search-small-dic): Add doc string.
2002-11-09 Akihiro Motoki <amotoki@dd.iij4u.or.jp>
* skk-comp.el (skk-comp-do): Keyword completion shows a candidate
circularly. (After showing the last candidate, back to the first.)
(skk-comp-previous): Ditto.
* skk.el (keyboard-quit): While keyword completion in Midashi
input mode, C-g terminates the completion and redisplay the
original Midashi input.
* skk-vars.el (skk-comp-circulate): New user variable.
(skk-comp-search-done): New buffer local variable.
2002-11-09 NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>
* skk-setup.el.in (isearch-mode-end-hook): Check if
`skk-isearch-mode-enable' is non-nil before invoking
`skk-isearch-mode-cleanup'
2002-11-03 NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>
* skk-vars.el (skk-isearch-mode-enable): New user variable.
* skk-setup.el.in (isearch-mode-hook): Check if
`skk-isearch-mode-enable' is non-nil before invoking
`skk-isearch-mode-setup'.
2002-10-28 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
* doc/skk.texi changes
(taca: I've omited description in Japanese.)
2002-10-22 Yano Keisuke <yano@moon.email.ne.jp>
* skk-kcode.el (skk-display-code): Modified for JISX0213.
Change display of KUTEN code in accordance with `JIS kanji jiten'.
(taca: I've omited description in Japanese.)
(skk-jis2sjis2): New function.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/ddskk/Makefile | 6 | ||||
-rw-r--r-- | inputmethod/ddskk/distinfo | 6 |
2 files changed, 5 insertions, 7 deletions
diff --git a/inputmethod/ddskk/Makefile b/inputmethod/ddskk/Makefile index 50de25c93c8..392d31a873a 100644 --- a/inputmethod/ddskk/Makefile +++ b/inputmethod/ddskk/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2002/11/14 03:53:37 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2002/11/30 13:29:21 taca Exp $ # -DISTNAME= ddskk-20020929 +DISTNAME= ddskk-20021124 CATEGORIES= japanese inputmethod MASTER_SITES= http://openlab.ring.gr.jp/skk/maintrunk/ EXTRACT_SUFX= .tar.bz2 @@ -12,8 +12,6 @@ COMMENT= Japanese input methods for Emacs DEPENDS= ${PKGNAME_PREFIX}apel>=10.2:../../devel/apel -DISTFILES= ddskk20020929${EXTRACT_SUFX} - MAKEFLAGS= EMACS=${EMACS_BIN} ALL_TARGET= elc diff --git a/inputmethod/ddskk/distinfo b/inputmethod/ddskk/distinfo index 6b007b0f576..e96aeef4ebf 100644 --- a/inputmethod/ddskk/distinfo +++ b/inputmethod/ddskk/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2002/10/01 14:39:39 uebayasi Exp $ +$NetBSD: distinfo,v 1.3 2002/11/30 13:29:21 taca Exp $ -SHA1 (ddskk20020929.tar.bz2) = 599c31a39127ecf31d4277125f3a1a192300194d -Size (ddskk20020929.tar.bz2) = 474326 bytes +SHA1 (ddskk-20021124.tar.bz2) = b5fdf1843417923a4da1c568fa534fb164382be5 +Size (ddskk-20021124.tar.bz2) = 475373 bytes |