2000-11-26  heine  <heine@anaximander>

	* src/scripts/listtape.sh.in:
	Incorporate some fixes suggested by Robert Supansic <rsupansic@libcom.com>

2000-08-19  basak  <basak@anaximander>

	* acinclude.m4:
	Changed the minor() macro/function test to include trying a link; in
	glibc 2.0 the test fails at link time, not compile time.

2000-08-18  basak  <basak@anaximander>

	* src/vtblc/libftvt.c:
	Commented out includes iconv.h and wchar.h; these don't work in
	glibc 2.0

2000-07-24  Claus-Justus Heine  <heine@instmath.rwth-aachen.de (Claus-Justus Heine)>

	* Release of version 1.09

2000-07-23  heine  <heine@anaximander>

	* po/de.po, po/en.po, NEWS: Update for release of version 1.09.

	* src/ftformat/ftfmt-tapelib.c: Fix a typo.

	* doc/texi/Ftformat.texi:
	Document "erase-cartridge" suboption of --verify-only.

	* po/de.po, po/en.po:
	Update. verify-only suboptions erase-cartridge wasn't documented.

	* src/ftformat/ftformat.c: Update copyright notice.

	* src/ftformat/ftfmt-options.c: Cosmetic changes.

	* src/ftformat/ftfmt-tapelib.c, src/ftformat/ftformat.c:
	tpparms.frst_data_segment and tpparms.last_data_segment was not
	initialized when the header segment could not be read. This lead to
	buffer overflows for cartridges with a fixed-size bad sector map
	(i.e. format code 2).

	* src/ftape-tool/ftape-command.tcl, src/ftape-tool/ftape-tool.tcl:
	Add support for load and setpart commands

2000-07-22  heine  <heine@anaximander>

	* configure.in: Check for endianess. Unused yet.

	* src/vtblc/ftvt.h, src/vtblc/libftvt.c:
	Add support for XTBL, UTID and EXVT (EXVT entry still not used).

	* doc/texi/Introduction.texi, doc/texi/Vtblc.texi:
	Fix some TeXinfo problems (wrong macros used).

2000-07-21  heine  <heine@anaximander>

	* po/de.po, po/en.po, po/POTFILES.in: Updates for changed messages.

	* src/vtblc/libftvt-bsm.c:
	Use ftvt_error() instead of fprintf(stderr, ...). Internationalization
	for some printf statements.

	* src/vtblc/vtblc.c: Slight changes to help message.

	* src/ftmt/mt.c: Support MTIOCFTMODE ioctl.

	* doc/texi/Ftmt.texi, doc/texi/Vtblc.texi: Update.

	* NEWS: Updated to latest changes.

	* doc/configure.in, configure.in: Bump version to 1.09.

2000-07-21  heine  <heine@anaximander>

	* src/vtblc/vtblc.c: Slight changes to help message.

	* src/ftmt/mt.c: Support MTIOCFTMODE ioctl.

	* doc/texi/Ftmt.texi, doc/texi/Vtblc.texi: Update.

	* NEWS: Updated to latest changes.

	* doc/configure.in, configure.in: Bump version to 1.09.

2000-07-20  basak  <basak@anaximander>

	* src/vtblc/vtblc.c: Fixed typo.

2000-07-20  heine  <heine@anaximander>

	* src/vtblc/ftvt.h, src/vtblc/libftvt.c, src/vtblc/vtblc.c:
	Resolved conflicts from merge of FTAPE_TOOLS_1_08_FIX merge.
	Assigned FTAPE_TOOLS_1_08_FIXED_1 tag to bug fix branch (use it when
	merging again).

	* AUTHORS, THANKS: Added Robie.

	* acconfig.h: ZFT_OBSOLETE macro changed to CONFIG_ZFT_OBSOLETE macro.

	* include/ftape/linux/ftape.h,
	include/ftape/linux/ftape-header-segment.h,
	include/ftape/linux/ftape-vendors.h, include/ftape/linux/qic117.h,
	include/ftape/linux/zftape.h: Updated to latest version from ftape
	distribution.

	* src/vtblc/vtblc.c, src/vtblc/ftvt.h, src/vtblc/libftvt.c:
	Bug fix for cartridges with format code 6.

	Handle XTBL, UTID and EXVT volume table entries. Without checking,
	just recognize the signature and copy the remainder of the entry as
	byte stream.

	Pretty print password and extension fields (if characters are
	printable).

	* include/ftape/linux/ftape.h, include/ftape/linux/qic117.h,
	include/ftape/linux/zftape.h,
	include/ftape/linux/ftape-header-segment.h,
	include/ftape/linux/ftape-vendors.h: Latest versions from
	ftape-4.x repository.

	* acconfig.h: Define CONFIG_ZFT_OBSOLETE instead of ZFT_OBSOLETE.

2000-07-17  basak  <basak@anaximander>

	* src/vtblc/vtblc.c:
	Added -b, --bsm option to vtblc for a bad sector map printout.

	* src/vtblc/ftvt.h, src/vtblc/libftvt.c:
	Added parameter to ftvt_read_header_segment: u_int8_t *hseg
	- ftvt_read_header_segment must now be passed a pointer (at least
	FT_SEGMENT_SIZE) rather than allocating the memory itself (so that
	the header segment is accessible to the outside).

	Removed the rewind code; not needed for raw tape access, and it seems
	to be failing in any case; it still appears to work wherever the tape
	was initially.

	Removed first_data_segment and last_data_segment parameters from
	ftvt_read_header_segment; moved the corresponding parsing code to
	ftvt_read.

	ftvt_read_header_segment now purely finds and reads the header
	segment, so that it can be made external.

	Prototypes and only caller (ftvt_read) changed appropriately; static
	on ftvt_read_header_segment removed.

	ftvt_read split into ftvt_read and ftvt_read_vtbl. ftvt_read behaves
	the same as before, but now calls ftvt_read_vtbl to do all processing.

	Added extern prototypes for ftvt_read_header_segment, ftvt_read_vtbl
	to ftvt.h, removed old prototype for ftvt_read_header_segment from
	libftvt.c.

	Added external functions from new file libftvt-bsm.c to ftvt.h.

	* src/vtblc/libftvt-bsm.c:
	Added file libftvt-bsm.c (cloned from ftformat/ftfmt-bsm.c). Changed external
	functions names to start with ftvt_. Modified ftvt_print_bad_sector map to take
	start and end data segment values from those calculated in ftvt_init_bsm.

	* src/vtblc/Makefile.am:
	Added file libftvt-bsm.c (cloned from ftformat/ftfmt-bsm.c); this adds bad
	sector map processing to libftvt.

2000-07-12  heine  <heine@anaximander>

	* ChangeLog: *** empty log message ***

	* src/vtblc/ftvt.h:
	Surround everything by `extern "C" {' and `}' in the presence of C++.

	* src/vtblc/libftvt.c, src/ftformat/ftfmt-tapelib.c:
	Check for presence of minor() macro before using it.

	* src/ftmt/mt.c: Use new MTIOCFTMODE ioctl if possible.

	* src/ftape-tool/ftape-tool.tcl: Fix a typo.

	* po/de.po, po/en.po: Update time stamp.

	* acconfig.h, acinclude.m4, configure.in:
	Check for presence of "minor()" macro (problems with glibc-2.0.*).

2000-07-12  heine  <heine@anaximander>

	* src/vtblc/ftvt.h:
	Surround everything by `extern "C" {' and `}' in the presence of C++.

	* src/vtblc/libftvt.c, src/ftformat/ftfmt-tapelib.c:
	Check for presence of minor() macro before using it.

	* src/ftmt/mt.c: Use new MTIOCFTMODE ioctl if possible.

	* src/ftape-tool/ftape-tool.tcl: Fix a typo.

	* po/de.po, po/en.po: Update time stamp.

	* acconfig.h, acinclude.m4, configure.in:
	Check for presence of "minor()" macro (problems with glibc-2.0.*).

2000-06-30  heine  <heine@anaximander>

	* ChangeLog: Update for release.

2000-06-30  Claus-Justus Heine  <heine@instmath.rwth-aachen.de (Claus-Justus Heine)>

	* Release version 1.08.

2000-06-29  heine  <heine@anaximander>

	* src/ftape-tool/ftape-tool.gif,
	src/ftape-tool/ftape-tool-tiny-flop.gif,
	src/ftape-tool/ftape-tool-tiny.gif,
	src/ftape-tool/linux-ftape-med.gif,
	src/ftape-tool/ftape-tool-small.gif: *** empty log message ***

	* po/de.po: Correct a typo.

	* /usr/local/cvs/linux/ftape/ftape-doc/ftape-manual/etc/texinfo.tex:
	updated version, correct offsets for A4.

	* /usr/local/cvs/linux/ftape/ftape-doc/ftape-manual/etc/Makefile.am:
	Add DISTCLEANFILES variable.

2000-06-25  heine  <heine@anaximander>

	* /usr/local/cvs/linux/ftape/ftape-doc/ftape-manual/etc/Makefile.am:
	Fix rule for copying extra data.

	* /usr/local/cvs/linux/ftape/ftape-doc/ftape-manual/etc/.cvsignore:
	Add missing data files.

	* ChangeLog: Release version 1.08.

	* .cvsignore: Added config.h, config.h.in, stamp-h, stamp-h.in.

	* po/en.po, po/de.po: Time-stamp update.

	* src/ftformat/ftfmt-tapelib.c:
	Fix the raw_mode_onoff() macro if MTIOCFTMODE is not defined.

	* include/.cvsignore:
	Remove config.h, config.h.in, stamp-h, stamp-h.in.

	* testsuite/Makefile.am, src/vtblc/testsuite/Makefile.am,
	src/swapout/testsuite/Makefile.am, src/ftmt/testsuite/Makefile.am,
	include/Makefile.am, contrib/Makefile.am: Fix the dist-hook:
	target so that "make distcheck" works.

	* configure.in:
	Create config.h in the top level directory instead of include/

	* ChangeLog: Added release note for ftape-toos-1.08

	* doc/configure.in: Update time stamp.

	* ChangeLog: ChangeLog entries of the recent 18 months or so.

	* po/de.po, po/en.po, lib/Makefile.am,
	contrib/Linux/v2.1/README.in, contrib/Linux/v2.0/README.in,
	contrib/Linux/v1.2/README.in, contrib/Linux/README,
	contrib/KBackup/README, AUTHORS, BUGS, configure.in, NEWS: Email
	address update.

	* ChangeLog.1, ChangeLog: Renamed ChangeLog to ChangeLog.1.

	* mkautofiles: Run libtoolize --force.

	* AUTHORS, configure.in, NEWS, README, THANKS:
	Update version, email and web-page.

	* .cvsignore: Add mkinstalldirs and .deps.

	* doc/configure.in: Bump version to 1.08.

	* doc/.cvsignore: Add .deps.

	* src/ftmt/version.c: Obsoleted once upon a time.

	* doc/texi/ftape-tools.texi: Update email and web-page adresses.

	* doc/texi/Vtblc.texi:
	@group has to be inside, not outside @example environment.

	* po/en.po, po/de.po: Ooops. Auto line-breaking.

	* testsuite/.cvsignore: Add .libs.

	* testsuite/ftape.0/01-eom.exp:
	Compensate for changes dd error messages.

	* src/vtblc/libftvt.c: Fix a silly bug in ftvt_gets().

	* /usr/local/cvs/linux/ftape/ftape-doc/ftape-manual/etc/texi2www.in:
	Fix @iftex handling.

2000-06-25  heine  <heine@anaximander>

	* .cvsignore: Added config.h, config.h.in, stamp-h, stamp-h.in.

	* po/en.po, po/de.po: Time-stamp update.

	* src/ftformat/ftfmt-tapelib.c:
	Fix the raw_mode_onoff() macro if MTIOCFTMODE is not defined.

	* include/.cvsignore:
	Remove config.h, config.h.in, stamp-h, stamp-h.in.

	* testsuite/Makefile.am, src/vtblc/testsuite/Makefile.am,
	src/swapout/testsuite/Makefile.am, src/ftmt/testsuite/Makefile.am,
	include/Makefile.am, contrib/Makefile.am: Fix the dist-hook:
	target so that "make distcheck" works.

	* configure.in: Create config.h in the top level directory instead
	of include/

	* ChangeLog: Added release note for ftape-toos-1.08

	* doc/configure.in: Update time stamp.

	* ChangeLog: ChangeLog entries of the recent 18 months or so.

	* po/de.po, po/en.po, lib/Makefile.am,
	contrib/Linux/v2.1/README.in, contrib/Linux/v2.0/README.in,
	contrib/Linux/v1.2/README.in, contrib/Linux/README,
	contrib/KBackup/README, AUTHORS, BUGS, configure.in, NEWS: Email
	address update.

	* ChangeLog.1, ChangeLog: Renamed ChangeLog to ChangeLog.1.

	* mkautofiles: Run libtoolize --force.

	* AUTHORS, configure.in, NEWS, README, THANKS:
	Update version, email and web-page.

	* .cvsignore: Add mkinstalldirs and .deps.

	* doc/configure.in: Bump version to 1.08.

	* doc/.cvsignore: Add .deps.

	* src/ftmt/version.c: Obsoleted once upon a time.

	* doc/texi/ftape-tools.texi: Update email and web-page adresses.

	* doc/texi/Vtblc.texi:
	@group has to be inside, not outside @example environment.

	* po/en.po, po/de.po: Ooops. Auto line-breaking.

	* testsuite/.cvsignore: Add .libs.

	* testsuite/ftape.0/01-eom.exp:
	Compensate for changes dd error messages.

	* src/vtblc/libftvt.c: Fix a silly bug in ftvt_gets().

	* /usr/local/cvs/linux/ftape/ftape-doc/ftape-manual/etc/texi2www.in:
	Fix @iftex handling.

1999-09-11  heine  <heine@anaximander>

	* src/vtblc/testsuite/vtblc.0/02-consistency.exp,
	src/vtblc/testsuite/vtblc.0/06-zap-parsable.exp,
	src/vtblc/libftvt.c, po/de.po, po/en.po: Use new raw-mode ioctl

1999-09-06  heine  <heine@anaximander>

	* src/vtblc/libftvt.c: Changed a message.

	* src/swapout/.cvsignore, src/ftmt/.cvsignore,
	src/ftformat/.cvsignore: Added ".libs/" subdirectory.

1999-08-31  heine  <heine@anaximander>

	* .cvsignore:
	Added most of the auto-generated files, except mkinstalldirs, because
	pcl-cvs fails in this case (cvs reports "No such file or directory????
	WHY ????)

	* src/vtblc/libftvt.c, src/ftformat/ftfmt-tapelib.c:
	Use new MTIOCFTMODE ioctl.

	* include/ftape/linux/mtio.h, include/ftape/linux/zftape.h:
	New versions copied from ftape-4.x repository.

	* acconfig.h: Define ZFT_OBSOLETE.

	* NEWS: Mention use of MTIOCFTMODE.

	* BUGS: Complain about docu and testsuite.

1999-03-17  cvs  <cvs@anaximander>

	* /usr/local/cvs/linux/ftape/ftape-doc/ftape-manual/etc/Makefile.am:
	Finally, remove EXTRA_DATA variable and add "AUTOMAKE_OPTIONS = 1.4"
	to force version 1.4 of automake. Why the hell didn't the author of
	automake let EXTRA_DATA be a no-op.

	* doc/configure.in, doc/Makefile.am, configure.in, NEWS:
	Set version to 1.07.3

	* src/ftformat/ftfmt-bsm.c, src/ftformat/ftfmt-bsm.h,
	src/ftformat/ftfmt-options.c, src/ftformat/ftfmt-options.h,
	src/ftformat/ftfmt-tapelib.c, src/ftformat/ftfmt-tapelib.h,
	src/ftformat/ftformat.c, src/ftformat/ftformat.h, po/de.po,
	po/en.po, doc/texi/Ftformat.texi: Update to ftformat so that
	--verify-only works with tape drives which do not support
	formatting, additional command-line switches introduced for that
	purpose.

1999-03-05  cvs  <cvs@anaximander>

	* src/vtblc/ftvt.h, src/vtblc/vtblc.h:
	Modified so that amanda-2.4.1p1 compiles ok.

1999-03-04  cvs  <cvs@anaximander>

	* src/vtblc/libftvt.c:
	Fix a severe bug where most of the volume table fields were erased
	with "--modify=tagged". Didn't cause data lossage, but is nicer this
	way.

	* src/swapout/swapout.c: Include <locale.h>

	* src/scripts/listtape.pl.in:
	Add a "--long" option to print the volume size without "g" and "m"
	quantifiers.

	* src/ftmt/mt.c: Include <locale.h>

	* src/ftape-tool/ftape-format.tcl: Fix a typo

1999-02-26  cvs  <cvs@anaximander>

	* doc/texi/Ftformat.texi: Document new format-filler-byte parameter.

	* include/ftape/linux/ftape-vendors.h, include/ftape/linux/mtio.h:
	Copied here from the latest ftape sources.

	* po/de.po, po/en.po: Updated to account for changes in ftformat

	* src/ftformat/ftfmt-options.c, src/ftformat/ftfmt-options.h,
	src/ftformat/ftfmt-tapelib.c, src/ftformat/ftfmt-tapelib.h,
	src/ftformat/ftformat.c, src/ftformat/ftformat.h: Added a
	format-filler-byte format parameter to set named byte
	explicitly. Implemented new format API which supports setting of
	named byte. Cf. QIC-117 standard, "Make Codes".

	* src/ftformat/TODO: New file.

	* rmautofiles: Add config.cache and config.status

1999-02-25  cvs  <cvs@anaximander>

	* po/.cvsignore: Add Makefile.in.in

	* doc/configure.in: Set XREF_LOCATION to `pwd`/../

	* doc/html/Makefile.am:
	No need to declare DOCNAME explicitly, it is defined by
	configure. Remove the $(PKGDATADIR)/html symlink with "make uninstall"

	* .cvsignore: Add the intl subdirectory.

	* po/Makefile.in.in: This file is recovered using gettextize.

	* /usr/local/cvs/linux/ftape/ftape-doc/ftape-manual/etc/Makefile.am:
	Revice EXTRA_DATA macro, it is needed by older automake versions.

	* mkautofiles, rmautofiles: Intial revision.

	* acinclude.m4: Older automake versions don't define ac_objext

	* acconfig.h: Define HAVE_STRPTIME

	* /usr/local/cvs/linux/ftape/ftape-doc/ftape-manual/etc/missing,
	/usr/local/cvs/linux/ftape/ftape-doc/ftape-manual/etc/mkinstalldirs,
	doc/acconfig.h, doc/COPYING, doc/INSTALL, missing,
	/usr/local/cvs/linux/ftape/ftape-doc/ftape-manual/etc/install-sh,
	/usr/local/cvs/linux/ftape/ftape-doc/ftape-manual/etc/mdate-sh,
	ABOUT-NLS, COPYING, INSTALL, install-sh: Removed all
	auto-generated files.

	* acinclude.m4, configure.in:
	AFAIK, there is no final release of glibc-2.0.7 yet. And the pre<#>
	releases have a bug in strptime. I have fixed the bug about three
	months ago, and the trivial fix (there was only a typo) has been
	accepted by that time (check out their gnats bug data-base). However,
	it seems that -- at least some of the -- Linux distributors didn't
	notice that. Therefore there is a new macro "AC_FUNC_STRPTIME" and a
	fixed version under lib/.. which will be used in case the error is
	detected.

	* lib/strptime.c: New file.

	* src/vtblc/libftvt.c:
	Of course, sscanf expects a pointer to the location where to store its
	results, not the variable itself :-(

1999-02-23  cvs  <cvs@anaximander>

	* doc/configure.in, configure.in, NEWS:
	Set version to 1.07.2 (to be 1.08)

	* include/.cvsignore: Added stamp-h.in

	* src/vtblc/vtblc.h: Changed MAX_VOLUMES to FTVT_MAX_VOLUMES

	* src/vtblc/vtblc.c:
	The "mode" parameter of "ftvt_open()" expect the O_RDWR or O_RDONLY.

	* src/vtblc/libftvt.c: Changed some messages slightly

	* src/vtblc/ftvt.h: Prefix the "MAX_VOLUMES" macro with FTVT_

	* src/vtblc/Makefile.am: Use the libtool -version-info flag.

	* src/ftmt/mt.c:
	Add a "--long-numbers"/"-l" switch to display kilobyte count in full
	length instead of adding "m" or "g" quantors.

	* po/de.po, po/en.po: Updated.

	* lib/argmatch.c:
	Slight changes so that mt's error messages are more readable. There
	are slight differences in English and German grammar.

	* doc/texi/ftape-tools.texi: Update of nodes etc.

	* doc/texi/Vtblc.texi: Added documentation of libftvt.a

	* doc/texi/Ftmt.texi: Spell Checking.

	* doc/texi/Makefile.am: Added FunctionIndex.texi and ConceptIndex.texi

	* /usr/local/cvs/linux/ftape/ftape-doc/ftape-manual/etc/texi2sgml.in:
	Added the "group" block

	* /usr/local/cvs/linux/ftape/ftape-doc/ftape-manual/etc/.cvsignore:
	Added vtblc.h and ftvt.h

1999-02-22  cvs  <cvs@anaximander>

	* doc/texi/ftape-tools.texi:
	Updated to print out the function index, and new nodes in the
	"Detailed Node Listing".

	* doc/texi/Vtblc.texi:
	Start documenting libftvt.a (hence the newly created function index)

	* doc/texi/Makefile.am: Remove the $Log: ChangeLog,v $
	* doc/texi/Makefile.am: Remove the Revision 1.28  2000/11/26 13:35:14  heine
	* doc/texi/Makefile.am: Remove the Update.
	* doc/texi/Makefile.am: Remove the
	* doc/texi/Makefile.am: Remove the Revision 1.27  2000/07/21 07:59:22  heine
	* doc/texi/Makefile.am: Remove the *** empty log message ***
	* doc/texi/Makefile.am: Remove the
	* doc/texi/Makefile.am: Remove the Revision 1.26  2000/07/12 06:05:29  heine
	* doc/texi/Makefile.am: Remove the *** empty log message ***
	* doc/texi/Makefile.am: Remove the
	* doc/texi/Makefile.am: Remove the Revision 1.25  2000/06/30 12:14:22  heine
	* doc/texi/Makefile.am: Remove the Update for release.
	* doc/texi/Makefile.am: Remove the
	* doc/texi/Makefile.am: Remove the Revision 1.24  2000/06/25 21:22:04  heine
	* doc/texi/Makefile.am: Remove the Release version 1.08.
	* doc/texi/Makefile.am: Remove the
	* doc/texi/Makefile.am: Remove the Revision 1.23  2000/06/25 18:33:18  heine
	* doc/texi/Makefile.am: Remove the Added release note for ftape-toos-1.08
	* doc/texi/Makefile.am: Remove the
	* doc/texi/Makefile.am: Remove the Revision 1.22  2000/06/25 18:29:21  heine
	* doc/texi/Makefile.am: Remove the ChangeLog entries of the recent 18 months or so.
	* doc/texi/Makefile.am: Remove the RCS keyword.

	* doc/texi/Ftmt.texi:
	Add documentation for ftmt's options instead of merely pointing to the
	manual page. Add a cross-reference to th ioctl documentation in the
	ftape-4 info doc.

	* doc/texi/ConceptIndex.texi, doc/texi/FunctionIndex.texi, doc/texi/Indices.texi:
	Split Indices.texi into ConceptIndex.texi and FunctionIndex.texi so
	that texinfo-update-multiple-files works correctly.

	* doc/sgml/Makefile.am: Remove the "$Log: ChangeLog,v $
	* doc/sgml/Makefile.am: Remove the "Revision 1.28  2000/11/26 13:35:14  heine
	* doc/sgml/Makefile.am: Remove the "Update.
	* doc/sgml/Makefile.am: Remove the "
	* doc/sgml/Makefile.am: Remove the "Revision 1.27  2000/07/21 07:59:22  heine
	* doc/sgml/Makefile.am: Remove the "*** empty log message ***
	* doc/sgml/Makefile.am: Remove the "
	* doc/sgml/Makefile.am: Remove the "Revision 1.26  2000/07/12 06:05:29  heine
	* doc/sgml/Makefile.am: Remove the "*** empty log message ***
	* doc/sgml/Makefile.am: Remove the "
	* doc/sgml/Makefile.am: Remove the "Revision 1.25  2000/06/30 12:14:22  heine
	* doc/sgml/Makefile.am: Remove the "Update for release.
	* doc/sgml/Makefile.am: Remove the "
	* doc/sgml/Makefile.am: Remove the "Revision 1.24  2000/06/25 21:22:04  heine
	* doc/sgml/Makefile.am: Remove the "Release version 1.08.
	* doc/sgml/Makefile.am: Remove the "
	* doc/sgml/Makefile.am: Remove the "Revision 1.23  2000/06/25 18:33:18  heine
	* doc/sgml/Makefile.am: Remove the "Added release note for ftape-toos-1.08
	* doc/sgml/Makefile.am: Remove the "
	* doc/sgml/Makefile.am: Remove the "Revision 1.22  2000/06/25 18:29:21  heine
	* doc/sgml/Makefile.am: Remove the "ChangeLog entries of the recent 18 months or so.
	* doc/sgml/Makefile.am: Remove the "" RCS keyword.

	* doc/html/Makefile.am:
	Remove the "$Log: ChangeLog,v $
	Remove the "Revision 1.28  2000/11/26 13:35:14  heine
	Remove the "Update.
	Remove the "
	Remove the "Revision 1.27  2000/07/21 07:59:22  heine
	Remove the "*** empty log message ***
	Remove the "
	Remove the "Revision 1.26  2000/07/12 06:05:29  heine
	Remove the "*** empty log message ***
	Remove the "
	Remove the "Revision 1.25  2000/06/30 12:14:22  heine
	Remove the "Update for release.
	Remove the "
	Remove the "Revision 1.24  2000/06/25 21:22:04  heine
	Remove the "Release version 1.08.
	Remove the "
	Remove the "Revision 1.23  2000/06/25 18:33:18  heine
	Remove the "Added release note for ftape-toos-1.08
	Remove the "
	Remove the "Revision 1.22  2000/06/25 18:29:21  heine
	Remove the "ChangeLog entries of the recent 18 months or so.
	Remove the "" RCS keyword and install a symlink to
	PKGDATADIR/.. as the html manual now is installed in PREFIX/share/texi2www/

	* /usr/local/cvs/linux/ftape/ftape-doc/ftape-manual/etc/Makefile.am:
	Generalize installation of extra-files for html HREF's. Formerly
	worked only for the ftape-manual

	* doc/configure.in:
	Prepare installation of extra-files for HREF references in the html
	version of the manual (i.e. header files).

	Take care the PKGDATADIR uses ${prefix}.

	* doc/acinclude.m4:
	Remove the CVS log information ($Log: ChangeLog,v $
	Remove the CVS log information (Revision 1.28  2000/11/26 13:35:14  heine
	Remove the CVS log information (Update.
	Remove the CVS log information (
	Remove the CVS log information (Revision 1.27  2000/07/21 07:59:22  heine
	Remove the CVS log information (*** empty log message ***
	Remove the CVS log information (
	Remove the CVS log information (Revision 1.26  2000/07/12 06:05:29  heine
	Remove the CVS log information (*** empty log message ***
	Remove the CVS log information (
	Remove the CVS log information (Revision 1.25  2000/06/30 12:14:22  heine
	Remove the CVS log information (Update for release.
	Remove the CVS log information (
	Remove the CVS log information (Revision 1.24  2000/06/25 21:22:04  heine
	Remove the CVS log information (Release version 1.08.
	Remove the CVS log information (
	Remove the CVS log information (Revision 1.23  2000/06/25 18:33:18  heine
	Remove the CVS log information (Added release note for ftape-toos-1.08
	Remove the CVS log information (
	Remove the CVS log information (Revision 1.22  2000/06/25 18:29:21  heine
	Remove the CVS log information (ChangeLog entries of the recent 18 months or so.
	Remove the CVS log information (). The html version of the
	manual now is installed in PREFIX/share/texi2www/DOCNAME
	(i.e. /usr/local/share/texi2www/ftape-tools/) so that cross references
	to other texi2www created manuals work correctly.

	* configure.in:
	Changed AM_PROG_INSTALL to AC_PROG_INSTALL for automake-1.4

	* THANKS: Added Andrew Kroll (bug-fixes, ftmt "-l" option)

1999-02-12  cvs  <cvs@anaximander>

	* lib/Makefile.am, configure.in:
	glibc-2.0 has error() already defined. Check for it, and don't use own
	version of glibc provides it.

	* src/vtblc/libftvt.c:
	Fixed problems caused by previous commit as I didnt try to recompile
	before committing some changes.

	* src/vtblc/ftvt.h, src/vtblc/libftvt.c:
	Added some documentation (C comments) to the source. Don't export
	ftvt_read_header_segment().

1999-02-11  cvs  <cvs@anaximander>

	* po/de.po, po/en.po, po/POTFILES.in: Updated for the new vtblc stuff.

	* src/ftape-tool/ftape-contents.tcl:
	Changed to use slightly altered parameter syntax of vtblc
	(--print=tagged instead of --print=parsable)

	* src/vtblc/README: Initial revision.

	* src/vtblc/Makefile.am:
	Install and uninstall symlinks from libftvt.[a,so] to libvtblc.[a,so]

	* src/vtblc/.cvsignore, src/vtblc/ftvt.h, src/vtblc/libftvt.c,
	src/vtblc/Makefile.am, src/vtblc/vtblc.c, src/vtblc/vtblc.h:
	Following an idea and implementatino of Albrecht Gebhardt, I have
	split up the vtblc program into a library libftvt.a and the main
	program vtblc.

	* include/.cvsignore: Added stamp-h

	* src/ftformat/ftfmt-bsm.c: Define the _(..) macro for gettext

	* src/ftformat/ftformat.c: Include <locale.h>

	* configure.in: Added the libtool and gnats stuff

	* acinclude.m4: Added some macros for the gnats bug submit script.

	* THANKS: Added Albrecht Gebhardt (libvtblc)

	* Makefile.am: Added fttoolsbug to bin_SCRIPTS

	* .cvsignore: Added fttoolsbug and libtool

	* contrib/README: Removed an unneccessary page break.

	* fttoolsbug.in: Initial revision.

1998-12-18  cvs  <cvs@anaximander>

	* /usr/local/cvs/linux/ftape/ftape-doc/ftape-manual/etc/Makefile.am:
	Replaced the $Source: /usr/local/cvs/linux/ftape/ftape-tools/ChangeLog,v $ keywords substitution by the $RCSfile: ChangeLog,v $
	keyword substitution.

	* testsuite/Makefile.am, src/vtblc/testsuite/Makefile.am,
	src/vtblc/Makefile.am, src/vtblc/vtblc.c, src/vtblc/vtblc.h,
	src/swapout/testsuite/Makefile.am, src/swapout/Makefile.am,
	src/swapout/swapout.c, src/scripts/animtape.in,
	src/scripts/Makefile.am, src/ftmt/testsuite/Makefile.am,
	src/ftmt/Makefile.am, src/ftmt/mt.c, src/ftformat/ftfmt-tapelib.c,
	src/ftformat/ftfmt-tapelib.h, src/ftformat/ftformat.c,
	src/ftformat/ftformat.h, src/ftformat/ftfmt-bsm.c,
	src/ftformat/ftfmt-bsm.h, src/ftformat/ftfmt-options.c,
	src/ftformat/ftfmt-options.h, src/ftformat/Makefile.am,
	src/ftape-tool/linux-ftape-med.gif, src/ftape-tool/ftape-tool.gif,
	src/ftape-tool/ftape-tool-tiny-flop.gif,
	src/ftape-tool/ftape-tool-tiny.gif,
	src/ftape-tool/ftape-tool-small.gif, src/ftape-tool/Makefile.am,
	src/Makefile.am, lib/Makefile.am, include/ftape/linux/ftape.h,
	include/ftape/linux/ftape-header-segment.h,
	include/ftape/linux/ftape-vendors.h, include/ftape/linux/qic117.h,
	include/ftape/linux/zftape.h, include/Makefile.am,
	doc/texi/Makefile.am, doc/sgml/prev.gif, doc/sgml/toc.gif,
	doc/sgml/Makefile.am, doc/sgml/next.gif, doc/man/Makefile.am,
	doc/html/next-arrow.gif, doc/html/prev-arrow.gif,
	doc/html/up-arrow.gif, doc/html/ftape-tool.gif,
	doc/html/Makefile.am, doc/html/missing-arrow.gif,
	/usr/local/cvs/linux/ftape/ftape-doc/ftape-manual/etc/Makefile.am,
	doc/acinclude.m4, doc/configure.in, doc/Makefile.am,
	contrib/Makefile.am, acinclude.m4, configure.in, Makefile.am:
	Replaced the $Source: /usr/local/cvs/linux/ftape/ftape-tools/ChangeLog,v $ keyword substitution by the $RCSfile: ChangeLog,v $
	substitution.

1998-12-17  cvs  <cvs@anaximander>

	* src/ftformat/ftfmt-bsm.c:
	Check for buffer overflows in case there are too many bad sectors
	than fit into the bad sector  map.

1998-11-22  Claus-Justus Heine  <heine@instmath.rwth-aachen.de (Claus-Justus Heine)>

	* src/ftape-tool/.cvsignore, doc/configure.in, configure.in, NEWS:
	Some small administrative changes.

	* src/ftape-tool/ftape-tool: This is an auto-generated file.

1998-11-13  Claus-Justus Heine  <heine@instmath.rwth-aachen.de (Claus-Justus Heine)>

	* doc/configure.in, configure.in: Bump version to 1.08

	* po/en.po, po/de.po: Update.

	* src/vtblc/vtblc.c: Try to keep with short volume table segments.

	* doc/texi/Ftformat.texi: Forget the @bullet after an @itemize

	* src/vtblc/vtblc.c:
	Don't use RD_AHEAD, but RD_SINGLE when reading the header segment.

	* src/ftape-tool/ftape-contents.tcl:
	Fix a bug so that it works with wish8.0, too.

	* include/ftape/linux/ftape-vendors.h:
	Updated from latest ftape package.

	* doc/texi/Vtblc.texi:
	Document that "--print" alway lists the entire volume table.

	* doc/texi/Ftformat.texi:
	Remove the warning for the --verify-only options. Explain why the use
	of --no-reference-burst is deprecated.

	* doc/man/ftformat.1:
	Add a warning not to rely on the contents of this man page (ala gcc
	man page)

	* acconfig.h, configure.in: Introduce a "THE_FTAPE_MAINTAINER" macro.

	* src/ftformat/ftfmt-tapelib.c:
	Don't even try to format the cartridge when the FT_CANT_FORMAT flag is
	set in the vendor structure.

1998-08-30  Claus-Justus Heine  <heine@instmath.rwth-aachen.de (Claus-Justus Heine)>

	* doc/configure.in: Bump version to 1.07

	* doc/texi/ftape-tools.texi: Set FTAPE_VERSION to 4.02

	* po/en.po, po/de.po: Auto-update.

	* doc/texi/ftape-tools.texi:
	Move the Logo to a subtitle. The title centers better then.

	* contrib/Linux/v1.2/.cvsignore: Initial revision.

	* contrib/Linux/v1.2/README: Autocreated.

	* configure.in, NEWS: Bump version to 1.07

	*
	/usr/local/cvs/linux/ftape/ftape-doc/ftape-manual/etc/Makefile.am:
	Only copy EXTRA_MANUAL_REFS if they are different from the present
	versions.

	*
	/usr/local/cvs/linux/ftape/ftape-doc/ftape-manual/etc/Makefile.am,
	/usr/local/cvs/linux/ftape/ftape-doc/ftape-manual/etc/.cvsignore:
	Add target for the EXTRA_MANUAL_REFS.

	*
	/usr/local/cvs/linux/ftape/ftape-doc/ftape-manual/etc/texi2www.in,
	/usr/local/cvs/linux/ftape/ftape-doc/ftape-manual/etc/texi2sgml.in:
	Don't distinguish lowercase case from uppercase in the "Concept
	Index"

	* /usr/local/cvs/linux/ftape/ftape-doc/ftape-manual/etc/zftape.h,
	/usr/local/cvs/linux/ftape/ftape-doc/ftape-manual/etc/qic117.h,
	/usr/local/cvs/linux/ftape/ftape-doc/ftape-manual/etc/mtio.h,
	/usr/local/cvs/linux/ftape/ftape-doc/ftape-manual/etc/modules.txt,
	/usr/local/cvs/linux/ftape/ftape-doc/ftape-manual/etc/insert,
	/usr/local/cvs/linux/ftape/ftape-doc/ftape-manual/etc/ftape.txt,
	/usr/local/cvs/linux/ftape/ftape-doc/ftape-manual/etc/ftape-header-segment.h,
	/usr/local/cvs/linux/ftape/ftape-doc/ftape-manual/etc/floppy.c.dif,
	/usr/local/cvs/linux/ftape/ftape-doc/ftape-manual/etc/MAKEDEV.ftape,
	/usr/local/cvs/linux/ftape/ftape-doc/ftape-manual/etc/BUGS,
	/usr/local/cvs/linux/ftape/ftape-doc/ftape-manual/etc/ftape.h,
	/usr/local/cvs/linux/ftape/ftape-doc/ftape-manual/etc/RELEASE-NOTES,
	/usr/local/cvs/linux/ftape/ftape-doc/ftape-manual/etc/MCONFIG: No
	need to keep them here ...

Sun Aug 30 13:28:24 1998  Claus-Justus Heine  <claus@math1.rwth-aachen.de (Claus-Justus Heine)>

	* Release version 1.07.

	* doc/configure.in: Bump version to 1.07

