2001-02-24  Masayuki Asahara  <masayu-a@is.aist-nara.ac.jp>

	release-2.2.3
	
2001-02-23  TAKAOKA Kazuma  <kazuma-t@is.aist-nara.ac.jp>

	* Rewrite function definitions in ANSI-C style.

	* Remove the code of KoCha.

	* lib/select.c (sa_common_prefix_search): The loop can't find
	end-of-string. Fix.

2001-02-22  Masayuki Asahara  <masayu-a@is.aist-nara.ac.jp>

        release 2.2.2
	
2001-02-21  Masayuki Asahara  <masayu-a@is.aist-nara.ac.jp>

	* lib/Makefile.am (DEFS): default chasenrc path (PREFIX/etc)

	* configure.in: version number update
	* README: version number update
	* README-ja: version number update
	
	* doc/manual.tex: 
	* doc/manual-j.tex: modification for chasenrc path

2001-02-19  TAKAOKA Kazuma  <kazuma-t@is.aist-nara.ac.jp>

	* lib/parse.c (utf8_check_undefword_len): Add UTF-8 tokenizer.
	(iso8859_check_undefword_len): Add ISO-8859-* tokenizer.

2001-02-13  Masayuki Asahara  <masayu-a@is.aist-nara.ac.jp>

	* doc/manual.tex: 
	* doc/manual-j.tex: modification for manual.

2001-02-13  Masayuki Asahara  <masayu-a@is.aist-nara.ac.jp>

	* lib/*.c: 
	  lib/*.h: 
	  chasen/chasen.c: merged from the branch `release-2_2_0-patches'

	  `fclose' problem 
	  Thanks to Takahiro Kambe <taca@sky.yamashina.kyoto.jp>
	
	  the branch `release-2_2_0-patches' are obsolete.
	  
2001-02-03  TAKAOKA Kazuma  <kazuma-t@is.aist-nara.ac.jp>

	* lib/patfile.c: Use fgetc and fputc instead of egetc and eputc.

2001-02-02  Akira Kitauchi  <kitauchi@rd.nttdata.co.jp>

	* lib/print.c: new output format '%i0'.

2001-01-14  Akira Kitauchi  <kitauchi@rd.nttdata.co.jp>

	* lib/jfgets.c: Modified a bug in -j option.
	Now replaces "KANJI SPACES \n SPACES KANJI" with
 	"KANJI KANJI" again.

2001-01-07  Taku Kudoh  <taku-ku@is.aist-nara.ac.jp>

	* chasen.spec.in: fix options to compile on RedHat 7.0

2000-12-07  TAKAOKA Kazuma  <kazuma-t@is.aist-nara.ac.jp>

	* mkchadic/sortdic.c: Arrange some codes.

	* lib/iotool.c (cha_realloc): New.
	
	* mkchadic/convary.c: A new command for making chadic.ary.

2000-12-06  TAKAOKA Kazuma  <kazuma-t@is.aist-nara.ac.jp>

	* mkchadic/morph.c: Remove.

	* lib/select.c, lib/pat.h: Fix macros.

2000-12-06  Akira Kitauchi  <kitauchi@rd.nttdata.co.jp>

	* lib/chadic.h: Moved JM_* macros in mkchadic/convdic.c.

2000-12-06  Masayuki Asahara  <masayu-a@cacao.aist-nara.ac.jp>

	* doc/manual*: remove the discription of IPADIC
	(the discription of ipadic is moved in ipadic package)

2000-12-06  Taku Kudoh <taku-ku@is.aist-nara.ac.jp>

	* Add chasen.spec.in: spec file for RedHat rpm package
	
2000-12-05  Masayuki Asahara  <masayu-a@cacao.aist-nara.ac.jp>

	* lib/Makefile.am (DEFS): 
	change dic directory (dic -> ipadic)
	the default dictionary is ipadic

2000-12-05  Masayuki Asahara  <asahara@parasite.aist-nara.ac.jp>

	* lib/Makefile.am (DEFS): 
	change dic directory (ipadic -> dic)

2000-12-05  TAKAOKA Kazuma  <kazuma-t@is.aist-nara.ac.jp>

	* mkchadic/makemat.c (main): Specifies input file by the first
	argument.

	* mkchadic/morph.c (insert_dic_data): pat_get_text never returns
	NULL. Fix the loop condition.

2000-12-05  Akira Kitauchi  <kitauchi@rd.nttdata.co.jp>

	* lib/chadic.h, mkchadic/trans.c: Accepts "Fuka-Joho"
	(in Japanese) as the infromation field in the dictionaries.

2000-12-04  TAKAOKA Kazuma  <kazuma-t@is.aist-nara.ac.jp>

	* lib/chadic.h: cell_t is renamed chasen_cell_t.

2000-12-01  TAKAOKA Kazuma  <kazuma-t@is.aist-nara.ac.jp>

	* lib/dic.c(cha_get_mrph_data): Move from parse.c.

2000-11-28  Akira Kitauchi  <kitauchi@rd.nttdata.co.jp>

	* perl/: Text::ChaSen 1.03

2000-11-24  TAKAOKA Kazuma  <kazuma-t@is.aist-nara.ac.jp>

	* mkchadic/mkary.c, lib/select.c: SUFARY use network byte order.

	* lib/pat.h (pat_t): A new structure for PATRICIA.

2000-11-24  Akira Kitauchi  <kitauchi@rd.nttdata.co.jp>

	* lib/pat.c: pat_memcmp().
	* lib/parse.c: Modified a bug enbuged at 2000-11-22.

2000-11-22  TAKAOKA Kazuma  <kazuma-t@is.aist-nara.ac.jp>

	* lib/mmap.c: New.

	* lib/chalib.h, lib/chadic.h: Use prototype declarations.

2000-11-21  TAKAOKA Kazuma  <kazuma-t@is.aist-nara.ac.jp>

	* lib/parse.c, lib/sufary.h, lib/select.c: Rewrite
	sa_common_prefix_search().

	* lib/sufary.h, lib/select.c, lib/chfile.c: Remove unused codes.

2000-11-18  Akira Kitauchi  <kitauchi@rd.nttdata.co.jp>

	* chasen/server.c: Use waitpid() instead of wait3().

2000-11-17  TAKAOKA Kazuma  <kazuma-t@is.aist-nara.ac.jp>

	* lib/chalib.c, lib/parse.c: Change the type of Suf_dicfile. 

2000-11-12  Akira Kitauchi  <kitauchi@rd.nttdata.co.jp>

	* lib/parse.c: Updated.

2000-11-06  Akira Kitauchi  <kitauchi@rd.nttdata.co.jp>

	* lib/chasen.h: New file.

	* configure.in: version 2.1.0, LTVERSION="0:1:0".

	* lib/Makefile.am: RCPATH=$(pkgdatadir)/ipadic/chasenrc

	* dic/: Removed. Also removed from AC_OUTPUT in configure.in.

2000-11-05  Akira Kitauchi  <kitauchi@rd.nttdata.co.jp>

	* mkchadic/trans.c: Binary format for chadic.int.

	* lib/chalib.h: Don't include chadic.h and pat.h.

	* mkchadic/makemat.c: Extended format of matrix.cha to
	compress file size.

	* Deleted the macro VGRAM and no longer support bi-gram version.

	* lib/pat.h: Removed macros for debugging such as OL().

	* Defined a macro PATHTYPE_MSDOS.

	* Use the macro HAVE_MMAP instead of NO_MMAP.

	* chasen/chasmpl.c: Global variable `opt' for cc.

	* Renamed so many symbol names.

2000-08-21  Satoru Takabayashi  <satoru-t@is.aist-nara.ac.jp>

	* maintMakefile (cxref): Add new rules: cxref and global.

	* chasen-config.in (libs): Add --mkchadic and --dicdir option.

	* lib/print.c (set_cha_fput): Remove #ifndef HAVE_PROTO_FPUTC
	... #endif conditions.

2000-08-19  Satoru Takabayashi  <satoru-t@is.aist-nara.ac.jp>

	* dic/makedic.bat: Removed.

	* chkconf.sh: Removed.

	* lib/print.c (set_cha_fput): Remove #ifndef HAVE_PROTO_FPUTC ...
	#endif

	* dic/Makefile.am: New file.

	* chasen-config.in: New file.

	* INSTALL-ja: New file.
	<http://www.sra.co.jp/people/m-kasahr/install/INSTALL-ja>

	* README-ja: Renamed from README.ja

	* mkchadic/Makefile.am: New file.

	* chasen/Makefile.am: New file.

	* lib/Makefile.am: New file.

	* prolog/Makefile.am: New file.

	* doc/Makefile.am: New file.

	* Makefile.am: New file.

	* COPYING: Copied from doc/manual-j.tex

	* NEWS: Renamed from CHANGES.

	* Modernization started! Employ autoconf, automake and libtool.

