Version 0.94 (14 February 1997) from Eddy MORFAN <morfan@etu.info.unicaen.fr>
        - fixed bug in several text windows closing routs, closing a textwindow
          did generate a free memory violation with pl46 mintlibs.
        - window resizing when changing window attributes.
        - add of a pipe creation fail test.
        - fixe : a key associated with a disabled menu entry wasn't inactivated.
        - fixe : the toswin window icon was selectable even if the window was closed
          or the icon was hidden by an other window.
        - an iconified window now ignores keystrokes even if it has the focus.
        - shorter window title, title now shows only the application's basename
        - handling of new AES messages : WM_ONTOP, WM_UNTOPPED, WM_BOTTOM.
        - iconification using new AES 4.1 messages WM_ICONIFY and WM_UNICONIFY.
Version 0.93 (10 September 1996)
        - fixed bug in tab handling - tabs every 8 characters were being
          ignored when other tabs were set
        - fixed scrolling region bug
                - the scrolling region did not reset when the window size
                  changed

Version 0.92 (18 August 1996)

        - fixed bug in vt52 to vt100 mode sequence - now uses correct ESC <
          instead of ESC >
        - reset code tidied up
                - now uses same code as escape sequences
                - now does not change the window size (previously it was
                  changed to 80 columns - as per 'real' vt100)
        - escape sequence handling altered - now does not ignore invalid
          characters - escape is aborted instead
        - fixed termcap/terminfo error - we had 'xo' instead of 'xn' (this
          caused a display error in elvis with lines of length equal to or
          greater than the window width)
        - fixed scrolling region bug
                - the scrolling window escape handling had an 'off by one'
                  error
        - fixed obscure bug in extended escapes where we might (eventually)
          fall off the end of the buffer

Version 0.91 (14 April 1996)

        - cursor keys change to 'application' mode and back escape sequence
          added
        - fixed scrolling region bug
                - the scrolling region did not reset when the window changed
                  to vt52 mode

Version 0.9

        - tw100 public release
