/*
** Module   :HISTORY.TXT
** Abstract :
**
** Copyright (C) Sergey I. Yevtushenko
** Log: Tue  24/03/1998     Created
**
*/

+ - added
* - fixed
- - dropped

v0.2.4
        * Choosing file name by first letter in File Dialog
        + FED.INI is loaded from current directory too if exists

v0.2.3
        * Gray Enter != Enter in FileList
        * Incorrect handling of TAB chracter at beginning of block
        * Possible bug in fedOpenJumpList
        * Potential bug in list boxes key handling (may cause hangs)
        + Optional notification of about end of search/replace op's
          (disabled by default, variable 'editor.verbose.search')
        + Horisontal scrolling for JumpList
        + Menu hotkeys
        + Pascal syntax hiliting support (experimental)
        + Java support (extension to C++ mode and not indicated as separate)
        + Hiliting menu

v0.2.2
        * fixed bug with word left/word right on strings with Tab char inside

V0.2.1  !NOTE!    Changed version numbering
        * hexadecimal values in config not correctly interpreted by editor
        * Gray Enter != Enter in JumpList
        * trap in Line::get_print
        * speedup for word left/word right on long lines

V0.2.0v
        * trap in REXX.DLL

V0.2.0u
        * incorrect loading of files with '\x00' inside (?)
        * format of file can be set incorrectly
        * trap if starting with long file name on FAT drive
        * some improvements in documentation
        + file name with wildcards opens File Open dialog
        + Added calls to kbInit/kbDone pseudokeys
        + Added fedMsgBox   REXX API call
        + Added fedOpenFile REXX API call

V0.2.0s internal beta
        + Multiple JumpList (up to 10) support with access from REXX
        * open files WRITEONLY when writing (allow work with ftpfs.ifs)

V0.2.0r internal beta
        + Unix/DOS file type support

V0.2.0p feature extension
        + bookmarks management (place/go) and saving them in EA
        * some cleanups in docs

V0.2.0n bugfix
        + support for -ROW:COL in command line. passed after file name moves
          cursor at specified ROW and COL
        + support for storing current position in EA.

V0.2.0m bugfix
        * fixed bug in memory allocation
        * fixed open file in new window when .Untitled exist and unchanged
        * fixed support of session name and window title change
          PM support now completely dynamic (was broken somewhere
          after 0.2.0h).
        + added MAIL hiliting
        + updated INI file for MAIL hiliting support

V0.2.0l bugfix
        * fixed INI file parser for REXX
        * fixed NLS support (some keys don't work)
        + some documentation (REXX interafce not covered)
        + added setting of filename on titlebar for windowed sessions
        + added simplest REXX support (enabled, but not documented)

V0.2.0k bugfix
        * fixed file dialog (work with FDD)
        * fixed heap manager
        + added configurable cursor shape for insert/overwrite modes
        + added simplest REXX support (disabled in this release)

V0.2.0j bugfix
        * fixed loss of autoguessing of hiliting
        * fixed FED.INI for "#ifndef" macro
        * fixed typo in macro recorder dialog
        + improved file dialog
        * fixed date format (NLS support)

V0.2.0h bugfix
        + Added keyboard macro recorder/player
        * Implemented dynamic loading for PMWIN.DLL, so FED should run even
          if OS/2 loaded from diskette

V0.2.0g bugfix
        * fixed bug with improper building profile name
          if directory contains '.' in name

V0.2.0f bugfix
        + exception handler which tryes to protect opened files
          in case of crashes
        + some minor changes in status line format

V0.2.0e bugfix
        * improper block marking after cut/clear operations
        * undo in block sort
        + flexible status line

V0.2.0d VERY many changes
        + Full configuration through FED.INI
        + Block sort
        + Transparent PM clipboard
        - hardcoded keyboard macroses

V0.1.9q First bugfix :)
        * fixed traps for some screen modes with lines less than 25
V0.1.9p First public release

