Changes since v0.1.3
--------------------
* A basic multi-language support, but support for RTL(Right To Left) languages
is still limited
* A UI for Android /c
* A new procudure, WindowsUpdate, a wrapper for openwindow and closewindow, 
which uses a shared user-defined array type, which makes job much easier
* Titles are finally centerlized properly. 


Changes since v0.1.2
--------------------
* Executable is now compiled without debugging information and it's much
smaller now.
* The "Mood" variable was replaced by AndroUp and AndroDown, and now 
Mood=AndroUp/AndroDown
* Android now doesn't uses the QB supplied Input() function, instead it uses
it's own NInput() function, that allows more flexiblity and built-in
multi-language support(hebrew is underway)
* The NInput() function and AndroUp/Down now allow us to make the mood to
slowly get closer to 100 and to be updated real-time
* Moods above 100 are now decleared as "excellent"
* When Android is on depress it just calls ShutDown()
* ShutDown() now clears the screen at the end
* The whole Mood displaying code was moved to UpdateState()
* Some more minor changes that i don't remember right now




Changes since v0.1.1
--------------------
* Macro processor is included.try to put #VER in your input, but it's still
limited to one macro per sentence
* #1-5 set opening sentence and reacts to #A-D
* #F allows quiting
* SIM engine: now you can type something similar and not the exact one and it
will detect it, but it still works on char replacement only, not omitted chars 
* added a UI(User Interface), still needs some work
* Executables are now compiled staticly again to reduce size
* Config.bas is now compiled to the Android.exe, try Android /c
* Some more minor changes that i don't remember right now


Changes since v0.1.0
--------------------
* Executables are now compiled and dynamicly linked to the brt module.
* The search engine is now working again
* Fixed a bug with the LastRec() function
* Fixed a bug(or a human stupidy in this case) with #D parameter
* Now using in talk.dat
* Config now erases old data file



Changes since pre-pre-pre alpha
-------------------------------
* The *.dat files are replaced with trans.dat file
* Routines from the main loop moved to Process ()
* An almost-working support in learning question sentence
* A new file, talk.dat, will contain sentences that Android will have to say

