Changes since v0.1.5
--------------------
* More OOP code
* The similiarity engine was rewritten as "levels", and each level is more 
  complex than the lower one(3 levels are implemented, level 4 is on the way)
* Stri2Txt and MacroProcess were rewritten in simpler and shorter way, and 
  MacroProcess can be easily extended and find more than one macro
* The windowing stuff was moved out to GTUI(General Text User Interface).




Changes since v0.1.4
--------------------
* 95% of the code was ported to Pascal
* A Linux port
* The multi-language support was not ported
* Some object-orienting
* A new file structure
* Dos port doesn't use ninput because of a FPC(0.99.5) bug.this problem does
not exist in the Linux port which is compiled using 0.99.6(beta snapshot)
* Backspace doesn't work in Linux, but that's the compiler's fault, not mine.
* Updated docs, still needs work
* Android doesn't exit on depress, it just behaves differently(buggy)

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

