Changes to Contact since Version 1.1g
-------------------------------------

New in version 2.0!
-------------------

Version 2.0 - Wed Feb 12, 1992
	- Improved operation of up/down arrow gadgets.
	- Changed text of New Database requester.
	- Added the following ARexx commands for printing:
		COLUMNS x - set the number of label columns
		COLUMN1 x - set the position of column 1
		COLUMN2 x - set the position of column 2
		COLUMN3 x - set the position of column 3
		COLUMN4 x - set the position of column 4
		PCOLUMN1 x - set the pos of Postscript column 1
		PCOLUMN2 x - set the pos of Postscript column 2
		PCOLUMN3 x - set the pos of Postscript column 3
		PCOLUMN4 x - set the pos of Postscript column 4
		PITCH PICA - set the pitch to pica
		PITCH ELITE - set the pitch to elite
		PITCH FINE - set the pitch to fine
		QUALITY DRAFT - set the print quality to draft
		QUALITY LETTER - set the print quality to letter
		QUALITY POSTSCRIPT - set print qual to P'script
		LABEL_LINES x - set # of lines/label
	- Fixed bug causing Contact to unload if it can't open the window.
	- Fixed find/select to ignore sort markers.
	- Added secondary sort marker (default=%) and command line
			option -d and tooltype SUBSORTMARKER=
	- 'Prettied up' startup window.
	- Added new ARexx commands:
		SELECT string
			- Selects all records which contain the specified string.
			  Records which do not contain the string are deselected.
		SELECT_AND string
			- Deselects all records which do not contain the specified string.
			  (Leaving only those records which were already selected and
				contain the specified string as selected.)
		SELECT_OR string
			- Selects all records which contain the specified string.
			  (Leaving those records which were already selected or
				contain the specified string as selected.)
	- Fixed bug with Close gadget not responding occasionally.
	- Added support for print output to file.
	- Added printer setup requester.
	- Added GOTO PREVIOUS ARexx command
	- Improved GOTO commands so that if window is up it is updated correctly
	- Added code to reset the cursor position and display
			offset of the string gadgets back to zero after return.
	- Now records that file has changed after a sort.
	- Changed key for delete record from Amiga-X to Amiga-Y to
			avoid conflict with Amiga-X in string gadgets.
	- Under OS1.3, when requesting a file to open, if no path is
				specified, defaults to "Contact:".
	- Added RECORD/PASTE facility and menu option.
	- Added ARexx DUPLICATE and PASTE commands.	
	- Changed size of gadget in About window.
	- Removed indentation from clip and type commands.
	- Added abort button during printing.
	- Added ARexx commands SAVEAS and LOAD.
	- Added busy pointer when printing, saving, sorting
	- Changed ARexx "SELECT" command to "GOTO"
	- Added new ARexx command: EDITNOTES
    - Changed type operation to support keymaps.
    - Added clear first and case sensitive options in the
			select records requester.
    - Made all number requesters enforce reasonable numeric limits.
    - Fixed problem with arrow gadgets repeating too soon.
    - The name of the current file, number of records and change
		  status are now shown in the title bar.
    - Added support for multiple column label printing.
    - Added record duplicate feature.
    - Changed all references to 'address' to 'record'.
    - Added selection menu and moved items from Project menu to there.
    - Added select/unselect/toggle menu items to address menu.
    - Fixed problem with typing ')' character as a 'Q'.
    - Added type matching records.
    - If Contact is already running when invoked a second time, will
			  show the hot key to use to activate it.
    - Added save and load preferences.
    - Added print selected records.
    - Renamed Project/New to New Database.
    - Added double click record selection.	
    - Added Merge facility via Project/Merge menu option.
    - Added select records menu option.
    - Added Copy, Move, Delete, Invoke ARexx on selected records.
    - Fixed problem with 'jump' keys which was triggering the enforcer.
    - Added list of available ARexx scripts to ARexx submenu.
    - Improved checking of error status in printing code.
    - Added "Selection" submenu.
    - Added "Edit notes" Record menu option to invoke editor.
    - Rearranged slider gadgets so that up and down arrow gadgets
				are adjacent.
    - Added menu option to launch ARexx.
    - Added list of available databases under "Open" menu item.
    - String and number requesters now appear on same screen as
				Contact window.
	- AUTOSAVE mode TIME now asks for new time.
	- Added an option to change the hot key	on the fly under the
				prefs menu.

------------------------------------------------------------------
Version 1.2h, Fri May 31, 1991
			- Added AUTOSAVE mode option to the preferences menu.

Version 1.2g, Sun 5 May, 1991
			- Added check to limit window size to screen size.
            - Fixed problem with up/down arrow gadgets not working
                   when the number of entries in the list was less than
                   the number which will fit in the display.
                 - Selecting NEW from the PROJECT menu now asks for a filename.
                 - Clicking in the list area where there is no entry now
                   has no effect.
                 - Fixed bug with using the TYPE command to CygnusEd.
                   (Was sending <SHIFT-RETURN> so subsequent lines were
                    indented incorrectly.)
                 - Fixed problem with jumping to an entry by keystroke
                   to an entry near the end of the list.
                 - Added OK and CANCEL buttons to string and number requesters.
Version 1.2f
Thu 25 Apr, 1991 - Fixed problem with up/down arrow gadgets repeating.
                 - Cleaned up window refreshing after resize.
Version 1.2e
Sun 14 Apr, 1991 - Dial window now handles WB2.0 font settings.
Version 1.2c
Wed 10 Apr, 1991 - Now allows full character set to be used (e.g. )
Version 1.2
Tue 19 Mar, 1991 - Added New File menu option.
		 - Added Save as file menu option.
Mon 18 Mar, 1991 - Added autosave facility. Command line option -Vx
                   allows user to specify minutes between auto saves
                   (x is in minutes, 0 means autosave disables). This can
                   also be specified via a TOOLTYPE entry, AUTOSAVETIME=x.
                   Default time between autosaves is 5 minutes.
                 - Fixed bug with attempting to open a file which is not
                    a Contact data file. Was leaving a lock on the file.
                    Now also gives an error message.

Version 1.1k	(unreleased)
Wed 6 Mar, 1991 - Added support for window resizing.
		- Added highlighting of selected entry.
Sat 2 Mar, 1991 - Added audio tone dialing mode.
		- Made gadgets V2.0 style.
		- Made window resizable.
		- Fixed menus to allow for different fonts.
		- Removed DisplayBeep() when FIND fails.
		- Removed scrolling when doing jump.
		- Added move to previous/next keys.

Version 1.1j	(unreleased)
Thu 31 Jan, 1991 - Added immediate jump to address from keys
                    ("Fast search facility" - e.g. pressing 'B' will jump
                    to the first entry starting with 'B'.)
Wed 30 Jan, 1991 - Changed so that new addresses are
                   inserted in order so sorting not needed.
                 - Added menu item for find address

Version 1.1i
Sun 21 Oct, 1990 - Fixed bug with popping up on 200 line
			screen if window top > 0.

Version 1.1h
Mon 1 Oct, 1990 - Fixed bug causing occasional rubbish in string gadgets.
