home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / fed024.zip / history.txt < prev    next >
Text File  |  1999-04-26  |  4KB  |  127 lines

  1. /*
  2. ** Module   :HISTORY.TXT
  3. ** Abstract :
  4. **
  5. ** Copyright (C) Sergey I. Yevtushenko
  6. ** Log: Tue  24/03/1998     Created
  7. **
  8. */
  9.  
  10. + - added
  11. * - fixed
  12. - - dropped
  13.  
  14. v0.2.4
  15.         * Choosing file name by first letter in File Dialog
  16.         + FED.INI is loaded from current directory too if exists
  17.  
  18. v0.2.3
  19.         * Gray Enter != Enter in FileList
  20.         * Incorrect handling of TAB chracter at beginning of block
  21.         * Possible bug in fedOpenJumpList
  22.         * Potential bug in list boxes key handling (may cause hangs)
  23.         + Optional notification of about end of search/replace op's
  24.           (disabled by default, variable 'editor.verbose.search')
  25.         + Horisontal scrolling for JumpList
  26.         + Menu hotkeys
  27.         + Pascal syntax hiliting support (experimental)
  28.         + Java support (extension to C++ mode and not indicated as separate)
  29.         + Hiliting menu
  30.  
  31. v0.2.2
  32.         * fixed bug with word left/word right on strings with Tab char inside
  33.  
  34. V0.2.1  !NOTE!    Changed version numbering
  35.         * hexadecimal values in config not correctly interpreted by editor
  36.         * Gray Enter != Enter in JumpList
  37.         * trap in Line::get_print
  38.         * speedup for word left/word right on long lines
  39.  
  40. V0.2.0v
  41.         * trap in REXX.DLL
  42.  
  43. V0.2.0u
  44.         * incorrect loading of files with '\x00' inside (?)
  45.         * format of file can be set incorrectly
  46.         * trap if starting with long file name on FAT drive
  47.         * some improvements in documentation
  48.         + file name with wildcards opens File Open dialog
  49.         + Added calls to kbInit/kbDone pseudokeys
  50.         + Added fedMsgBox   REXX API call
  51.         + Added fedOpenFile REXX API call
  52.  
  53. V0.2.0s internal beta
  54.         + Multiple JumpList (up to 10) support with access from REXX
  55.         * open files WRITEONLY when writing (allow work with ftpfs.ifs)
  56.  
  57. V0.2.0r internal beta
  58.         + Unix/DOS file type support
  59.  
  60. V0.2.0p feature extension
  61.         + bookmarks management (place/go) and saving them in EA
  62.         * some cleanups in docs
  63.  
  64. V0.2.0n bugfix
  65.         + support for -ROW:COL in command line. passed after file name moves
  66.           cursor at specified ROW and COL
  67.         + support for storing current position in EA.
  68.  
  69. V0.2.0m bugfix
  70.         * fixed bug in memory allocation
  71.         * fixed open file in new window when .Untitled exist and unchanged
  72.         * fixed support of session name and window title change
  73.           PM support now completely dynamic (was broken somewhere
  74.           after 0.2.0h).
  75.         + added MAIL hiliting
  76.         + updated INI file for MAIL hiliting support
  77.  
  78. V0.2.0l bugfix
  79.         * fixed INI file parser for REXX
  80.         * fixed NLS support (some keys don't work)
  81.         + some documentation (REXX interafce not covered)
  82.         + added setting of filename on titlebar for windowed sessions
  83.         + added simplest REXX support (enabled, but not documented)
  84.  
  85. V0.2.0k bugfix
  86.         * fixed file dialog (work with FDD)
  87.         * fixed heap manager
  88.         + added configurable cursor shape for insert/overwrite modes
  89.         + added simplest REXX support (disabled in this release)
  90.  
  91. V0.2.0j bugfix
  92.         * fixed loss of autoguessing of hiliting
  93.         * fixed FED.INI for "#ifndef" macro
  94.         * fixed typo in macro recorder dialog
  95.         + improved file dialog
  96.         * fixed date format (NLS support)
  97.  
  98. V0.2.0h bugfix
  99.         + Added keyboard macro recorder/player
  100.         * Implemented dynamic loading for PMWIN.DLL, so FED should run even
  101.           if OS/2 loaded from diskette
  102.  
  103. V0.2.0g bugfix
  104.         * fixed bug with improper building profile name
  105.           if directory contains '.' in name
  106.  
  107. V0.2.0f bugfix
  108.         + exception handler which tryes to protect opened files
  109.           in case of crashes
  110.         + some minor changes in status line format
  111.  
  112. V0.2.0e bugfix
  113.         * improper block marking after cut/clear operations
  114.         * undo in block sort
  115.         + flexible status line
  116.  
  117. V0.2.0d VERY many changes
  118.         + Full configuration through FED.INI
  119.         + Block sort
  120.         + Transparent PM clipboard
  121.         - hardcoded keyboard macroses
  122.  
  123. V0.1.9q First bugfix :)
  124.         * fixed traps for some screen modes with lines less than 25
  125. V0.1.9p First public release
  126.  
  127.