home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / editor / easy225.lzh / RELNOTES.TXT < prev   
Text File  |  1989-06-01  |  15KB  |  415 lines

  1. Edit History
  2. ------------
  3.  
  4. V1.0
  5. ----
  6.  
  7. First 'real' release.
  8. Support of EELASTF.ILE with 3 parameters.
  9. Support for command line switches to bypass parameters.
  10.  
  11. V1.1ft
  12. ------
  13.  
  14. Fixed bug with /R(+/-) and no filename.
  15. Added support for loading macros and running a macro.
  16. Changed help text to make sure margins are defined if page
  17.   numbers are required.
  18.  
  19. V1.2
  20. ----
  21.  
  22. Fixed bug with 2 command line switches and no filename.
  23. Set initial left margin offset to 0 for printing.
  24. Cured a bug in the Printer Setup window.
  25. Changed initial menu in Print Menu to line 3 (file). Avoids
  26.   accidental printing of file.
  27. Added support for local EEINITF.ILE files as well as the global
  28.   one.
  29. Added a 'CTRL-Z' to the print output (if to printer) to close off
  30.   a network printer.
  31. Took out check for illegal command line switches. They are just
  32.   ignored now.
  33.  
  34. V1.21
  35. -----
  36.  
  37. Took out CTRL-Z on print output since it didn't work.
  38. Changed structure of printing to use the DOS open and CLOSE
  39.   mechanism for devices. This means the 'paper out' error will be
  40.   lost (you get a general error writing to print device) but it
  41.   should work over the network.
  42. Added support for LPT3, COM1 and COM2 as print devices.
  43. Added support for F11 and F12. No idea if it works since my
  44.   keyboard (LK250) doesn't support it. Can't test it with my
  45.   other keyboard since my BIOS appears to trap and throw away
  46.   those keys.
  47. Changed default function key assignments to support
  48.   my keyboard. Should be no impact on other keyboards.
  49. Modified the Function Key Help in EEINST to display more on one
  50.   screen. Much easier to read now.
  51.  
  52. @pa
  53.  
  54. V1.22
  55. -----
  56.  
  57. Fixed bug if you try to open the last file (EELAST=ON) and
  58.   EELASTF.ILE is not there.
  59. Added a test for illegal command line switches - immediate exit.
  60.   Necessary to fix above problem.
  61. Added 'R_C' option to opening new file (CTRL-F2)
  62. Fixed bug with moving to correct line number if pagination is ON.
  63. Fixed bug with 2 command line switches and no filename (Put in in
  64.   V1.20 !!)
  65.  
  66. V1.23
  67. -----
  68.  
  69. Fixed a bug in the printing routine where the output filename
  70.   wasn't being initialised properly.
  71. Added '%' option in headers/footers to print current date.
  72. Added '&' option in headers/footers to print current time.
  73. Fixed bug in print menu where first char was not being
  74.   highlighted.
  75. Fixed bug in print menu where the printer definition table was
  76.   being lost on entry.
  77.  
  78. V1.24
  79. -----
  80.  
  81. Added an '*' before the filename in the status display to show if
  82.   the file had been modified.
  83.  
  84. Renamed the EEINST program to KBD_INST at the request of Paul
  85.   Medcalf.
  86. @pa
  87.  
  88. V1.30 - Major new release
  89. -------------------------
  90.  
  91. Added 'Autosave'. This option will back up the file every few
  92.   minutes (specified by the SAVETIME option), to a file with the
  93.   name of the file being edited and an extension of .SAV. It does
  94.   not affect the original file or the backup (.BAK) file. If you
  95.   abort the edit, the original file is preserved.
  96.  
  97.   The autosave will back up all files being edited as long as they
  98.   have been modified. It does NOT back up linked files (editing the
  99.   same file in two windows) more than once. It does not change the
  100.   status of the 'modified' flag (specified by an '*' next to the
  101.   filename). If the file has been modified, it WILL be saved when
  102.   you exit from the program.
  103.  
  104.   If you abort the edit for any reason, the .SAV file will still
  105.   remain. This allows you to have an intermediary file with some
  106.   edits in it for you to access (it all helps). You may delete
  107.   this file manually or wait for Easyedit to delete it on the
  108.   next save.
  109.  
  110. Updated the help text to reflect the extra options available in
  111.   the print menu (left over from V1.21)
  112.  
  113. V1.31
  114. -----
  115.  
  116. Modified the  save routine to  delete the .SAV  file after saving.  It
  117.   wasn't being done before.
  118. Added a check for > 59 minutes  in SAVETIME. AUTOSAVE is turned off if
  119.   an illegal time is entered.
  120. Changed the save file subroutine so it does not save the .R_C and last
  121.   edited files if its only an AUTOSAVE.
  122. Changed the autosave override to /A- (it seemed better than B)
  123.  
  124. V1.32
  125. -----
  126.  
  127. Fixed a  bug where, if  you had modified  one window and  were editing
  128.   another window,  the current window  overwrote the .SAV  file of the
  129.   other window.
  130.  
  131. @pa
  132.  
  133. V1.33 - first public release
  134. -----
  135.  
  136. Added a  /L:filename option to  read in another  macrofile at run-time,
  137.   thus bypassing the defaults.
  138. Added an option '/A+' to enable Autosave from the command line.
  139. Changed the command line parsing so that wild cards can have switches.
  140. Changed the Macro execute function so it doesn't operate on wild cards.
  141. Fixed a few esoteric bugs with the command line switches.
  142.  
  143. V1.34
  144. -----
  145.  
  146. Added a box drawing option. Press <Alt-F5> to mark start of block,
  147.   move cursor and press it again to draw box between marks.
  148.  
  149. V1.40
  150. -----
  151.  
  152. Added line drawing option. Toggle with Alt-F4 then use cursor keys.
  153. Added LEFTUP option to EEINITF.ILE. Makes left arrow wrap to end of
  154.   previous line.
  155. Fixed setting cursor at last position when reading in files which were
  156.   written out using the 'Page mode' option.
  157. Fixed markers to allow user to go to marker for corner of box.
  158. Fixed bug when invoking drawbox (alt-F5) for third and 4th time.
  159.  
  160. V1.41
  161. -----
  162.  
  163. Changed American spelling of 'colors' to UK 'colours'
  164. Added Shift-F10 to close current file and open a new one.
  165. Fixed bug where current file was always written out even if not
  166.   modified when using the Shift-F10 option.
  167. Changed window link to reflect line drawing status of other
  168.   window on open (F2 [RET])
  169.  
  170. V1.50
  171. -----
  172. Added a character translation table facility. File has name of Printer
  173.   Definition File but with extension of .CHT. Structure is:
  174.   Col 1    - Character to be translated
  175.   Col 2    - Ignored.
  176.   Col 3-34 - String of characters to replace the original (max 32).
  177.   There can be up to 32 of these translations.
  178.   Tested on Dec LA75 with box drawing characters.
  179. Changed printing option so that when it is called while printing is
  180.   taking place, an information box is displayed with relevant info on
  181.   the file being printed.
  182. Fixed memory display with <Ctrl-F1> (Get Info) so it agrees with the
  183.   <Shift-F1> (Get Memory) option. Wasn't hard when I thought about it.
  184.   Just got free memory BEFORE assigning space for window not AFTER.
  185. Fixed bug if escaping from 'Goto page' option. (It used to take you to
  186.   Page 1 all the time).
  187. Fixed error handling when printing to a printer
  188. Fixed major error in Borland internal error handling routines.
  189.   Simplified things a lot so that the error won't happen.
  190.  
  191. V1.60
  192. -----
  193.  
  194. Changed maximum number of tabs to 40 (was 20)
  195. Added the following command line options
  196.  
  197.         /I+ /I-         Start off in insert or overstrike modes
  198.         /T+ /T-         Write tabs on output or spaces
  199.         /W+ /W-         Start off with wordwrap on or off
  200.         /J+ /J-         Start off with right justify on or off
  201.         /P+ /P-         Start off in 'page mode' or not.
  202.         /T:n            Set tab size to 'n'
  203.  
  204. Added macro substitution for:
  205.  
  206.         F       Current filename
  207.         D       Current date
  208.         T       Current time
  209.         S       String read in at playback time.
  210.  
  211. Fixed a bug in the 'open window' command. (A rare one).
  212. Extended the length of the print status window to 60 characters.
  213.   This should capture most filepaths around.
  214.  
  215. V1.61
  216. -----
  217.  
  218. Fixed a Borland bug where the keyboard typeahead was being
  219.   captured by EasyEdit on exit
  220. Made sure that the macro substition understands low case commands.
  221.  
  222. V1.62
  223. -----
  224.  
  225. Fixed a bug whereby Shift-F10 would always save a 'NONAME' file
  226.   even if nothing was modified. (Borland again)
  227. Fixed a bug whereby Ctrl-F10 would save a file even if not
  228.   modified. (Borland again)
  229. Changed the Modified flag when reading in a file and running out
  230.   of memory. Now, it does not set the modified flag so a mistaken
  231.   'Save and Exit' will not overwrite the original.
  232. Fixed bug in EdInterruptableDelay whereby it hung if a window
  233.   was open on the screen
  234.  
  235. V1.70
  236. -----
  237.  
  238. Changed the format character '@' to be user configurable
  239. End-End now goes down a line (optionally)
  240. Home-Home now goes up a line (optionally)
  241. If user option set, right arrow goes to the next line if at the
  242.   end of the line
  243. The printing display now shows and constantly updates the page
  244.   number.
  245. Changed KBD_INST so that it only does the full screen data entry
  246.   of keyboard changes without the superfluous question
  247. Fixed a bug in KBD_INST where it would remove the modified
  248.   display if the key was 'escaped' from a second time.
  249. Added the option to print out the keyboard mapping to a file for
  250.   later printing
  251.  
  252. V1.71
  253. -----
  254.  
  255. The SHAREWARE version
  256.  
  257. Changed the EEINITF.ILE to be EE.CFG
  258. Changed the program so that the EE.CFG file can have comments in.
  259. Removed all references to the .UID file and the copyright notice.
  260. Tidied up the code (saved about 2Kb).
  261.  
  262. V1.72
  263. -----
  264.  
  265. Added a new option to EE.CFG - WRITER_C to avoid writing the .R_C
  266.   file if it is not being used
  267.  
  268. V1.73
  269. -----
  270.  
  271. Added an option 'Exit' to the file menu (requested by Laing Homes)
  272. Changed KBD_INST so that it would read in and save a binary
  273.   keyboard definition file EEKEYF.ILE
  274. Fixed KBD_INST so that the 'R' and 'Q' options ask for
  275. confirmation if anything has changed.
  276.  
  277. V1.74
  278. -----
  279. Fixed a bug in KBD_INST where the last line of the EEKEY.MAP file
  280.   wasnt being written
  281. Fixed a bug in EE where the line showing the page number
  282.   currently printing would be written even if not asked for (Forgot
  283.   to set a boolean to False)
  284. Changed the Find-Next command so that it ignored the 'G' option
  285. Added a new command to EE.CFG - SEARCHINIT which sets the initial
  286.   options in the FIND,FIND-NEXT or REPLACE commands.
  287. Fixed a bug whereby the Printer Definition file was not being
  288.   loaded in properly if there was a path in front of it.
  289. Centred the 'Info screen' (Ctrl-F1).
  290. Changed the print initialisation routine so that it looks for a
  291. .R_C file to get the margins from.
  292. Centred the printing information screen
  293.  
  294. V1.75
  295. -----
  296.  
  297. Increased the typeahead buffer to 1024 from 256 to allow for
  298.   macros to be executed more times.
  299. Fixed a bug where the default path wasn't being initialised
  300.   properly (my fault - trying to fix an old bug the wrong way)
  301.  
  302.  
  303. V2.00 - First of the new breed!!
  304. --------------------------------
  305.  
  306. Added FULL mouse support. Better than anything else on the market.
  307. Added an option to print a Table of Contents.
  308. EasyEdit can now read in read-only files or files on a network (ms-net)
  309. The print translation table space has been increased to 64 lines
  310.   of up to 64 characters each. This is to accomodate long init
  311.   sequences sometimes found on the new laser printers
  312. The correct message is displayed at the top line when autobackup
  313.   is taking place
  314. The spelling checker code has been removed. This saved about 10Kb.
  315. Tidied up the help file a bit.
  316. Speeded up entering long lines with WordWrap set
  317. Fixed  a bug  in the  Autobackup routines  where it  would back up too
  318.   soon the first time.
  319. Added the ability to position the cursor  at the beginning or end of a
  320.   found string.
  321. Fixed a bug with applying macros if the start and end character were
  322.   <home> or <end> and ENDHOME was ON in EE.CFG.
  323. Fixed a bug with Find-next and block markers
  324. Removed <CTRL-Z> from the end of the file.
  325.  
  326. V2.10
  327. -----
  328.  
  329. Added mouse support to the print menu
  330. Put the spelling checker back in (requested by users)
  331. Added overlay support to get extra memory. Put the following routines
  332.   into the overlay.
  333.     Block Move, Copy and Delete
  334.     Abbreviations expansion
  335.     Spell Checker
  336.     Initialisation routines
  337.     DOS spawner
  338.     Directory commands
  339.     Print setup menu
  340.     Option setting
  341. Added code to put the overlays in EMS memory if present
  342. Added option to store colour map in external file.
  343. Added option to put environment variables in .CFG files
  344. Added option of abbreviations list
  345. Added new commands to set/unset hi-bit stripping
  346. You can now use an environment string 'EEPATH' to tell EE where
  347.   to find its support files
  348. Fixed bug where a Block Read didn't check if the file was there
  349. Fixed a bug where the /P+ and /P- was ignored if a R_C file was
  350.   present
  351. Fixed bug where 'delete current char' wouldn't join two lines if
  352.   the cursor was beyond the last character of a line
  353. Fixed bug where append to a file didn't work
  354.  
  355. V2.20
  356. -----
  357.  
  358. Added option to include binary files as UUENCODED text and extract them
  359. Speeded up the initialisation (I think)
  360. Added checking for a 3 button mouse. Works with Genius mouse OK
  361. Added option for getting help with initial key press
  362. Allow block formatting even if cursor is not in block
  363. Added .CFG option (EMS OFF) for EE not to attempt to put the overlays
  364.   into EMS memory even if there is some (bug in DV with no HI mem)
  365. Added extra command (no. 199) to do a word count and display it.
  366. Extended the environment variables to include %var% in the middle.
  367. Fixed a bug when attempting to write the EELASTF.ILE data to a R/O drive
  368.  
  369. V2.21
  370. -----
  371.  
  372. Fixed a bug with /BC switch where it would hang if it didn't find
  373.   a binary file
  374.  
  375. V2.22
  376. -----
  377.  
  378. Fixed a bug (introduced in 2.10) where, when trying to read a R/O or
  379.   networked drive, the error message 'file not found' was given.
  380. Added command to check for and extract a binary file from the file
  381.   displayed in the current window.
  382.  
  383. V2.23
  384. -----
  385.  
  386. Fixed a bug where binary file addition caused a hang if it wasn't in the
  387. current directory.
  388. Fixed a bug where doing a BLOCK READ from a networked or R/O file caused
  389. the wrong messages to be displayed.
  390.  
  391. V2.24
  392. -----
  393.  
  394. I hope I've fixed the bug with the mouse movement losing characters on a
  395.   slow machine.
  396.  
  397. V2.25
  398. -----
  399.  
  400. Fixed bug where the <F10>OS gave a 'file is read-only' message trying to
  401.   write to EE.EXE
  402. Fixed a bug with the EMS ON/OFF - it wouldn't have worked.....
  403. Added an option in EE.CFG - BCHALT - to halt after checking for a binary
  404.   file even if one wasn't found
  405. Added the option to change the binary file name/directory etc before
  406.   writing it
  407. EE now checks for the cursor size and attempts to restore it before exiting
  408. I've swapped over two routines to try and fix a BASIC problem if you
  409.   called EE with data in display page 1
  410. When adding a binary file using the <F10>FA option, if the current window
  411.   has not been modified, then editing continues. The way the switch '/AB'
  412.   is used has not changed.
  413. The manual EASYMAN.TXT now starts in column 1 (the @PO 8 command is out)
  414.  
  415.