home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / appl / fasteddi.sit / changes next >
Text File  |  1987-06-22  |  7KB  |  191 lines

  1. Following is a listing of changes from FastEddie3.0 to FastEddie3.1:
  2.  
  3.     new features:
  4.         Ñ extensive undos
  5.         Ñ zoombox
  6.         Ñ <Option><transfer...> adds transfer menu items
  7.         Ñ global find is now flagged in menu bar with "ñ"
  8.         Ñ word wrap on is now flagged in window title bar with "ñ" 
  9.         Ñ transferring to mmcc or batchx is now case insensitive to menu item
  10.         Ñ <option><Print> disables background printing
  11.           (for use with independant print spooler)
  12.         Ñ cut and paste with <option><click> now uses desk scrap
  13.         Ñ copy and paste with <cmd><click> now uses desk scrap
  14.  
  15.     pretifications:
  16.         Ñ ok button on about window
  17.         Ñ window menu now displays file name rather than full path name
  18.         Ñ "Move over" renamed "Move"
  19.  
  20.     minor bugs fixed:
  21.         Ñ maximum allowable full path name up from 80 to 256 characters
  22.           (bombed if exceeded)
  23.         Ñ intermittent tab misbehavior fixed (tedo fix)
  24.         Ñ "Move" more robust:
  25.             Ñ when last line was fully selected move included the following line
  26.             Ñ move left with leading tabs was miscalculating
  27.         Ñ print rountines more robust (memory management strengthened)
  28.             Ñ print from desktop fixed
  29.             Ñ extra page was skipped by <Option>CR alone on a line
  30.         Ñ Save now checks if file is already open (to prevent problems
  31.           when another program in switcher has left the file open)
  32.         Ñ transfering a multiple window file to mmcc passed multiple copies of 
  33.           the file 
  34.         Ñ "Justify block" with leading tabs debugged
  35.         Ñ copy paste buffers were creating spurious pastes
  36.         Ñ single digit date insertion was inserting '\0' thus foiling "find"
  37.         
  38.  
  39. Following is a listing of changes from FstEddie2.9 to FastEddie3.0:
  40.  
  41.     new features:
  42.     Ñ lines per printed page now in About <filename>╔ dialog
  43.         Ñ helps you determine where to put form feeds
  44.     
  45.     prettifications:
  46.     Ñ windows menu now handles up to 200 windows
  47.     Ñ title marked with leading ╞ when file has been changed
  48.     Ñ tab width now based on spaces rather than w's
  49.         Ñ move over to the left is therefore cleaner
  50.     Ñ full path title with more than 2 parents now of the form:
  51.       DiskName:...:Directory:Filename          Ñ large path names therefore fit better in title bar
  52.     Ñ neat windows (now stack windows) is now much faster and
  53.       cleaner
  54.  
  55.     bugs fixed:
  56.     Ñ form feed (<Option><Return>) debugged
  57.         Ñ was periodically feeding xtra form
  58.     Ñ insert a file into a file debugged
  59.       (bombed in 2.9 only)
  60.       
  61.  
  62. Following is a listing of changes from FstEddie2.8 to FastEddie2.9:
  63.  
  64.     new features:
  65.     Ñ standard tabs (for word wrap off)
  66.         Ñ word wrap uses text edit tabs
  67.  
  68.     prettifications:
  69.     Ñ move over improved to account for hard tabs
  70.         Ñ if tabs are smart lead of lines transformed to max tabs
  71.         Ñ it tabs create spaces lead of lines transformed to spaces
  72.     Ñ maxmem changed to compactmem to minimize disk access
  73.     Ñ rebuilding menus now avoids releasing resources 
  74.       (also to minimize disk access)
  75.     Ñ file menu unhighlighted when background printing starts
  76.  
  77.  
  78. Following is a listing of changes from FstEddie2.7 to FastEddie2.8:
  79.  
  80.     new features:
  81.     Ñ high quality background printing
  82.     Ñ save copy to... in file menu to make backup files
  83.     
  84.     prettifications:
  85.     Ñ linE gap multiwindow behavior much improved
  86.  
  87.  
  88. Following is a listing of changes from FstEddie2.6 to FastEddie2.7:
  89.  
  90.     new features:
  91.     Ñ printer enabled
  92.         Ñ <Option><Return> inserts a FormFeed (0X0C)
  93.         Ñ selecting print from the finder will print the selected 
  94.           files as full width with the default font.
  95.     Ñ line insertion now much faster when appropriate memory 
  96.       is available
  97.     Ñ intelligent transfer to Megamax programs:
  98.       Ñ bAtchx transfer passes only top ".bat" file
  99.       Ñ mmcc transfer passes only ".c" files
  100.     Ñ open by selection now opens files in active window's directory
  101.         Ñ accepts list of files separated by punctuation
  102.           (space, newline, tab, comma, etc.)
  103.     Ñ <cmd><Option><doubleClick> tiles the top 4 windows
  104.  
  105.     prettifications:
  106.     Ñ 32K transition cleaner
  107.     Ñ "Move over" now accounts for tabs
  108.     Ñ Lineheight set to accent + decent + leading + linE gap 
  109.       (see display menu)
  110.     Ñ ' is no longer a punct_char (to improve glossary)
  111.     Ñ <DoubleClick> in title bar has simplified behavior
  112.     Ñ head of option menu shows available memory
  113.     Ñ size menu incorporated into font menu
  114.  
  115.     minor bug fixed:
  116.     Ñ closing a multi window file of more than two windows 
  117.       confused the window stacker
  118.  
  119.  
  120. Following is a listing of changes from FstEddie2.5 to FastEddie2.6:
  121.  
  122.     new features:
  123.     Ñ open files are passed to the "transfer..." program
  124.     Ñ mmcc auto error display is enabled for HFS
  125.     Ñ the standard clipboard is now implemented      
  126.     Ñ "linE gas is..." in display menu changes lineheight
  127.       (<cmd><Shift>E decreases spacing, <cmd>E increases 
  128.       it), "save oPtions" makes the last change the default
  129.  
  130.     prettifications:
  131.     Ñ the window title is now the full path name
  132.     Ñ user "transfer..." programs (program names added to the 
  133.       end of the file menu) are now disabled if they cannot be
  134.       opened
  135.     Ñ changing fonts maintains the existing font size
  136.     Ñ Auto indent copies both TABS and blanks
  137.     Ñ inserting a blank before a TAB moves the TAB to next stop
  138.     Ñ stacked windows are now much larger (and more useful)
  139.  
  140.     bug fixed:
  141.     Ñ synchronized scrolling bombed with only one window open
  142.  
  143.  
  144. Following is a listing of changes from FstEddie2.4 to FastEddie2.5:
  145.  
  146.     new features:
  147.     Ñ "insert returns" in display menu inserts carriage returns at 
  148.       line breaks in selected text (use with word wrap to "freeze" 
  149.       line widths)
  150.     Ñ "delete returns" in display menu deletes carriage returns in 
  151.       selected text (to undo "insert returns")
  152.     Ñ <cmd><Shift><Enter> extends selection to the end of the file 
  153.       (our answer to a request for "Select all")
  154.     Ñ <Option><Shift><Enter> extends selection the to top of the file 
  155.       and scrolls to the top of the file (ditto)
  156.     Ñ change buffer in "find, change..." now understands "\n" 
  157.       (carriage return) and "\t" (tab) and "\l" (linefeed)
  158.     Ñ "about <file>" now has column number (requested by Fortran 
  159.       programmers)
  160.  
  161.     bug fixed:
  162.     Ñ auto scroll now works with Mac+ ROMs (The erradic behavior of 
  163.       SelRect in the new ROMs caused much grief)
  164.  
  165.  
  166. Following is a listing of changes from FstEddie2.3 to FastEddie2.4:
  167.  
  168.     new features:
  169.     Ñ <cmd><Option>W now activates next window
  170.     Ñ <cmd><Option><Shift>W now activate previous window
  171.     Ñ optional hard TAB emulation
  172.         Ñ "tabs are simple" in options menu uses appropriate spaces 
  173.           instead of TAB characters .. "tabs are smart" emulates 
  174.           "hard" tabs
  175.     Ñ cursor movement from arrows on Mac+ or keypad
  176.         Ñ default is character movement
  177.         Ñ use <Option> for word and line movement
  178.         Ñ use <Shift> to extend selection
  179.  
  180.     prettifications:
  181.     Ñ Untitled now without leading disk name
  182.     Ñ horizontal scroll to home on change to wrap (simplifies code)
  183.     Ñ horizontal scroll now disallowed in word wrap (simplifies code)
  184.     Ñ flushevents on startup eliminated (eliminates periodic problem  
  185.       with disk insertion during "open..." dialog startup)
  186.  
  187.     minor bugs fixed:
  188.     Ñ transfer from TabsOut (V1.2) now works
  189.     Ñ break lines in File menu now always disabled 
  190.     Ñ slight horizontal scroll misallignment fixed
  191.