2004-11-03  Motoyuki Kasahara  <m-kasahr@sra.co.jp>

	* Version 3.2.1.

	* bookview/help.tcl: Removed.
	* bookview/bookview.in (help_filename): Ditto.
	* bookview/bookview.in (make_main_window): Delete `Help' on the menu
	bar.
	* bookview/Makefile.am (pkgdata_DATA, EXTRA_DIST, POFILES): Delete
	`help.tcl'.

	* doc/Makefile.am (EXTRA_DIST, pkgdoc_DATA): Add bookview.css and
	PNG files.

2003-06-23  Motoyuki Kasahara  <m-kasahr@sra.co.jp>

	* Version 3.2.

	* bitmap/Makefile.am, bookview/Makefile.am, doc/Makefile.am,
	doc-ja/Makefile.am, tools/Makefile.am: Delete @SET_MAKE@.

	* bookview/bookview.in, bookview/finder.tcl, bookview/ndtp.tcl,
	bookview/help.tcl: Supprt for Tcl/Tk 8.3 and 8.4.
	Merge a patch contributed by Masaki SHINOMIYA.

	* bookview/instwin.tcl (install_files) : Also install
	`bitmap/backward.xbm' and `bitmap/forward.xbm'.
	* bookview/instwin.tcl: Generate SJIS edition of `bookview/ja.mo'
	and install it.

2002-09-01  Motoyuki Kasahara  <m-kasahr@sra.co.jp>

	* Version 3.1.1.

	* bookview/bookview.in (make_main_window): Fix a bug in procedure
	of forkwarding and backwarding text.

2002-01-22  Motoyuki Kasahara  <m-kasahr@sra.co.jp>

	* Version 3.1.

	* missing, mkinstalldirs, install-sh: Import from Automake-1.6.3.

2002-01-22  Motoyuki Kasahara  <m-kasahr@sra.co.jp>

	* missing, mkinstalldirs: Import from Automake-1.5b.

2001-10-27  Motoyuki Kasahara  <m-kasahr@sra.co.jp>

	* bookview/bookview (select_server): Fix a bug that the `Go' menu
	would be broken.

2001-10-27  Motoyuki Kasahara  <m-kasahr@sra.co.jp>

	* Version 3.1beta0.

	* configure.in: Renamed to `configure.ac'.
	* configure.ac (AM_INIT_AUTOMAKE): Set version to 3.1beta0.
	* configure.ac: Updated by autoupdate of GNU autoconf 2.52.

	* bitmap/backward.xbm, bitmap/forward.xbm: New files.
	* bitmap/Makefile.am (pkgdata_DATA): Add `backward.xbm' and
	`forward.xbm'.

	* bookview/bookview.in: Add Forward abd Backward paragraph buttons.

	* bookview/bookview.in (setup_main_window): Rename widget name
	from `.information' to `.bottombar'.

	* bookview/ndtp.tcl (ndtp_current_text_position): New global 
	variable.
	* bookview/ndtp.tcl (ndtp_get_forward_position): New function.
	* bookview/ndtp.tcl (ndtp_get_backward_position): Ditto.

	* bookview/ndtp.tcl (ndtp_get_text): Recognize `forward' and
	`backward' as a value of the `position' argument.

2000-12-12  Motoyuki Kasahara  <m-kasahr@sra.co.jp>

	* configure.in (AC_ARG_WITH): Remove `--enable-ja-doc' option.
	* configure.in (AM_CONDITIONAL): Remove `JA_DOC' conditional.
	* Makefile.am: Likewise.

2000-11-28  Motoyuki Kasahara  <m-kasahr@sra.co.jp>

	* Version 3.0.2.

	* Widen the method list.

2000-10-30  Motoyuki Kasahara  <m-kasahr@sra.co.jp>

	* Version 3.0.1.

	* bookview/bookview.in (bitmap_mode): New function.
	* bookview/bookview.in (select_book, query_word, put_text): Call
	`bitmap_mode' to determine bitmap loading mode of the target book.

	* bookview/bookview.in (bitmap_mode): Don't glob a book pattern.

2000-10-27  Motoyuki Kasahara  <m-kasahr@sra.co.jp>

	* bookview/setup.tcl (setup_parse_options): Expand all `,' in the
	book group list, reported by Yoichi Ogawa.

	* bookview/setup.tcl (setup_make_window): Fill the option entries
	with `start=@all' by defualt.  Suggested by Kazuhiko Shiozaki.

2000-10-24  Motoyuki Kasahara  <m-kasahr@sra.co.jp>

	* Version 3.0.

	* bookview/ndtp.tcl (ndtp_get_bitmap): Don't trust that a given
	image-ID is valid.

2000-10-18  Motoyuki Kasahara  <m-kasahr@sra.co.jp>

	* bookview/Makfiles (SUBDIRS): The order is changed.
	Process `bookview' and then `tools'.

2000-09-29  Motoyuki Kasahara  <m-kasahr@sra.co.jp>

	* bookview/bookview.in (make_main_window): Don't display a message
	while the mouse cursor is on a button in the toolbar.

2000-09-28  Motoyuki Kasahara  <m-kasahr@sra.co.jp>

	* Version 3.0beta2.

	* bookview/bookview.in (make_main_window): Display a message
	while the mouse cursor is on a button in the toolbar.

2000-09-21  Motoyuki Kasahara  <m-kasahr@sra.co.jp>

	* bookview/ndtp.tcl (ndtp_query_word): Send `PA' not `Pa', for
	end-word search.

	* bookview/bookview.in, bookview/ndtp.tcl, bookview/setup.tcl,
	bookview/finder.tcl, bookview/help.tcl: Internationalized.
	All messages are enclosed with [_ ...].
	* bookview/bookview.in (_): New function.

	* bookview/bookview.in (help_filename): Have the basename only.
	* bookview/bookview.in (ja_help_filename): Removed.
	* bookview/bookview.in (make_main_window): "Help(English)..."
	and Help(Japanese)..." is unified.

	* info2txt: The directory name is changed to `tools'.
	* doc/Makefile.am (INFO2TXT): Likewise.
	* doc-ja/Makefile.am (INFO2TXT): Likewise.
	* Makefile.am (SUBDIRS): Likewise.
	* tools/Makefile.am (noinst_SCRIPTS): Add tclmsgfmt, tclmsgmerge
	and tclxgettext.
	* tools/Makefile.am (EXTRA_DIST): Add tclmsgfmt.in, tclmsgmerge.in
	and tclxgettext.in.
	* tools/Makefile.am (CLEANFILES): Add tclmsgfmt.tmp, tclmsgfmt,
	tclmsgmerge.tmp, tclmsgmerge, tclxgettext.tmp and tclxgettext.
	* tools/Makefile.am (tclmsgfmt, tclmsgmerge, tclxgettext): New tagets.

	* bookview/message.in: New file.

2000-09-16  Motoyuki Kasahara  <m-kasahr@sra.co.jp>

	* bookview/ndtp.tcl (ndtp_select_book): Set $ndtp_extension_ok.
	* bookview/ndtp.tcl ($ndtp_default_method): New global variable.
	* bookview/ndtp.tcl (ndtp_set_default_method): New function.
	* bookview/ndtp.tcl (ndtp_query_word): Adjust the given word
	according with $ndtp_default_method.
	* bookview/setup.tcl (setup_save_file): New directive `default-method'
	is added.
	* bookview/setup.tcl (setup_load_file): Likewise.

	* bookview/bookview.in ($server_options): New global variable.

2000-09-15  Motoyuki Kasahara  <m-kasahr@sra.co.jp>

	* bookview/setup.tcl (setup_parse_options): Option separator is
	changed from " " to ";'.
	* bookview/setup.tcl (setup_save_file): Likewise.
	* bookview/setup.tcl (setup_load_file): Likewise.

	* bookview/ndtp.tcl (ndtp_get_bitmap): Return 1 when 
	$ndtp_cache_all_bitmaps($ndtp_current_book) is true.

	* bookview/bookview.tcl (server_books): New global variable.
	* bookview/bookview.tcl (hit_positions): Remove the global variable.
	* bookview/bookview.tcl (current_hit): Rename the global variable
	to `current_hit_index'.  It memories an index of the arrow in the
	"Hits" text widget.
	* bookview/bookview.tcl (get_entry_text): The argument list is
	changed; it receives only one argument which represends an index of
	.hits.text.

	* bookview/ndtp.tcl (ndtp_query_word): Fix a bug that removes
	`t' at the beginning or tail of an input word.

	* bookview/setup.tcl (setup_load_file): Also initialize 
	`server_demand_loads'.

	* bookview/ndtp.tcl (ndtp_books): New function.

	* bookview/bookview.in ($server_book_groups): New global variable.
	* bookview/setup.tcl (setup_save_file): Save $server_book_groups.
	* bookview/setup.tcl (setup_parse_options): Parse `group' option.
	* bookview/setup.tcl (setup_ok): Initialize $server_book_groups.
	* bookview/setup.tcl (setup_load_file): Likewise.
	* bookview/bookview.tcl (query_word): Also output the book title
	of hit entires.
	* bookview/bookview.tcl (query_word): Expand the argument "$book"
	to a list of actual book names, and query the given word for each
	book.
	* bookview/bookview.tcl (select_book): Expand the argument "$book"
	to a list of actual book names, and select each book.
	* bookview/bookview.tcl (get_book_title, expand_book_name): New
	functions.

	* bookview/ndtp.tcl (ndtp_select_book): When invalid book-ID is
	given, it returns 0, not raises an error.
	* bookview/ndtp.tcl (ndtp_title): Likewise.
	* bookview/bookview.tcl (select_server): Don't check the start
	book-ID is valid.

	* bookview/ndtp.tcl (ndtp_pages_endword, ndtp_pages_keyword):
	New global variables.
	* bookview/ndtp.tcl (ndtp_have_endword_search): New function.
	* bookview/ndtp.tcl (ndtp_have_keyword_search): New function.
	* bookview/ndtp.tcl (ndtp_initialize): Also initialize 
	`ndtp_pages_endword' and `ndtp_pages_keyword'.
	* bookview/ndtp.tcl (ndtp_select_book): Also check endword and
	keyword search.

	* bookview/bookview.in (method_radiobutton): New global variables.
	* bookview/bookview.in (method_titles): Likewise.
	* bookview/bookview.in (make_main_window): Change the window layout.
	`Server' menu is moved to the menubar, and `Method' menu is put under
	the `Book'.
	* bookview/bookview.in (reconfigure_main_window): Likewise.
	* bookview/bookview.in (select_server): Update state of `Type' menu.
	* bookview/bookview.in (select_book): Likewise.
	* bookview/bookview.in (select_method): New function.

2000-09-14  Motoyuki Kasahara  <m-kasahr@sra.co.jp>

	* bookview/bookview.in (select_book, query_word, put_text): 
	Recoginze $server_demand_loads as a list of glob patterns, rather
	than a list of exact book names.

2000-09-05  Motoyuki Kasahara  <m-kasahr@sra.co.jp>

	* bookview/bookview.in: Fix a bug that try to include sources at
	wrong directories.

2000-08-27  Motoyuki Kasahara  <m-kasahr@sra.co.jp>

	* Version 3.0beta0.

	* bookview/bookview.in ($prefer_indexes, $prefer_sizes): Removed.
	* bookview/bookview.in (bitmap_size): New global variable.
	* bookview/bookview.in (select_book, query_word, put_text): 
	Set bitmap size to $bitmap_size.

	* bookview/bookview.in ($server_demand_loads): New global variable.
	* bookview/setup.tcl (setup_save_file): Save $server_demand_loads.
	* bookview/setup.tcl (setup_ok): Initialize $server_demand_loads.
	
	* bookview/ndtp.tcl (ndtp_select_bitmap_size): Argument format is
	changed; ndtp_select_bitmap_size size ?load_mode?.

	* bookview/bookview.in (select_book, query_word, put_text): Select
	bitmap size with new policy.

	* bookview/setup.tcl (setup_load_file): Remove support of old setup
	file format.

	* bookview/setup.tcl (setup_make_window, setup_ok): New window layout.
	* bookview/setup.tcl (setup_load_file): Recognize new format of the
	"server" directive.
	* bookview/setup.tcl (setup_save_file): Likewise.
	* bookview/setup.tcl (setup_parse_options): New function.

	* bookview/ndtp.tcl (ndtp_get_bitmap): New function.

	* bookview/ndtp.tcl (ndtp_query_word): Experimental keyword search
	support.

	* Makfeile.am (EXTRA_DIST): Add `ChangeLog.0'.
