0.1    17.12.98
        First Version.
        Basic windows (Main Frame, Project Pane, Editors Pane, Output Window, MenuBar, TollBar)
        created without any functionality.
        Toolbar buttons and Menu entries are created.
        StatusBar Created

0.2    18.12.98
    Basic file operation is implemented:
        Open file
            Save File
            Close file
            Closing files on exit

0.3    21.12.98
        "New file" and "Save" was implemented.

0.4     23.12.98
        Some bug fixed.
        IsChanged function was implemented.

0.5     23.12.98
        Loading project implemented. Now, it support followed  project options:
            Name - name of project
            Dir - project directory
            Run - running command
            Debug - debug command
        The "Run" and "Debug" is implemented

0.6    23.12.98
        Platform support in project settings was added
        The followed edit commands added: Copy, Cut, Paste, Delete

0.7     25.12.98
        Procedures tree added. Now is incoplete, but its works!

0.8     27.12.98
        Editor Window: indent added, tabs added
        Project window: now procedures sorts ny line-number (still incomplete)
        MainFrame: Menu "Run" and "Debug" was moved to the "Project" menu
        Some bug-fixes.

0.9     30.12.98
        Fixed problems with text bindings under Linux.
        
0.10    03.01.98
        Async running.
        Output to the output window realised.

0.11    03.01.98
        Non-tix balloon used.
        Some new text bindings. Cursor position now showed in status bar.
        The selection in project window is followed by cursor position.
        Unused menu entries and toolbar buttons was disabled.
        Find was realised. Now only from toolbar as find in current file.
        BUGS file added.
        README file added.
        Header in all files was changed.

0.12    04.01.98
        Some changes in fonts. Now, editor and comment fonts sets in
        tcldev.tcl file.
        Simple colorizing (only for comments)
        Fixed bug with default extention in "Save File" dialog.
        Fixed small bug in project window
        All tabs changes to spaces during loading file.
        
0.13    05.01.98
        Colorizing for keywords added.
        Fixed bug with closing file.
        This is first public release.

0.14    05.01.98
        Fixed bug with two rpocedures with same name.
        Fixed some bugs in highlighting
        Fixed bug with renaming file.
        Some changes in menus disabling and enabling.
        Select All feature realised.

0.15    07.01.98
        Clock field added into the status frame
        Find, FindInFiles, Replace functions have been implemented.
        A set of keyboard bindings was added.

0.16    08.01.98
        GoTo function implemented.
        Options dialog implemented. rc file implemented.
        Now, positions of all windows is stored in rc file.
        Recent files and projects menu.
        Some optimizations in highlighting

0.17    09.01.98
        Project dialog was implemented.
        New dialog was implemented.
        A set of bug-fixes.
        
