1.10 update info

* channelstatus fix

	Channel status wasn't updated after changing.
	Channel status can be found on the right top of the screen:
	'Information Transfer' etc.


* prompt fix (via netrom)
	
	Prompt (see prompt.npg) wasn't detected when connecting bbs-es
	via netrom.
	

* BYR-support (still crashes after 2 executions, cause unknown)

	NPG should work a little better with BYR now, but if you wanna
	use a node, please use BPQ as driver.
	

* No more WHILE CONNECTED messages when using TFPCX
	
	Somehow TFPCX returned this weird message sometime. But the 
	problem was somewhere in NPG itself, it should be fixed now.
	

* New Macro/Config Command FHI, frame header info

	Show description of the frame on the right side of the frame header.


* New Macro/Config Command FTIME, frame time

	Shows the time when a frame is received (left sid of the frame header)
	

* New Macro/Config Command HEX, hexidecimal monitor view

	A debug view for checking out the received frames. Look really weird
	when received MBU-color frames :-)
	

* Saving of monitor data fix [BPQ]

	NPG had problems with storing frames in a file. It somehow only saved the
	text but not the frames.


* @@NL1CGS$WEETNIET.EXE function in ctext.npg ($exefilename)
	
	You can link a RUN-program with a call in the CTEXT.NPG 


* Ctext won't be send anymore if you have a run-program at startup.
	
	When you execute a run-program at setup, there won't be any 
	standard ctext anymore.


* Remember last directory in FILE SELECTION

	When using the file lister, it will go back to the last used
	directory.


* BIN2MBU.EXE (a .BIN to MBU-color converter)

	Convert .BIN pictures to a MBU-color formatted text file.


* MBU-color fix (now you can send those neat pics)

	Fixed the MBU-color-mode. It should work perfect now without
	any problems. 

* New $-variables (ala FBB)

	Look at the FBB-docs for the description of the commands.
	The commands that are included are: 
		$a $B $D $d $E $H $I $O $U $V $W $w $X $x $Y $* $= $: $$


* Monitor color-fix

	Fixed some color-settings in the monitor, not very important.
	
	
* FBB-PG support 
	
	NPG now has a FBB-run program emulator! You can now run the
	PG programs that were made for FBB. Remember it is still not
	100% compatible.
	

* TSTHOST PG support

	NPG now has a TSTHOST-run program emulator! You can now run the
	PG programs that were made for TSTHOST. Remember it is still not
	100% compatible.
	
	
* New Macro-command SENDBIN

	You can now send .BIN files (something like ANSI-pictures) with NPG.
	It will internally convert the BIN-files to MBU-color.
	
	
* Extended DISCON callsigns

	You can now use 2 different styles of DISCONNECT-callsigns. 
	The standaard 'DISCON' or the extended 'DISCON' calls like 'DISC01' 'DISC02' ...

	
* Tabulate-fix
	
	Fixed the TABS when receiving them. It didn't work properly after receiving a lot
	of TABS after eachother. 


* Mouse-button screen-fix

	When pressing the same mousebutton all the time the TX-cursor acted weird.


* QRL-file fix (thanks to NL2SJN)

	QRL should work properly again, thanks for reporting the bug NL2SJN.
	(QRL = sysop absent)


* SSID fix for BPQ

	Better SSID-check when connecting to local NODE with BPQ.


* Global Colormode-setting On/Off in config. (C at flags)

	Turn on/off color for all channels.	
	

* Save/Load palette and colors

	Use different palettes and colors.
	With LOADPAL and SAVEPAL you can load/save the color settings
	you have made in your config.
	With LOADCOL and SAVECOL you can load/save the hardware color settings.
	With SETCOL and GETCOL you can set/get a specific color.
	
	SETCOL COLOR RED GREEN BLUE

	Red/Green/Blue are values between 0 and 63.

	Ie. setcol 1 63 22 50
        
	To set back to the default color use SETCOL 1 DEF
	To set all colors to default use SETCOL ALL DEF
	

* ALT-D bugfix
	
	When pressing ALT-D at a disconnected channel it will
	replaced the current call to the global callsign.
	This is a bug in TFPCX, but NPG will fix this internally now.
	

