MON 31 July 95		callback.c ver 1.3
	* Inserted alphabetization code. Should work for all elements of linked list.
	* Fixed code to update the label in Redraw_List() to work w/ List View.

MON 16 JULY 95		card_callback.c ver 1.3
	* Deleting the remaing card caused a crash. Fixed.

FRI 14 July 95		move_callback.c init.c
	* Inserted the code to create a list widget for list view.
	* Left & Right Arrow routines move ptr within the list.

FRI 23 June 95		about_callback.c ver1.3
	* Included my pixmap in About().

FRI 16 June 95		file_callback.c ver1.3
	* Removed malloc(). Used XtMalloc()
	* Merge function lost most recent data entered by user. Fixed.

FRI 16 June 95		abend.c & mcard.c ver1.3
	* Activated command line arguments.
	* Corrected Release_Cards() to work w/ List View.

FRI 16 June 95		init.c ver1.3
	* head_ptr->visible_card->form =the form widget. Changed to frame.

FRI 26 MAY 95		file_callback.c ver1.2
	* Inserted the function call for "Print"! Where'd it go?

FRI 19 MAY 95		search_callback.c ver1.2
	* Fixed the flow so that "search" & "Find Next" works

FRI 19 MAY 95		callback.c ver1.2
	* Fixed the way "Cards" is displayed. Cleaned up some junky code.

WED 17 MAY 95		file_io.c	ver 1.2			<mjo@ai.net>
	* Added flow control for Open and Merge functions.
	* Allocated an extra char for '\0' in the "address" during "Open".
	* Used "<<" & ">>" instead of MUL for all little endian conversions.
	   Hopefully, the "Sun's 64 bit >>" bug in gcc 2.6.3 won't hurt me.
	* Inserted CR/LF during save operation. Maintains DOS compatible.
	* Implemented with memcpy instead of bcpy
	* Revised comments/spelling
	* Changed XmMessageBoxGetChild() to XmFileSelectionBoxGetChild()

28 APR 95		init.c		ver 1.2			<mjo@ai.net>
	* Standardized the resource file from ".mcard" to "Mcard". 
	* Install fallbacks for users who don't install the app-default file.
	* Gave the "Card" label an XmNrightOffset value.

WED 13 MAR 95		init.c		ver 1.1			<mjo@ai.net>
	* Label Widget changed in Redraw_List() to show number of cards.
	* Made sure users could only edit the primary card.
	Accomplished via "XmNeditable,False" in appropriate text widgets.
	This wasn't necessarily a problem. A user would click on a 
	background card, but it was immdiately brought to the front
	via its callback.
	* XmNcursorPositionVisible,False added to non-editable text widgets.
	* Change the address field from a "XmScrolledText" to
	XtVaCreateManagedWidget, xmTextWidgetClass. This corrects a bug in
	Active_Card_Callback.
	* Fixed the About routine to function without the pixmap.
	* --> Still unable to prevent address entries > 10 lines! <--

FRI 9 MAR 95		Makefile	ver 1.0			<mjo@ai.net>
	*  Changed from an implicit rule with dynamic macro to 
	individual rules in the Makefile's dependencies.
	*  Removed the 24K ".c" file. Unable to determine its purpose.

Prior versions where beta.