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.

