HISTORY file for MK-Compiler for the MK-161/152 calculators.
guillaume.tello@orange.fr

Version 1.09 July 2016
------------
	Added Unicode support and English/French/Russian interface (thanks to Anton Snark)
	(use option 9 to select the *.LOC file you want)
	
Version 1.08 August 2015
------------
	Added indirect addressing for strings in menus
	Added Universal Byte Buffer register references (and modified the names for PPtr and GPtr)
	Added #MOVE to move blocks between Program, Binary, UBB and Graphics.
	Added #REGtoBIN, #BINtoREG to save/restore registers from/to binary memory.
	Added File register references to manage files
	Added #ADDFINDFILE, #FINDFILE, #FINDFILEID to fill the lack of Find File function in the system.
	Added #FILENAME/#FILENAMEID to store correct file names (with 20 chars padded with spaces)
	Added #CREATEFILE, #DELETEFILE, #LOADFILE, #COPYFILENAME
	Added #FONT, #DEFCHAR, #ENDFONT to define user fonts.
	Added #DWK, #DAFK to define tables by keys.

Version 1.07 July 2015
------------
	Added #LOADIMAGE (a file into monochrom graphic)
	Added #ICON to display images inside a menu
	Added #BLOCKA, #BLOCKL, #MATRIX to define action or link blocks inside an image
	Bug fixed in "get screen" (new Pure Basic version and some little differences!)

Version 1.06 July 2015
------------
	Added #CSTRING for centered strings in menus
	Added #CHECK for checked options
	Added #RADIO, #STOItoX, #RCLXtoI to manage radio buttons
	Added #MENUESCL, #MENUESCA to set the escape action in a menu

Version 1.05 June 2015
------------
	You can change the com port settings (COMx and Network identifier of the MK)
	(This is saved in the INF file, default values are COM = 1 / Id = 255)

	Added SELECT/CASE=/CASE</CASE>=/CASE!=/DEFAULT/ENDSELECT structure
	Added #LabelList n to list or not the internal labels

Version 1.04 June 2015
------------
	Added direct link to the emulator eMKatic (load and run current program)
	Added #PROGRESSBAR, #VINPUTD, #VINPUTH in the menus
	Added #GOTOMENU

Version 1.03 June 2015
------------
	Added #MENU/#ENDMENU and all options to create menus.

Version 1.02 June 2015
------------
	Added optimizations (#NUM3/2/1 !IF/!ELSE!WHILE and #OPTIM).
	Added MK? file support (MKP, MKB, MKD) to be used with an emulator (eMKatic MK-161)


Version 1.01 May 2015
------------
	Added Forms instructions to use the Graphic Interface.


Version 1.00
------------
	First release.