home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / cedit11.zip / history.txt < prev   
Text File  |  1994-03-08  |  3KB  |  70 lines

  1. 1.0    Released on 94/01/21 to Fernwood and local BBS.
  2.  
  3. 1.0.1  Released on 94/01/23 to ftp-os2.cdrom.com and local BBS.
  4.        Changes:
  5.         - Fixed bug that didn't allow input on filename input after the
  6.           editor was started without an argument
  7.         - Fixed bug that messes up the block marking if a block is marked
  8.           from bottom to top and then saved or printed
  9.  
  10. 1.0.2  Not publicly released - Released privately on 94/01/25
  11.        Changes:
  12.         - Fixed bug that may cause the editor to trap if the specified
  13.           filename doesn't contain a period, but the path does
  14.           (e.g. ..\mydir\myprog\myfile)
  15.         - Added F5 Format-paragraph, F5 Line-length, F5 Word-wrap, F5 Indent,
  16.           and Alt-V & Ctrl-V
  17.  
  18. 1.0.3  Not publicly released - Released privately on 94/01/31
  19.        Changes:
  20.         - Added F5 Save-settings
  21.         - Fixed bug that caused screen repainting to fail if multiple lines
  22.           of text are pasted to the screen
  23.         - Fixed bug that could cause the editor to lock up upon shelling to
  24.           OS/2 (F9)
  25.         - Changed word-wrapping to be more 'Norton Editor' compatible
  26.  
  27. 1.0.4  Not publicly released - Released privately on 94/02/05
  28.        Changes:
  29.         - Added Ctrl-W, Alt-W
  30.         - Added F6 Test-differences
  31.         - Added backing up the original file (optionally [F6 B])
  32.         - Changed statusbar to truncate filenames that are too long
  33.         - Added more help screens
  34.         - Fixed bug in find/replace paint logic
  35.         - Fixed find/replace to handle '■' correctly
  36.         - Added undelete (Alt-U)
  37.  
  38. 1.0.5  Not publicly released - Released privately on 94/02/13
  39.        Changes:
  40.         - Added F2 info screen
  41.         - Implemented UNIX style linefeed generation
  42.         - Fixed bug in undelete (Alt-U) that caused cursor to be placed at
  43.           the wrong location
  44.         - Fixed bug that messed up block markers when pressing ENTER while
  45.           the cursor is on a block marker
  46.         - Fixed bug that caused screen not to be repainted after a block
  47.           marker is overwritten (in Replace-mode)
  48.         - Fixed bug that caused Alt-224 to lock up the editor
  49.         - Changed word-wrap to reset horizontal scroll after wrapping
  50.         - Changed display routine to display '«' characters if screen is
  51.           scrolled horizontally
  52.         - Add Ctrl-F support to find/replace input
  53.         - Changed keyboard input model from dual-threaded polling to
  54.           single-threaded blocking
  55.         - Added F5 Display-color
  56.         - Unused REXX code was removed
  57.         - Added F6 Version-information
  58.         - Fixed bug in character replace to prevent overwriting unix style
  59.           newline characters
  60.  
  61. 1.1    Released on 94/03/13 to ftp-os2.cdrom.com, fernwood and local bbs.
  62.        Changes:
  63.         - Fixed bug in settings loader that caused undefined settings if
  64.           settings file didn't exist
  65.         - Changed all inputs to use user specified tab width
  66.         - Fixed bug in '»' display routine (it didn't display the 'more'
  67.           character on the last line of the document if the last character
  68.           visible was a TAB)
  69.         - Fixed Alt-V and Ctrl-V to mark file as changed
  70.