1999-12-08  Keisuke Nishida  <kxn30@po.cwru.edu>

	* Version 1.3 released.

1999-11-16  Eiji-usagi-MATSUmoto  <usagi@clave.gr.jp>

	* eblook.c: suppress duplicated hit contents. 
	(imported from ndtpd by Motoyuki Kasahara <m-kasahr@sra.co.jp>)

1999-07-31 Kazuhiro Ito <m1877334@msic.med.osaka-cu.ac.jp>

	* eblook.c (insert_content): insert a newline securely.
	(created by Keisuke Nishida <kei@psn.net>)

1999-04-27  Keisuke Mori  <ksk@ntts.com>

	* VERSION: New file. 

	* configure.in: Get the version number from VERSION file.
	--with-ming32 option has been eliminated since it's too much
	system dependent on Cygwin.

	* eblook.c (sjis2euc): a bug fixed in handling 0x9f as the second
	byte of SJIS. Error checking for an input string has been
	improved.

1999-04-27  Motoyuki Kasahara <m-kasahr@sra.co.jp>

	* eblook.c (main): Add a feature to use GNU getopt_long.
	getopt.h, getopt.c and getopt1.c have been added for this.

1999-02-10  NISHIDA Keisuke  <knishida@nn.iij4u.or.jp>

	* Version 1.2 released.

	* eblook.c (show_version): Refer the variable `version'.
	(main): Set the variable `version' with the version of EB library.

1999-02-06  NISHIDA Keisuke  <knishida@nn.iij4u.or.jp>

	* Use autoconf-2.13 and automake-1.4.
	* configure.in: Define the macros for the win32 emvironments.
	(Thanks to Keisuke Mori!)

	* acinclude.m4: New file with macro `EB_CONFIG'.
	* configure.in: Use `EB_CONFIG'.
	* Makefile.am: Updated.

	* INSTALL: Japanized.

	* eblook.c (main): Set book and appendix after loading init file.
	(kanji_code, default_code): New variables.
	(eblook_read, eblook_write, jis2euc, sjis2euc,
	write_euc2jis, write_euc2sjis): New functions.
	(main): Set kanji code.
	(read_command): Use `eblook_read'.
	(command_list, command_subinfo, search_pattern, insert_content):
	Use `eblook_write'.

1998-12-22  NISHIDA Keisuke  <knishida@nn.iij4u.or.jp>

	* eblook.c: Include <errno.h> instead of <sys/errno.h>.

1998-12-07  NISHIDA Keisuke  <knishida@nn.iij4u.or.jp>

	* Version 1.1 released.

	* eb: Excluded.
	* eblook.c: Rewriten.
	* configure.in, Makefile.am: Rewriten.
	* README: Updated.

1998-10-17  NISHIDA Keisuke  <knishida@nn.iij4u.or.jp>

	* Version 1.0 released.

	* eblook.texi: Updated for eblook 1.0.

	* eblook.c (command_copyright): New command.

1998-09-03  NISHIDA Keisuke  <knishida@nn.iij4u.or.jp>

	* eblook.c (main): Initialize hookset first.

1998-08-01  NISHIDA Keisuke  <knishida@nn.iij4u.or.jp>

	* Version 1.0b0 released.

	* configure.in: Fixed some probrems.
	* configure.in, Makefile.am: Check and use zlib if it already exists.
	(Thanks to Motoyuki Kasahara!)

	* eb: Updated to eb-2.1beta1.

1998-06-12  NISHIDA Keisuke  <knishida@nn.iij4u.or.jp>

	* Version 0.9.1 released.

	* README: Updated for eblook 0.9.

	* eb: Updated to eb-2.0.1.

	* eblook.c (hook_stopcode): New function.

1998-06-10  NISHIDA Keisuke  <knishida@nn.iij4u.or.jp>

	* Version 0.9 released.

	* eb: Updated to eb-2.0.

1998-05-17  NISHIDA Keisuke  <knishida@nn.iij4u.or.jp>

	* eblook.c: Now we load an init file "~/.eblookrc" before all.

1998-05-16  NISHIDA Keisuke  <knishida@nn.iij4u.or.jp>

	* eblook.c (hook_narrow_font, hook_wide_font): Modify the format
	of gaiji tags again.  Now we use same tags with NDTPD 2.x.
	(text_hooks): Fixed hook name for narrow charactors.

1998-05-10  NISHIDA Keisuke  <knishida@nn.iij4u.or.jp>

	* configure.in: Modified to use libtool.
	* eb: Updated to eb-2.0beta1.

1998-05-01  NISHIDA Keisuke  <knishida@osk.3web.ne.jp>

	* eblook.c: Fixed incorrect uses of `EB_P' macro.
	(main, internal_set_appendix): Fixed to initialize appendix before
	bindings.

1998-03-29  NISHIDA Keisuke  <knishida@osk.3web.ne.jp>

	* eblook.c: Rename variable `last_search_method' to
	`last_search_function'.
	(eblook_search_string): Deleted.
	(search_pattern, parse_entry_id): Updated.
	(command_search): Fixed.

	* eblook.c (hook_narrow_font, hook_wide_font): Modify the format
	of gaiji tags.

	* eblook.c: Updated for eb-2.x.
	* eb: Updated to eb-2.0beta0.

1998-03-27  NISHIDA Keisuke  <knishida@osk.3web.ne.jp>

	* eblook.c (insert_font_list): New function.
	(command_font): Updated.
	(insert_dicinfo): Modified not to display the font ranges.

1998-03/26  NISHIDA Keisuke  <knishida@osk.3web.ne.jp>

	* eblook.c (hook_begin_reference, hook_end_reference): New hooks
	to insert references.

1998-03-20  NISHIDA Keisuke  <knishida@osk.3web.ne.jp>

	* Version 0.8.2 released.

	* eb: Updated to eb-1.0.6.

1998-03-09  NISHIDA Keisuke  <knishida@osk.3web.ne.jp>

	* Version 0.8.1 released.

1998-03-08  NISHIDA Keisuke  <knishida@osk.3web.ne.jp>

	* eblook.texi: Now we don't use version.texi.

	* eblook.c (salist_set): Fixed a missing loop break.

1998-02-22  NISHIDA Keisuke  <knishida@osk.3web.ne.jp>

	* Version 0.8 released.

