home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / APPS / EDITORS / TE282OS2 / WHATSNEW.TXT < prev   
Text File  |  1994-11-30  |  3KB  |  74 lines

  1. *****************************************************
  2. *** Changes made from version 2.65 to version 2.8 ***
  3. *****************************************************
  4.  1. Added file history command to allow user to pick and load one
  5.     of the last 20 edited files. Alt-H
  6.  
  7.  2. Added ability to restore the last view of a file in the history
  8.     list.  Displays file in the same position user last left it.
  9.     Added config option turns this on or off.
  10.  
  11.  3. Added command line option -H to display the file history list
  12.     upon startup. From there the user can select a file to edit.
  13.  
  14.  4. Added config option to default to command line parm -P or -H
  15.     when running the editor with no parms.
  16.  
  17.  5. Long filename support.
  18.  
  19.  6. All pick list selection boxes are now wider to accomadate 
  20.     long file names.
  21.  
  22.  7. Windows NT version now available.
  23.  
  24.  8. All pick list selection boxes contain a title.
  25.  
  26.  9. Added About box command (Alt-A).
  27.  
  28. 10. Bug fixed detecting which drives are available on the system.
  29.  
  30. 11. Config data is saved when pressing ENTER on the configuration screen 
  31.     and when exiting the editor. Commands to save and restore the 
  32.     configuration have been removed.
  33.  
  34. 12. Added the selection of cursor type to configuration.
  35.  
  36. 13. The t.cnf configuration data file has been renamed to TechEdit.ini.
  37.  
  38. 14. The environment variable TECH_EDIT_INI has been added and is used
  39.     to indicate where your TechEdit.ini file is located. All three
  40.     platforms can share the same config file. (Good for different clients
  41.     on the same LAN)
  42.  
  43. 15. Remembers the search and replace strings between program loads.
  44.  
  45. 16. Now have the choice of canceling the deletion of a window.
  46.  
  47. 17. Bug fixed when dropping bookmark #5.
  48.  
  49. 18. Increased performance when drawing the screen.
  50.  
  51. 19. Default color changed for blocking color attributes to white on red.
  52.  
  53. *****************************************************
  54. *** Changes made from version 2.8 to version 2.81 ***
  55. *****************************************************
  56.  1. Bug fixed saving a specified binary file line length value in
  57.     the configuration screen.
  58.    
  59.  2. Bug fixed changing a read-only file to read-write
  60.  
  61. *****************************************************
  62. *** Changes made from version 2.81 to version 2.82 **
  63. *****************************************************
  64.  1. Added configure option to turn off startup window.
  65.  
  66.  2. Bug fixed losing file in root directory when entering
  67.     something like this: t \filename.txt.  This was resulting
  68.     in a file not found situation.
  69.  
  70.  3. Bug fixed when executing command "Goto end of buffer" (Ctrl-PgDn)
  71.     and the file contains 1 line less then the total screen size.
  72.  
  73.  4. Bug fixed which was introduced in version 2.81 that causes UNDO
  74.     to not work.