2000-03-10  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>

	* readme.txt:
	Add notice on iso-2022-jp-3-compatible coding systems
	written by Kawabata-san.

	* readme.txt:
	Add notice on japanese-shift-jisx0213.

	* x0213-csys.el ("Japanese"):
	Because japanese-shift-jisx0213 is incomplete,
	set 'coding-priority to japanese-shift-jis instead of
	japanese-shift-jisx0213.

	* x0213-sup.el (setup-iso-2022-jp-3-mcharset-environment):
	When Emacs cannot find iso-2022-jp-3-compatible,
	output a warning message, and set iso-2022-jp-3 as a
	coding system for `iso-2022-jp-3' mime charset.

	* readme.txt:
	Append descriptions on ShiftJIS font by Kawabata-san.

	* x0213-comp.el (compile-file-list-1st):
	Add x0213-sup.el.

	* jisx0213.el (x0213-sup):
	Require x0213-sup.

	* x0213-sup.el:
	New module for supplement configurations, e.g., internet
	message configuration for APEL, FLIM, and SEMI.

2000-03-09  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>

	* x0213-csys.el (ccl-decode-sjisx0213):
	Optimized a little.

2000-03-09  KAWABATA, Taichi  <batta@beige.ocn.ne.jp>

	* x0213-csys.el
	(iso-2022-jp-3):This coding system converts all JIS X 0208
	characters to JIS X 0213 before encoding.
	(iso-2022-jp-3-compatible):This coding system converts all JIS X
	0213 characters to JIS X 0208 if possible before encoding.  This
	coding system is backward-compatible with iso-2022-jp.
	(set-language-info):replace iso-2022-jp-3 to
	iso-2022-jp-3-compatible in coding-priority of Japanese.

2000-03-08  KAWABATA, Taichi  <batta@beige.ocn.ne.jp>

	* x0213-csys.el
	Modify iso-2022-jp-3 coding-system definition so that it produces
	iso-2022-jp compatible text if the text only uses JIS X 0208
	characters.

2000-03-07  KAWABATA, Taichi  <batta@beige.ocn.ne.jp>

	* x0213-cdef.el
	Modify language-info-alist to reflect the definition of new
	charsets.
	* x0213-csys.el
	Modify language-info-alist to reflect the definition of new
	coding-systems.

2000-02-29  KAWABATA, Taichi  <batta@beige.ocn.ne.jp>

	* x0213-font.el:
	Change default 16-dot font registry of JIS X0213 2nd plane to 
	"*jisx0213.2000-2".
	* x0213-util.el:
	(jisx0208-to-jisx0213):fixed bugs of no repetition.
	(jisx0213-to-jisx0208):likewise
	* ujisx0213.el:
	reflect newest conversion table.

2000-02-24  KAWABATA, Taichi  <batta@beige.ocn.ne.jp>

	* readme.txt: Append the URIs of JIS X 0213 BDF fonts.

2000-02-23  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>

	* x0213-cdef.el (japanese-jisx0213-1):
	Use 151 as charset-id.

	* x0213-csys.el (make-list-of-range):
	Renamed from range, which is originally made by Kawabata-san.
	(jisx0213-to-jisx0208/0212):
	Adapted to the above change.

2000-02-23  KAWABATA, Taichi  <batta@beige.ocn.ne.jp>

	* x0213-csys.el:
	(jisx0208/0212-to-jisx0213): new translation-table.
	(jisx0213-to-jisx0208/0212): rewrite of jisx0213-to-jisx0208.
	(iso-2022-jp-3):
	(euc-jisx0213):
	jisx0212 characters will be converted to the same codepoint of
	jisx0213-2 before encoding, and vice versa after decoding.

	* x0213-util.el:
	(jisx0213-to-jisx0208): use new translation-table
	jisx0213-to-jisx0208/0212.

	* x0213-char.el:
	Remove tentative character name braces ("[...]") so that
	sort-char-by-charname works properly.

	* egg-sim-jisx0213.el:
	(egg-sim-jisx0213-menu):
	Fixed bug of inputting JIS X 0213 2nd plane.
	Diacritical latin characters are sorted before listed for input.

2000-02-22  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>

	* ujisx0213.el:
	Split jis-x-0213-2000-vs-unicode-assoc into
	jis-x-0213-1-2000-vs-unicode-assoc and
	jis-x-0213-2-2000-vs-unicode-assoc.

	* x0213-csys.el:
	require 'x0213-font.

	* x0213-char.el:
	New module.

	* x0213-comp.el (compile-file-list-1st):
	Add x0213-char.el.
	
	* egg-sim-jisx0213.el:
	Require x0213-util.el instead of jisx0213-util.el.
	Also require x0213-char.el.

	* readme.txt:
	Bug fix on compilation.  And change explanations on font setup.
	(Thanks KAWABATA-san.)

	* x0213-font.el:
	Only when window-system is valid, set up fontset
	for JIS X 0213.

	* x0213-comp.el (compile-file-list-1st):
	uncomment the filename of x0213-csys.el.
	And byte-compile x0213-font.el earlier than x0213-csys.el
	and x0213-util.el.

2000-02-21  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>

	* x0213-util.el: 
	* x0213-udef.el: 
	* x0213-font.el: 
	* x0213-csys.el: 
	* x0213-comp.el: 
	* x0213-cdef.el: 
	* ujisx0213.el: 
	* readme.txt: 
	* jisx0213.el: 
	* egg-sim-jisx0213.el:
	New modules for JIS X 0213 support.
	
	

