To update packages, you need to run pkg_delete(8) manually and de-install
old 3.6.3 packages. Agreed by Kambe-san.
See the pkg_info(1) manual page for how "pl" works.
* White space nits.
* Improve IPv6 support.
* Make XIM, Ximp start keys configurable.
* Keep input modes across conversations. (History functions.)
* Convert "oh" as "oo".
* Support "Off The Spot" style.
And tons of bug fixes.
* Put Makefile.common and Makefile.include for common definitions and
inclusions.
* Update to 3.6p3. From Toru Takamizu in PR#20208.
Random summary of changes since 3.6p1.
* CHANGES.jp: update
* Fix sample files.
* Install default.canna to cannaLibDir.
* Fix cursor handling in tango-touroku.
* Add "nami" symbol.
* Prevent wrong learning. It had occured in two situations:
1. bubun kakutei at bunsetsus (probably) except in jishu-henkan mode
2. bubun muhenkan
In both cases, all bunsetsus had been learned.
This commit is only a quick hack. tanbunContext should be removed
and new protocol should be added in future.
* lib/RKC/wconvert.c(SendType11Request): stop buffer overrun
* server/IR.h: define _WCHAR_t again after include "canna/RK.h"
New direcroty hierarchy.
Currently old hierarchy is default on stable branch.
And document/code bug fixes.
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES". This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile. Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
Changes from 3.5b2 are:
* Add -inet option not to allow TCP connections by default.
* Fix a buffer overflow. (This fix was already incorpolated
in Pkgsrc version.)
* Improve dicionary.
* Improve conversion engine.
* Other bug fixes.
Patch is made by Yoshifumi Hiramatsu. Tested by Toru Takamizu.
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.