0.1.6:
Fixed a bug where only the first history file would be loaded.
Fixed a bug where only the first charachter in plain text output would be displayed.
Added preliminary support for Perl.
Added preliminary support for PHP.
Added preliminary support for Qt.
Added support for code output.
Removed IMPORTANT NOTE from source files, they were never meant to be there.
No parsing on startup which makes it faster.

0.1.5:
^ can now match either the beginning of the file or the beginning of a line(configurable).
$ can now match either the beginning of the file or the beginning of a line(configurable).
Automatic parsing can be turned on and off.
Saves a history of your opened files.
Some code refactoring:
Regexp conversion has been extracted into separate classes to make it easier to add new modes.
Added some code contributed by Wim Delvaux.
Some checks for empty regexps.

0.1.4:
Splitting of text.
Select all matches.
Conversion to other regexp types.
Saves the state of the program on exit and loads state on startup.
Some bug fixes in regexp classes.
Set custom colors on selection.
Load text file in text to be matched on.
Functions keys can be used to select.

0.1.3:
Multiple matching.
Case sensitive/insensitive matching.
Revamped the GUI a bit.
Bugfixes in regexp classes.
More backslash(\) types available (some of perl's).

0.1.2:
Fixed bug in sub expression matching that made the program crash(core).

0.1.1:
Added support for sub expressions.

