1.00	Intial release handles Extracting all slides from a slide library,
	Creating a slide library from all slides in a directory & a listing
	of slides in a library.  Actually this is version 1.03 by my numbering.

1.01
1.02
1.03
1.04
1.05
1.06
1.07
1.08
1.09

1.10

1.11

1.12	Started adding the code for the /Add routine.

1.13	Added some more code to the /Add routine.

1.14	Finished adding the code for the /Add routine.

1.15	Added code for the /Delete routine.

1.16	Added most of the code needed for the /Merge routine.  Shortened some 
	subroutine names, so I can pull them out as seperate DOS files later
	with my 1TOALL.ASM routine.

1.17	Consolidated reading the .SLB header & directory entries to 2
	subroutines.

1.18	Added /? & internal docs that can be printed or saved to a file thru
	redirection.  Added more display messages to let user know what it's
	doing.  Not really needed with small libraries.  Added /N switch to
	turn off messages, but only turns off Version & disclaimer message for
	now.

1.19	Added allowing a different directory path for each slide spec to be
	added, created.  I needed this to run a test case of
	5038 file & putting them all in 1 directory is too slow.  Also fixed
	a bug in testing the array limits.  This was the 1st time I actually
	tested this.  The overflow test needed to made before & not after the
	store.

1.20	Took out the store_list routine in /E.  It now checks & writes in the
	same loop.  Added allowing a different directory for each slide spec
	extracted.  The store_list routine actually had a bug in it when used
	with this switch.  If you did not extract all files from library, the
	slides probably would not be extracted properly.

1.21	Fixed a couple of bugs with the /L switches.  The /L & /LE were still
	displaying info that was only supposed to be for the /LA switch & the
	file names were right justified. Updated the .DOC file & ran it thru
	a spell check.
