
			Revision History


The following changes/additions were made in internal build

10/5/95
	Add paged.scr file script

10/15/95
	Wrote PM Pager - Standalone and Client in one program: pmpage.exe
	You can run pmpage by it self or run paged and use pmpage to
	queue pages.

	Add pm window code to comm code

10/17/95
	Changed paged.ini file name to page.ini
	Changed paged.scr file name to page.scr

10/30/95
	Changed version to 1.0  Rel. 2 and released.

11/02/95
	When done with now list entry it is zeroed out.

11/05/95
	Fixed bug in pageing script.  If useing the script option
	it will only page one person per call.

	Fixed delay problem when multiple pages are queue in scrip mode.

	Fixed modem baud rate problem in script dialing

11/05/95
	Changed version to 1.0  Rel. 3 and released.

11/06/95
	Fixed the problem with appending old messages to new ones.  This would only
	happen with the UNREGISTERED version.

	Changed version to 1.0  Rel. 4 and released.

11/07/95
	Add comm shareing.  Now caller id for os/2 and pageos2 can share a modem.

11/13/95
	New ini file layout.

		PagerSystemsSection
		[Numeric]
		ModemInitString	= "AT Z"
		Port			= "COM1"
		Baud			= 1200
		Parity			= None
		DataBits		= 8
		StopBits		= 1

		[Name of System 1]
		ModemInitString	= "AT Z"
		Port			= "COM1"
		Baud			= 1200
		Parity			= None
		DataBits		= 8
		StopBits		= 1
		SystemPhoneNumber 	= "690-1234"
		SystemType			= Tap|Script
		ScriptFileName		= "c:\pageos2\systema.src"

		[Name of System 2]
		ModemInitString	= "AT Z"
		Port			= "COM1"
		Baud			= 1200
		Parity			= None
		DataBits		= 8
		StopBits		= 1
		SystemPhoneNumber 	= "690-1234"
		SystemType			= Tap|Script
		ScriptFileName		= "c:\pageos2\systemb.src"

		NameSection
		[Bob Smith]
		PageID  	= "630-2222"
		PagerType	=  Numeric|Alphanumeric
		SystemName	= "Name of System"

		[Mr. Bill]
		PageID  	= "630-1122"
		PagerType	=  Numeric|Alphanumeric
		SystemName	= "Name of System"

		GroupSection
		[Group Name 1]
			Name = "Bob Smit"
			Name = "Mr. Bill"

		[Group Name 2]
			Name = "Some ones name"
			Name = "Some one else"

12/11/95
	Added Simple network paging protocol(SNPP) server.  It uses warps TCP/IP
	sockets.  It is a os/2 text based program that sends name pipe messages to
	paged.exe.  The program is multi threaded and will let mutiple TCP/IP SNPP
	clients connect at the same time.

	Added Simple network paging protocol(SNPP) client.  It uses Warps TCP/IP
	sockets.  It is a OS/2 PM based program that sends paging data to a TCP/IP
	SNPP server.

1/04/96
	Add registration programs.   Windows version(WINREG.EXE) and OS/2
	version(PMREG.EXE).   Both programs will update both INI file formats.

1/05/96
	Added Simple network paging protocol(SNPP) client.  It uses Windows Winsock
	DLL.  It is a Windows based program that sends paging data to a TCP/IP
	SNPP server.

1/06/96
	Changed version to 1.4  Rel. 1 and released.

1/10/96
	On slow 386 systems the SNPPD server does not get cpu time.  Fixed by
	uping the priority.

	On the OS/2 PM snpp client if you cancel the page you can not send any more
	pages.	The task must be restarted to work again.  This has been Fixed.

2/06/96
	Added a OS/2 command line SNPP client.

2/11/96
	Fixed SNPP server not logging errors if it can not send a page message to
	the paging server.

	Fixed SNPP command line and PM client to report errors.

	Added def file to SNPP command line client.

3/20/96
	Added real TAP, SystemType = Tap.  The manual mode tap is still there to
	access it use SystemType = TapM

3/22/96
	Changed version to 1.5  Rel. 1 and released.

3/27/96
	On page errors it will try 3 times about 2 min appart, then wait 5 min and
	try one last time.  It will log the error and go to the next page.

	Added Universal Computer Protocol. SystemType = UCP.  This paging format is
	popular in europe.

4/07/96
	Added message spliting.  A big(16K or less) message can be sent at once and
	Super Pager will break the message in to smaller messages and send them
	one at a time.

	Added MaxMessageLength to the pager system area.  This is so we known where
	to split the message.  The min size is 60 and the max is 4000 bytes.
	The default is 230.   A min size we needed for the shareware version.

    Took the 230 byte limmit off the windows.

    Fixed problem with paging one page right after another.  Add delay and
    buffer flush then closeing the comm port.

4/17/96
    Added GlobalSection.

    Added LogFileName = "X:\LogFileName.TXT".  This will let you override the
    default log file name to anything you want.

    Added error message when paging with TAP, "Pager acknowledgment not received"

    Added TapPassWord in the pager system section.   Lets you set the TAP system
    password.

    Fixed problem when running in win95, the log file would get printed to the
    screen.

4/19/96
    Fix paging by id with snpp

4/21/96
    Fixed UCP sending ASCII 128 - 255 char's

    Added a list of modem init strings

4/22/96
    Add error message, Error opening PAGE.INI file - File not found

5/05/96
    Add Lan Server network paging in the PM client. LanServerName = "ServerName"

5/06/96
    Fixed UCP sending international character's

5/10/96
    Fixed named pipe connection.  Added a total of 10 threads to read the name
    pipe.

5/11/96
    Fixed errors in ini file not being loged.

5/12/96
    Fixed message spliting.  If the message had no spaces it would send 60 char
    at a time.  Now it will only look back 20 chars for a space before spliting
    the message.

5/13/96
    Added windows lan server client.  The same program is used for standalone
    pageing and the lan server client

5/15/96
    Added DOS command line client.  This connand line client will run on NT in
    a DOS window, OS/2 VDM and Windows for workgroups DOS session.

5/16/96
    Added command line args to the windows pager and the windows SNPP pager.
    Added message clear button to the OS/2 PM pager.
    Added message clear button to the windows pager program.

5/17/96
    Added code page 850 maping to TAP and UCP

5/22/96
    The program would try to send the modem init string every if there was not
    one.  The program now checks to see if there is a string to send

    On OS/2 if your code page is set to 850 super pager will map the character
    set.

    Added MapCodePage = CP437|CP850 to the page.ini file.  This line is only
    needed in windows, OS/2 will set it for you.

6/05/96
    Fixed "amd" text

6/09/96
	Changed version to 1.6  Rel. 1 and released.

