******************************
TextPaint modification history
******************************

V0.67 21.1.90
-------------
first release version


V0.78 24.2.90
-------------
    o added "Invisible end" output flag so that the foreground
      color will be equal to background after outputing the text

    o fixed "Save CLI-Module" bug that caused modules to be "not a
      object file" due to wrong hunk alignment

    o fixed output creation for correct end-of-line flag settings

    o fixed CR-NL creation

    o rebuild using speed otimizer

    o fixed menu multi select

V0.79 27.2.90
-------------
    o added optimized menu operation. Pressing RMB outside the menubar
      while in "Draw"-mode will draw with color 0. Thanks to Christoph
      Teuber!

    o first attempt to read ASCII texts. No ANSI-conversations will be
      made

    o remaped numeric block to reflect IBM keyboards more truly

V0.84 2.3.90
------------
    o added 4-color display avaibility (NO RETURN)

    o new drawing modes: Rect, Box, Line. The line routine is
      *VERY* bad!

    o in draw mode, keys 0-7 can be used to select bgcol

    o simple UNDO feature for BACKGROUND! only

    o greatly enhanced possibility to read in ANSI-files. Will
      convert standard ESC-sequences. Will recognize CLI-Modules (safely?)
      Screens still in because there may be some problems... If you MUST
      edit a pic, you should "SAVE SCREEN" to go save :-) This routines
      uses "PP_SimpleLoadData()" to load the file, so you can directly
      load textfiles crunched with the great "PowerPacker" (data only!)

    o added flag to humble ask user before NEW / QUIT

V0.85 6.3.90
------------

    o fixed bug in LoadAscii() which caused system to crash due to
      some TAB miscalculation

    o New option "Plain Text" will cut off ANY background and style
      information, and will set all fgcols to 1.

V0.86 7.3.90
------------

    o kludged out Italic-bug which crashed the system if italics appeared
      in row zero. Seems to be a bug in FF. Thanks to Holger Lubitz!

V0.89 13.3.90
-------------

    o Drawing modes and textstyles can now be selected by F-keys

V0.90 14.3.90
-------------

    o fixed "underlined space" bug in output creation

    o fixed internal bug in startup routine (still wondering
      why the original code worked...)

    o added "Restyle" mode: Dragging mouse with right button
      pressed in Text mode will set foreground color and style.
      Thanks to Holger Lubitz!

    o added special time processing feature :^D

    o added new menu "Filter" as a more sophisticated replacement
      for "Plain Text"

V0.94 1.4.90
------------

    o added Iconify option: TextPaint will free almost all resources
      it uses during runtime (even the MenuStrip :-). To reactive,
      menuclick the icon.

    o TextPaint will now automatically detach if started from the CLI.
      No more "RUN[back|bla]" necessary

    o LoadAscii() will now recognize and convert the "CSInnC" tab
      expansion. This allows ANSIEd files to be load safely.

    o added special color functions; two default tabs (including
      standard WB and ANSI [looks horrible {not my fault}]) and
      possibility to grab the WB's current colormap

    o fixed calcxyp() bug which caused a voyage to India if mb
      were pressed in most left pixel row

    o why not shipping out a special 68020 version?

V0.95 1.4.90
------------

    o removed Interrupt Server removing bug

    o added test for '20 machines on the 68020 version

    o the iconify window will be placed relative to mousepointer

    o re-iconify can now be activated by a keypressing while
      icon window is active

    o changed LSR definitions

    o startup failure error message bug (due to LSR) removed

V0.96 18.4.90
-------------

    o restyled box line pattern (ok folks, that's just fun!)

    o removed backspace guru bug (thanks Marc Schröer!)

    o Palette now saved and load to "s:TextPaint.palette". However,
      will still load palette in the current dir

V0.97 2.5.90
------------

    o mapped ESC-key for DEL character

