home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_07 / EDHACK33.LZH / EDHAK303 / README.301 < prev   
Text File  |  1993-10-01  |  13KB  |  275 lines

  1.                 EdHak 3.01 -- Released June 19, 1993
  2.  
  3.  
  4.                            Clear Thinking
  5.                     2753 Plymouth Rd, Suite 137
  6.                     Ann Arbor, MI  48105    USA
  7.  
  8.  
  9. =======================================================================
  10. Beginning way back with EdHak 2.1 in early 1991, EdHak has been
  11. distributed only as a commercial product and NOT as shareware or PD. 
  12. Beginning with version 2.30 the price of EdHak became $29.95 US. 
  13. Upgrades from any version 2.30 - 2.37 are $10.00, and upgrades from any
  14. version prior to 2.30 are $15.00.  Note that any version numbers with a
  15. letter on the end, such as 3.0A are beta test versions only (i.e., 3.0B
  16. was earlier than the final release version of 3.00).
  17.  
  18. If you wish to share EdHak with friends or upload it to BBS's, you
  19. should use the DEMO version, which is named EDHAK3DM.ACC and is in the
  20. FREEWARE folder on your disk along with a text file that must go with
  21. it.  Also note that your disk also has a new version of Diary, the handy
  22. note taker, that is written totally in assembly language and takes up
  23. VERY little RAM.
  24.  
  25. If your disk has both ACC and PRG versions of EdHak, they are exactly the
  26. same except for the name.  If your disk has only the ACC version, you can
  27. create a PRG version just by copying or renaming it to EDHAK.PRG.  On
  28. the subject of naming, note that to operate as the editor for QuickCIS
  29. (CompuServe navigator), EDHAK must be named simply as EDHAK.ACC at
  30. boot time, since that is the name QuickCIS looks for in the part of
  31. memory that keeps track of what programs are running.
  32.  
  33. If you are upgrading from a version of EdHak prior to 2.30, please note
  34. that you will need to save a new 958 byte config file, rather than the
  35. old 910 byte one.  If you have macros you want to switch over to the new
  36. config file, you can just load your old cfg file into EdHak, mark each
  37. macro as a block and save it to a function key with Ctl-Funkey.  Then
  38. don't forget to save your new config from the config menu.
  39.  
  40. If you run into any compatibility problems, we are very interested in
  41. hearing about them (and any solutions), so don't hesitate to write or
  42. e-mail.  
  43.  
  44. If you are a programmer in need of a text editor for your users from
  45. within your software, read OFFER.TXT in the INFO folder on your disk.
  46.  
  47. Something else on your disk are two files that might come in handy
  48. for understanding and dealing with non-text or non-ascii files, disk
  49. sectors, and RAM.  The ASCII256.DAT and 256SYMS.DAT files list all 256
  50. characters including both their decimal and hexadecimal values.  These
  51. can be used for reference or for copying special characters into a
  52. document if you only know what the characters looks like and don't know
  53. the character value.
  54.  
  55. =======================================================================
  56.  
  57.   Documentation of EdHak Changes Since EdHak 2.37...
  58.  
  59. ***  What version 3.01 fixes in 3.00  ***
  60.  
  61. You can exit the block number dialog (the thing where you get to pick
  62. buffer size or part of file to load) by hitting Return, as it should be.
  63.  
  64. In TOS 1.0 (or when running in MultiDesk) if you use the menu to go to
  65. the config screen, you now don't instantly skip over the first screen.
  66.  
  67. With a column block marked, the highlighting now never goes beyond the
  68. edge of the window.
  69.  
  70. Not exactly a bug fix, but an improved feature:  When doing a block
  71. shift left (Ctl-Space), the block now remains highlighted for easy
  72. multiple shifts.
  73.  
  74.  
  75. *************************************************
  76. **                                             **
  77. **  EdHak VERSION 3.0  Released June 13, 1993  **
  78. **                                             **
  79. *************************************************
  80.  
  81. Fully MultiTOS/Falcon TOS compatible;
  82. Allow "kwiksend" from PRG (only useful for MultiTOS);
  83.    CAUTION: If no window open to receive keystrokes, they may be taken
  84.    as key commands if running with NewDesk!!!!!
  85.  
  86. Fully resizable/movable window;
  87. Can now move window off bottom and right edges of screen;
  88.  
  89. Horiz Scroll Bar;
  90. Horiz scroll while typing only shifts 10 cols, instead of full window;
  91.  
  92. Greatly expanded Block handling options:
  93.    Added Column (rectangular) block operations; Alt-Click-Drag or Shift-F2
  94.      Note that when mousing, you must drag top left to bottom right, and
  95.      the bottom right corner of the block must have text there, so you
  96.      may need to add spaces to the last line of the block if it is
  97.      shorter than the desired block width.
  98.    Shift block right (insert spaces in first column);  Shift-SpaceBar
  99.    Shift block left (delete first column);  Ctl-SpaceBar
  100.    Quote block (insert '>' in first column); Alt-SpaceBar
  101.    Added block Copy function;
  102.    Any block operation can be done to/from pastebuffer or clipboard;
  103.      F4        Cuts any kind of block to pastebuffer
  104.      Shift-F4  Copies any kind of block to pastebuffer
  105.      F5        Pastes normal block from pastebuffer
  106.      Shift-F5  Pastes column block from pastebuffer
  107.      F7        Cuts any kind of block to clipboard
  108.      Shift-F7  Copies any kind of block to clipboard
  109.      F8        Pastes normal block from clipboard
  110.      Shift-F8  Pastes column block from clipboard
  111.    Added full Block handling drop-down menu (default if block selected);
  112.    Merge & Save block no longer require clipboard dialog;
  113.    Additional Help screen just for all the block functions;
  114.  
  115. Use any of the 3 system font sizes in most resolutions;
  116.    Shift-Alt-F lets you pick font size
  117.    Alt-plus increases font size
  118.    Alt-minus decreases font size
  119.  
  120. Enhanced Scrolling to data outside edit buffer;
  121.    No alert box when shifting buffer contents of files bigger than buffer;
  122.    If pastebuffer in use when shifting, gives option to save to clipboard;
  123.    Easy scrolling to prior/later sections of Disk Sectors;
  124.    Easy scrolling to prior/later sections of RAM;
  125.  
  126. Enhanced text Macro operation;
  127.    Pick macro directly from display with mouse or function key;
  128.    Allow nulls in macros (last byte of macro stores macro size);
  129.    Cursor is set to end of macro after insertion;
  130.  
  131. Allow saving buffer=>ram block to any ram address (not just 1K boundaries);
  132.  
  133. Limit how much scrolling will happen after releasing arrow key;
  134. Show user any truncation of typed-in value in blocknumber dialog;
  135. More informative alert if user fills buffer;
  136. Alert for bad save of config;
  137.  
  138. Old bugs fixed:
  139.    Retain mouse when attempt writing to write-protected disk;
  140.    Fix typing past right edge of window in overwrite mode;
  141.    Fix saving buffer => ram (did not work in 2.3x);
  142.    Fix setting text to bottom of window for extended lines;
  143.  
  144. =======================================================================
  145.  
  146.   Changes in version 2.3 after the manual was printed
  147.  
  148. New for EdHak version 2.37  15 Oct 1992
  149. --------------------------
  150. 1) First version distributed in Europe by Douglas Communications.
  151. 2) Fixes the lock-up that would occur if you tried saving a marked block
  152.    to disk sectors (i.e., no filename).
  153. 3) Fixes the commands "Date insert" and "Insert bytes" which if done
  154.    from the menu immediately after hitting the Return key would just
  155.    insert a number of carriage returns instead of the desired text.  
  156. 4) Add a linefeed after the carriage return sent at the end of any
  157.    output to the printer (parallel) or modem (serial) ports.
  158. 5) Omit sending the carriage return that was sent at the end of any
  159.    output to the midi port.
  160.  
  161. New for EdHak version 2.36  04 Aug 1992
  162. --------------------------
  163. This just fixes a little bug in the "Kwiksend" code (command Alt-K) that
  164. could cause a crash when used with certain programs.  Many thanks to
  165. Keith Gerdes for finding the exact fix that was needed (and Vince
  166. Patricelli for getting Keith to do it).
  167.  
  168.  
  169. New for EdHak version 2.35  28 Jun 1992
  170. --------------------------
  171. This fixes a number of bugs introduced in 2.34 and some other earlier
  172. bugs.  It also adds a couple little features.  This version is now
  173. recommended for any version of TOS, from 1.0 through 3.06.
  174.  
  175. 1) The EdHak menu no longer drops down when EdHak is not the top window;
  176.    A side effect of this fix is that moving the mouse quickly enough over
  177.    the Menu button now doesn't drop down the menu at all.
  178. 2) Fixed cursor residue left after closing acc window;
  179. 3) Fixed redraw sometimes not happening after topping EdHak window;
  180. 4) Fixed double-scrolling of 2.34 in all TOS's;
  181.    NOTE:  This fix had a nice side effect -- In TOS 1.0 & 1.2 you can now
  182.    have continuous scrolling by doing a somewhat slow double-click in the
  183.    scroll bar and holding down the 2nd click.
  184. 5) Fixed Help screens for low/med resolution (results in minor spacing
  185.    weirdnesses in mono, but now everything is legible in all resolutions);
  186. 6) Fixed check for write-protected file on save;
  187. 7) Got rid of some redundant Read & Write alerts;
  188. 8) Fixed setting & displaying buffer sizes larger than 1 megabyte;
  189. 9) Allow bypassing the setting of clipboard on block save/merge;
  190. 10) Fixed disappearing Menu button after Setclipboard call;
  191. 11) Fixed disappearing Menu button when cancel Launch; 12) Fixed
  192. crashing when failed to Launch program;
  193.  
  194. NOTE: I discovered that after successfully Launching a prg from EdHak.ACC
  195. and returning to EdHak, the desktop menu bar is no longer active.  However,
  196. your machine is NOT locked up.  As soon as you close EdHak and run any
  197. program, the menu bar is once again active.  This problem does not occur
  198. when Launching from EdHak running as a PRG.
  199.  
  200. 12) Changed (hopefully fixed) Kwiksend to not lose mouse and to work
  201.     with Calamus;
  202. 13) Fixed once again the minor window drawing weirdnesses when opening
  203.     EdHak from Flash.
  204. 14) Now allows STalker's 'Invoke STeno' command to invoke EdHak, when
  205.     you have configured STalker to capture to EdHak.
  206.  
  207. Remaining known bug:  When inserting into the last line of a paragraph,
  208. and there are multiple spaces at the end of the line, each automatic
  209. word wrap results in the insertion of an extra blank line.  When
  210. inserting into any other line of a paragraph, multiple spaces at the end
  211. of a line get condensed into a single space if automatic word wrap
  212. occurs.
  213.  
  214.  
  215. New for EdHak version 2.34  21 May 1992
  216. --------------------------
  217. 1) This version is only meant for those of you using TOS 2.06 or 3.06.
  218. Atari went and changed something in these versions of TOS that requires
  219. an ACC using scroll bars to include a GEM timer event.  The inclusion of
  220. this timer event has certain undesirable side-effects for other versions
  221. of TOS -- namely having single clicks in the scroll bar interpreted as
  222. two clicks about 50% of the time.  Therefore, this version is ARC'd to
  223. fit on the disk and discourage use of it by anyone without TOS 2.06/3.06
  224.  
  225.  
  226. New for EdHak version 2.33  10 April 1992
  227. --------------------------
  228. 1) Fixed a bug introduced in 2.30 that made it so there was no error
  229. message when saving a file to a full disk.
  230.  
  231. 2) You can now abort while searching a file larger than the buffer,
  232. including searching during the initial opening of the file.  This is
  233. done with either Escape or Undo.
  234.  
  235. 3) For use with QuickCIS, exiting EdHak by methods other than Alt-X or
  236. shift-Alt-X (namely Alt-Q, menu:Quit or clicking on window Closebutton)
  237. are now clearly defined to act like a 'normal' exit, whereas before they
  238. could sometimes act like an 'alternate' exit produced by shift-Alt-X.
  239.  
  240.  
  241. Last Words
  242. ----------
  243. And now for the disclaimer:  This software and documentation have no
  244. warranty of anything (unless of course the disk or a file on it is bad, in
  245. which case Clear Thinking will gladly provide a replacement).  You use
  246. it at your own risk.   Since it can not possibly be checked out with
  247. every hardware and software combination in existence, we can only offer
  248. to try to fix any bugs that you find and report.
  249.  
  250. Finally, many many thanks to all the users who have supported the
  251. continued development of EdHak and Diary with shareware registrations,
  252. retail purchases, bug reports, wish lists, helpful information, and
  253. friendly communication.  
  254.  
  255.  
  256. EdHak and Diary copyright (c) 1990-1993 by:
  257.  
  258. Clear Thinking
  259. Author: Craig A. Harvey
  260.  
  261. new address as of Jan 1993:
  262.  
  263. Clear Thinking
  264. 2753 Plymouth Rd, Suite 137
  265. Ann Arbor, MI  48105
  266. USA
  267.  
  268. GEnie e-mail:  c.harvey
  269. GEnie EdHak/Diary support area:  CATegory 2, TOPic 40
  270. CompuServe e-mail: 73047,600
  271. Modem (Clear Thinking BBS):  313-971-6035   3/12/2400
  272. Fax:   313-761-3299  (NOTE: You must write the following voice number on
  273.                       any fax sent to me so I will be notified of it.)
  274. Voice: 313-971-8671  (non-business hours are best)
  275.