Auto-completion and auto-correction for Gtk+ widgets

I have just completed the auto-completion and auto-correction classes for VirTaal!

One of the niftiest features about the auto-correction class is that it uses OpenOffice.org's auto-correction files (acor_*.dat).

These classes were written to be as independent from VirTaal as possible. This means that it should be easily reusable in other projects. Currently they only support gtk.TextView widgets, but this should also be easily extendible to other widgets. They turned out to be very simple, so I'll refer anyone interested to the well-documented and -commented source code. ;)