Thu Nov 16 15:05:38 1995  Matthias Hanisch  <matze@pingu.linux.box>

	* Makefile: Bumped up to 0.21.

	* ntape.man: Mentioned the following new features:
	Contents can be viewed without an active tape under certain
	circumstances.
	Searching in the archive contents list is possible.

	* ntape.lsm: Updated for 0.21

	* ntape.h: Some minor definitions and modifications.

	* utils.c:
	In add_archive_to_tape() make the first archive entry the archive
	default name only if it is an one-entry-archive.

	* tools.c: Reading tape header with or without messages.

	* tarlist.c: Support for viewing contents without active tape.
	Searching in archive contents is possible.

	* list.c: Support for viewing contents without active tape.

	* filedlg.c: SIMLINK//DIR -> SIMLINK/DIR

Mon Nov  6 22:54:44 1995  Matthias Hanisch  <matze@pingu.linux.box>

	* entryfld.c: Small fixes.

	* tape.c:
	After selecting 'Create new tape' ntape checks if this tape is already
	prepared with ntape and in this case prompts for deletion of the
	corresponding database entries.

	* scroll.c: Small fixes.

	* filedlg.c:
	Counts the number of marked elements for the default name of the
	archive.

	* TAPES: Entry for 5150ES added.

Thu Nov  2 07:52:56 1995  Matthias Hanisch  <matze@pingu.linux.box>

	* win.c: One additional line for ncurses 1.9,4+.

	* watch.c:
	Completely rewritten for ncurses 1.9.4. This file doesn't work with
	older versions of ncurses (use the one in the ancient/ subdirectory).
	I hope it will work for future versions of ncurses now.

	* tapelist.c: One little bug fix.

	* list.c: Stupid bug in comment_focussed_archive fixed. Thanks to Aram
	W. Mirzadeh for reporting it.

	* filedlg.c: It should now be possible to change into a symlinked dir.

	* README, INSTALL: Notice that you should use ncurses 1.9.4 or above.

Mon Jul 31 11:48:12 1995  Matthias Hanisch  <matze@pingu.linux.box>

        * ntape 0.20 released.

	* Makefile: Option -fomit-frame-pointer added.

	* Install.sh:
	A little comment about changes in the color configuration for non-bold
	terminals.

Thu Jul 27 07:51:03 1995  Matthias Hanisch  <matze@pingu.linux.box>

	* ntape.lsm: Updated for 0.20.

	* Install.sh:
	Redesigned play of colors. This works only for terminals with bold
	attribute support. Alternative color configurations are in the
	color_config subdirectory. Thanks to Udo Christ
	<uchrist@informatik.uni-wuerzburg.de> for the suggestions.

	* ntape.man: Some updates.

	* tarlist.c, tapelist.c, filedlg.c, ntape.h, color.c:
	Three new color configurations.

Thu Jul  6 10:33:27 1995  Matthias Hanisch  <matze@pingu.linux.box>

	* ntape.man: Updated man page for the new rewind feature.

	* utils.c: Menu decorated and minor fixes.

	* tape.c: Menu decorated.
	You can now rewind a tape within the program.

	* options.c: Menu decorated.

	* footer.c: Leave one blank before the footer text.

	* filedlg.c: Better handling of symlinks, pipes, devices and sockets.

	* ntape.man, README, Makefile: Bumped up to 0.20.

Tue Jul  4 11:24:06 1995  Matthias Hanisch  <matze@pingu.linux.box>

	* Makefile: *.v is no longer removed by target mrproper.

	* tools.c:
	d_namlen in struct dirent is no longer supported by libc 5.x.x.

Wed Jun 28 15:52:05 1995  Matthias Hanisch  <matze@pingu.linux.box>

        * ntape 0.19 released.

	* Makefile: Minor corrections.

	* version.c, win.c, watch.c, utils.c, tools.c, tarlist.c, tapelist.c, tape.c, statusline.c, scroll.c, options.c:
	Minor (most cosmetical) fixes.

	* ntape.lsm, ntape.man: Minor corrections.

	* ntape.h, ntape.c, mt.c, msgbox.c, menu.c, list.c, initscr.c, init.c, footer.c, filedlg.c, exit.c, entryfld.c, color.c:
	Minor (most cosmetical) fixes.

	* INSTALL, README: Minor corrections.

Fri Jun 23 10:00:19 1995  Matthias Hanisch  <matze@pingu.linux.box>

	* ntape 0.18 released

	* utils.c:
	If you add another archive to tape, ntape moves at first to the block
	position stored in the end-of-tape field in the tape database. Then
	then it does a 'mt eod' (much faster than only 'mt eod').
	After the archive is stored the end-of-tape field is updated.

	* ntape.h: print_version() added.

	* Makefile: version.c added.

	* initscr.c: version output moved to version.c

	* Makefile, version.c: Initial revision

	* watch.c: Fixed an annoying bug with watch windows.
	Leave some debug messages in if there are still problems.

Thu Jun 22 11:50:41 1995  Matthias Hanisch  <matze@pingu.linux.box>

	* tapelist.c:
	"Show all tapes" dialog prints end-of-tape block number (the position
	of the end of the last archive exactly).
	Adjustments in init_tape_list() and remove_tape_from_db() for the new
	eot field.
	New function change_eot(). Updates the end-of-tape field in the tape
	database (and the intern list) if a new archive is appended to tape.

	* tape.c: Minor adjustments.

	* ntape.h: Some new defines for functions check_database_version(),
	backup_database().
	New element eot for the tape entry structs (stores the current end of
	tape).

	* ntape.c:
	VERSION string no longer needed. It wiil be now generated at compile
	time (in version.h).

	* list.c:
	get_last_element_pos() now longer needed since end-of-tape is stored
	in tape database now.

	* initscr.c: Version output now with compile time.

	* Install.sh: Writes a header for tape database, too.

	* tools.c: make_security_copy() changed in backup_database().
	check_database_version() extended for tape database.

Sun May 14 22:18:10 1995  Matthias Hanisch  <matze@pingu.linux.box>

	* INSTALL: Mentioned gnu tar 1.11.2.

	* ntape.man: Two minor fixes.

Tue May  9 14:18:28 1995  Matthias Hanisch  <matze@pingu.linux.box>

	* ntape.man: Removed some typos.

Mon May  8 22:10:08 1995  Matthias Hanisch  <matze@pingu.linux.box>

	* INSTALL, README:
	a request not to use ncurses 1.9.0 (window scrolling is broken) added.

	* watch.c:
	Some fixes for print_watch_win(). ncurses 1.9.0c breaks some code in
	this module. 1.9.1 seems fine.

	* ntape.h: Added german umlauts to VALIDCHARSTR.

	* TAPES, README, COPYING, INSTALL, ntape.lsm: Initial revision

Thu May  4 21:21:34 1995  Matthias Hanisch  <matze@pingu.linux.box>

	* tapelist.c: append_current_tape() should increase no_items.

	* mt.c:
	Some more update found in the SCSI II standards for sequential access
	devices.

	* mt.c:
	Some new tape densities added. Stolen from mt-st 0.2 by Kai Makisara.

	* win.c, watch.c, tools.c, tape.c, statusline.c, options.c, ntape.c, mt.c, menu.c, initscr.c, init.c, footer.c, exit.c, ntape.man:
	Initial revision

	* tapelist.c:
	ntape has to reset last_tape_pos, otherwise a removed tape could
	be selected.

	* tapelist.c: Some bugs fixed.

Wed May  3 21:36:08 1995  Matthias Hanisch  <matze@pingu.linux.box>

	* ntape.h: Defines for color definitions of tape list.

	* tapelist.c: New Modul tapelist.c:
	- Show list of all tapes
	- Ability to remove all data connected with a chosen tape

	* color.c, Install.sh: Tape list colors changed.

	* color.c: Colors for tape list.

	* list.c: Tape list specific things now in tapelist.c

	* utils.c: 'Show all tapes' built in.

	* Install.sh: Color definitions for tape list added.

	* entryfld.c, msgbox.c, scroll.c, tapelist.c, tarlist.c, Install.sh, color.c, list.c, ntape.h, utils.c, filedlg.c:
	Initial revision

****** RCS managed ChangeLog ends here

- You can remove all data which is corresponding to a certain tape from
  all databases, i.e. the entry in the tape database, all archive entries
  that are stored on the specified date and their contents can be erased
  from the ntape databases. The new module tapelist.c handles this situation.
- Man page updated.
- Some new tape densities added for tape information (stolen from mt-st
  0.2 by Kai Makisara)
- Version control with emacs and rcs. ChangeLog managed from rcs by now.
- lsm entry corrected
- Some minor fixes and additions.

Version 0.17 released (06-04-95)
- There is now a window with a tape status report including a lot of
  information about your tape. These things are stolen from the mt
  program by the University of California with modifications from
  Kai Makisara and Udo Christ for the Linux SCSI tape driver. As I
  have only one kind of tape to test this program I would appreciate
  if you would mail me the output of this report window.
  I am especially interested in the generic status hex number in the
  following three cases : no tape inserted, write protected tape 
  inserted and writeable tape inserted. Please add your exact tape
  manufacture, e.g. what linux reports at bootup.
- archive search supports wildcards as '*' and '?'
- a first version of a man page. Still under construction.
- a lsm entry, of course under construction.
- in the second line there is also a percent display.
- ntape supports Home and End keys on lists.
- Various context sensitive button texts and default settings in message 
  boxes. Cursor key control works in all dialogs (only TAB before).
- Replaced some german comments.
- convert2 removed. Every old user should have converted his database.
- Some minor fixes (as usual).
  
Version 0.16 released (21-02-95)
- ntape rewinds the tape in the background when exiting.
- Colors are now user definable. Look at the new .ntaperc.
- If you have trouble with the tape offline or tape write protected
  detection you can disable it at compile time. Look in the Makefile
  in the defines section.
- Updated Makefile, Install.sh, INSTALL, README, README.OLDUSERS
- A lot of minor fixes (most cosmetical).

Version 0.15 released (13-02-95)
- You can now scroll down AND up platform and category in edit mode.
- A new database field: category. Its use is similar to Platform
  BUT YOU HAVE TO CONVERT YOUR DATABASE WITH CONVERT2!!!!
  To identify the archive database version a database header is added.
  The utility convert2 converts your database to the new format.
- New function check_database_version(). Name says it.
- ntaperc parser a little bit cleaner than before.
- You can now edit platform.
- Some lines of list.c are moved to tools.c in function get_archive_entry().
- Minor bugs with editing description fixed.
- History comments removed. We have ChangeLog now.

Version 0.14 released (09-02-95)
- You can save your archive contents optionally with "extract selected"
- Structure of contents database extended (added position and tape-id
  of archive to the first line of entry). Do it manually or delete
  the file (and touch it!).
- Exit clears screen.
- Some german comments moved to english.
- convert and README.OLDUSERS removed.
- If you have an active tape and just want to take a look through the
  whole archive, select "Show complete archive list" and then
  "Set active tape". If the tape position hasn't changed the tape won't
  be rewound and the tape header won't be read. Suggested by Ruppo.
- Archives are now added with tar cpT.
- SIGSEGV when entering non-readable dirs hopefully fixed.

Version 0.13 released (24-01-95)
- You can now watch the tape operations in an extra
  window: extract, selected extract, get archive contents,
  add new archive. This option is selectable in .ntaperc
  and in the program.
- Extract selected now supports saved contents.
- Corrections to README, INSTALL nad Install.sh
- Make ntape more communicative in some situations
- Some minor fixes.

Version 0.12 released (19-01-95)
- Sort the list ascending and descending.
- You can now "comment" archives. That means that they are not
  displayed on the list. They are still in the database but with
  a special flag set.
- Symmetrical buttons in MessageBox.
- Code beautified.
- Some minor fixes (forgotten fprintf's).

Version 0.11 released (17-01-95)
- ntape now works with ncurses 1.8.5
- Better msgbox and entryfield
- COPYING
- Copyright notice
