=======================================================================
Last change   : $Date: 2005-09-26 01:21:04 +0300 (Lu, 26 sep 2005) $
Last commiter : $Author: eddy $ 
=======================================================================

2005.09.25
	[ Eddy Petrişor ]
	* Added a menu item for the automatic detection of types of words
	* Translated menu items in Romanian
	* fixed a few pylint errors and warnings
	* removed or disabled widgets with no function
	* reverted visibility for back button
	* disabled forced debug output for heuristic detection
	* errors due to blind committing after pylint

2005.09.24
	[ Eddy Petrişor ]
	* basic functionality implemented
	* comments are allowed in input file
	* removed useless aparamter in MainWindow.__deinit__
	* closing the input file leads to error; change reverted
	* added some heustic to guess the type of word
	* radio buttons are selected according to the guessed type
	* only one function for all radio buttons

2005.09.24
	[ Eddy Petrişor ]
	* no success on automatic logging
	* rearanged the format of this file

2005.09.24
	[ Eddy Petrişor ]
	* Attempted automatic logging of changes

2005.09.24
	[ Eddy Petrişor ]
	* the input is read from stdinput right now; the OS handles this better
	* all classes have a self.__appdebug__ data member
	* all errors are displayed with errmsg
	* all debug messages are displayed with dbgmsg
	* all files have the encoding declared
	* added copyright statements
	* removed old C project files which might be unuseful

2005.09.24
	[ Eddy Petrişor ]
	* the .glade file is hard coded now
	* renamed proiect1.glade to OrtoMain.glade (as expected in modified code)
	* added some protectionns for some exceptions
	* more structuring
	* added a method to fetch and display the next word in file

2005.09.23
	[ Eddy Petrişor ]
	* given up the GUIHandler class, all GUI stuff should happen now in
	  MainWindow class
	* added a changelog file
	* updated the TODO file
