home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / util / editor / alpha513.cpt / Changes < prev    next >
Text File  |  1992-10-24  |  5KB  |  110 lines

  1. =============================================================================
  2. = 5.13 10-25-92
  3. =============================================================================
  4. Ñ In prior versions, selecting new fileSets from the 'Find...' dialog 
  5.   eventually caused a crash. I incorrectly blamed this on my routine 
  6.   which created a new fileset on the fly. This bug has now been fixed.
  7. Ñ Added '-f' option to 'launch'.
  8. Ñ 'sortLines' is now non-recursive.
  9.  
  10. =============================================================================
  11. = 5.12 10-24-92
  12. =============================================================================
  13. Ñ Added 'wordBreak' variable which allows customization of the definition 
  14.   of a word.
  15. Ñ Regularized the syntax of 'bind' somewhat; keycode bindings work again.
  16. Ñ In 5.11, the shell didn't execute commands in the global context.
  17.   therefore 'set' commands, for instance, didn't work correctly. This has 
  18.   been fixed.
  19. Ñ Wrote a 'sortLines' proc (look in 'procs.tcl') and in the "Convert" menu.
  20. Ñ "Temporary mark" bug fixed.
  21.  
  22. =============================================================================
  23. = 5.11 10-13-92
  24. =============================================================================
  25. Ñ Changed 'edit' and 'fileMenu' syntax. I apologise for this, especially 
  26.   for 'fileMenu', but there were compelling reasons...
  27. Ñ Cleaned up 'listBindings'.
  28. Ñ Added 'ascii' form of bindings.
  29. Ñ Support for MPW shell via ToolServer and AppleEvents (look at the 
  30.   'Misc' menu.
  31. Ñ Fixed bug in handling 'dosc' responses.
  32. Ñ Added Tcl access to search and replace strings.
  33. Ñ There is no longer a 256 key binding limit.
  34. Ñ Cleaned up keyboard macros a bit. Searching while recording a keyboard 
  35.   macro now compiles settings directly into the macro.
  36. Ñ 'getPathName' is now 'insertPathName'.
  37. Ñ New function 'getPathName' returns selected pathname.
  38.  
  39. =============================================================================
  40. = 5.1 10-10-92
  41. =============================================================================
  42. Ñ 'sortRange' is now gone.
  43. Ñ Assorted fixes and minor changes to routines in 'procs.tcl' and 
  44.   'AlphaBits.tcl.
  45. Ñ The 'dumpMacro' routine is back.
  46. Ñ The 'describeBinding' is back.
  47. Ñ Print margins are changeable.
  48. Ñ Locked files handled better.
  49. Ñ Added function 'rowColToPos' and 'posToRowCol'.
  50. Ñ Added function 'launchApp'.
  51. Ñ Added the ability to re-execute previous shell commands by positioning 
  52.   the cursor on a previous commandline and hitting the return key.
  53. Ñ Added 'dosc' call that allows scripts to be send to a remote server 
  54.   (such as Apple's ToolServer or another copy of Alpha), executed, and 
  55.   the result returned. 
  56. Ñ Alpha now handles both 'typeChar' and 'typeAlias' forms of the 'dosc' 
  57.   Apple Event and so can now be used as a server.
  58.   
  59. =============================================================================
  60. = 5.05 9-5-92
  61. =============================================================================
  62. Ñ Fixed routines in "procs.tcl" so that the correct menu item is hilighted.
  63. Ñ The fonts and tabs dialog now has the default size filled in.
  64. Ñ Key bindings can now be associated with a specific mode.
  65. Ñ Support for arbitrary control-character prefixes has been added. As 
  66.   part of this, *modifier strings must be all lowercase, except for the 
  67.   control-character prefixes*.
  68. Ñ Cosmetic fix to 'changeMode' proc.
  69. Ñ 'fileMenu's now correctly work as heirarchical menus.
  70.  
  71. =============================================================================
  72. = 5.04 9-1-92
  73. =============================================================================
  74. Ñ The 5.03 distribution had a bad fileset in procs.tcl. Also, the find 
  75.   routine didn't check for bad filesets, so...
  76. Ñ Support for the C-x prefix has been dropped.
  77.  
  78. =============================================================================
  79. = 5.03 8-28-92
  80. =============================================================================
  81. Ñ Added popup menus in SaveAs dialog.
  82. Ñ Allow window size, position, selection to be saved.
  83. Ñ Changed fileMenus to include a home directory and read-only flag.
  84. Ñ Removed "Open directly" menu since the help menu now serves the same 
  85.   purpose. 
  86. Ñ Removed procs that opened up individual help files
  87.  
  88. =============================================================================
  89. = 5.02 8-22-92
  90. =============================================================================
  91. Ñ Got rid of 'prefixChar' and thus key bindings in the style of emacs's 
  92.   c-x c-s.
  93. Ñ Minor indentation fix to 'carriageReturn' tcl proc.
  94. Ñ Fixed 'prevWIndow' proc.
  95. Ñ Fixed popup menu hilighting, as well as the lack of default choices.
  96. Ñ Added Alpha var 'funcPar' back, so tex section menu works again.
  97. Ñ Added func 'addFileset' to provide a way of creating filesets on the 
  98.   fly. Be careful w/ this, as it does somehow cause a bomb if used often.
  99.  
  100.  
  101. =============================================================================
  102. = 5.01 8-20-92
  103. =============================================================================
  104. Ñ Fixed bombs in initialization (looking for menu that no longer exists), 
  105.   and in the search routine.
  106. Ñ All dialogs that use popup menus now conform to HIS.
  107. Ñ Switched command equivalents for "File:Open Selection" and "Edit:Redo" 
  108.   back to their old values.
  109. Ñ The first and last characters in files can now be searched for.
  110.