home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Text Processing / Alpha 5.63 / Changes < prev    next >
Encoding:
Text File  |  1993-11-23  |  21.5 KB  |  456 lines  |  [TEXT/ALFA]

  1.  
  2. Current problems:
  3. • To those having problems w/ LaserWriter 8.0, please upgrade to 8.1.1.
  4. • Color is still gone, it'll come back eventually.
  5. • There is still a problem w/ auto-scrolling of long lines, especially w/ 
  6.   the Tcl shell.
  7. • Inserting text in a non-active window still doesn't change the scrollbar.
  8. • Incompatibility with SuperBoomerang's competitor, whose name escapes me 
  9.   at the moment.
  10. • Floating point never has worked, because I don't care. If and when I 
  11.   upgrade to Tcl 7.0, this will be fixed.
  12.   
  13. ================================================================================
  14. = 5.63 11-23-93
  15. ================================================================================
  16. • Fixed saveashook problem when suffix causes mode change.
  17.  
  18. ================================================================================
  19. = 5.62 11-22-93
  20. ================================================================================
  21. • Fixed crash when coming out of screensaver, using window-wizard, etc. 
  22.  
  23. ================================================================================
  24. = 5.61 11-22-93
  25. ================================================================================
  26. • Fixed problem w/ 'cd'.
  27. • Update problems when scrolling immediately after dialog fixed.
  28. • 'saveAll' fixed.
  29. • Titlebar menu name no longer gets confused.
  30. • Miscellanious things.
  31.  
  32. ================================================================================
  33. = 5.60 11-14-93
  34. ================================================================================
  35. • Fixed misc.tcl.
  36.  
  37. ================================================================================
  38. = 5.59 11-13-93
  39. ================================================================================
  40. • Selecting first entry in tag dialog now possible.
  41. • System font change fixed.
  42. • Backup scheme changed.  There is now a call to a new hook, 'saveHook',
  43.   which is made before any saving is done. The default implementation of 
  44.   'saveHook' creates a backup file in the same directory with "~" as an 
  45.   extension.
  46. • Line duplication in shell gone (actually, it's just hidden).
  47.  
  48.  
  49. ================================================================================
  50. = 5.58 11-12-93
  51. ================================================================================
  52.  
  53. • Word break in latex mode changed to exclude underscore.
  54. • Ghost on right border after cuts is gone.
  55. • Can isearch for bound keys like '{'. Option characters, however, are 
  56.   another story.
  57. • 'commentBox' and 'uncommentBox' are back, courtesy of Igor Mikolic-Torreira.
  58. • Added 'mousePos' proc, which routines row and column of mouse if over the 
  59.   currently active window. 
  60. • 'auto_mkindex' no longer bothered by spaces in pathnames.  
  61. • Alpha will now automatically spin the cursor and yield the cpu during 
  62.   long tcl computations.
  63. • Setting the 'blockCursor' flag changes the vertical bar cursor to a 
  64.   block.
  65. • CopyRing paste problem fixed.
  66. • Sending and receiving file-specs for the dosc event should now be fixed.
  67.  
  68.  
  69. ================================================================================
  70. = 5.57 11-9-93
  71. ================================================================================
  72. • Fixed crash when Think debugger asks for window Alpha has open.
  73. • Switching to latex more transparent.
  74.  
  75. ================================================================================
  76. = 5.56 10-16-93
  77. ================================================================================
  78. • Fewer w/ non-alphanumeric characters in pathnames.
  79. • First popup menu in each dialog can be controlled via up and down 
  80.   cursor keys. 
  81. • 'replaceText' now leaves the mark at the beginning of the newly 
  82.   inserted text and the pos at the end, instead of the pos at the 
  83.   beginning and the mark unaffected.
  84. • ':Tcl:SystemCode:copyRing.tcl' implements a copy/cut ring similar to 
  85.   emacs's kill ring.
  86. • Titlebar menus should be a bit faster and work in all cases now.
  87. • A few Tcl initialization problems cleared up.
  88.  
  89. ================================================================================
  90. = 5.55 9-26-93
  91. ================================================================================
  92. • Fixed bug in 'run' Think command.
  93. • 'cd' no longer needs quotes to work w/ spaces.
  94.  
  95. ================================================================================
  96. = 5.54 9-23.93
  97. ================================================================================
  98. • Fixed tiny bug in automatically saved filesets.
  99. • Minor reorganization of LaTeX-related files.
  100.  
  101. ================================================================================
  102. = 5.53 9-21-93
  103. ================================================================================
  104. • Removed 'OpenHeader' from file menu, it's now in Think menu.
  105. • 'userStartup.tcl' is now loaded from Alpha's directory rather than a 
  106.   subdirectory, and any changes made automatically to Tcl files are made 
  107.   to this file rather than some other.
  108.   
  109. ================================================================================
  110. = 5.52 9-19-93
  111. ================================================================================
  112. • Bug in directory scan fixed.
  113. • Update problem w/ 'bringToFront', spurious "File changed..." msgs fixed.
  114.  
  115.  
  116. ================================================================================
  117. = 5.51 9-15-93
  118. ================================================================================
  119. • Added neat 'sicn' menus for Think, Excalibur, etc.
  120. • Added spellchecking support via Excalibur.
  121. • Added 'processes' command.
  122.  
  123. ================================================================================
  124. = 5.5 9-12-93
  125. ================================================================================
  126. • Added "Directory Scan" to Find dialog.
  127. • 'powerThumb' now works again (it had been taken out by mistake).
  128. • 'findInNextFile' think command added.
  129. • Added 'nextSentence' and 'prevSentence' tcl commands (fill.tcl).
  130. • 'cp', 'mv', and 'rm' work again.
  131. • Random other things.
  132.  
  133.  
  134. ================================================================================
  135. = 5.5b2 8-26-93
  136. ================================================================================
  137.  
  138. • Fixed some problems related to 'ignoreCase' and regular expressions.
  139. • Symantec C++ will now quit while Alpha is still running.
  140. • Windows opened in the background now behave properly.
  141. • Quoting problem w/ prefix/suffix strings fixed
  142. • Iteration counts now work w/ both 'startEscape' and 'prefixChar'.
  143. • "File:Open Selection" is now "File:Open Header", and it will now 
  144.   probably work right out of the box (it's a tcl routine) for those who 
  145.   use Symantec C++.
  146. • "SaveAs..." now activates the correct mode hook.
  147. • :Tcl:UserCode:userStartup.tcl now loaded at startup, if it exists.
  148. • Other miscellanious stuff works better.
  149.  
  150.  
  151. =============================================================================
  152. = 5.5d1 2-13-93
  153. =============================================================================
  154. • Look in the help file for a brief intro to Alpha's integration w/ 
  155.   Think's Project Manager.
  156. • Added Think Reference support in "Tcl:SystemCode:think.tcl".
  157. • Added 'getScrap' and 'putScrap' routines.
  158. • 'dosc' now allows the event class and type to be sent via command-line 
  159.   options. 
  160. • The home of the ToolServer is now specified in AlphaBits.tcl through 
  161.   the variable 'toolServer'.
  162. • 'mv' changed to 'moveFile', 'rm' changed to 'removeFile', and 'cp' 
  163.   changed to 'copyFile'. New versions of 'cp', 'rm', and 'mv' written in 
  164.   Tcl in "shell.tcl".
  165. • Alpha now checks to see if the disk copy of a file has changed before 
  166.   saving.
  167. • 'Command-.' now gets out of infinite Tcl loops. DOESN'T CONSUME EVENT!
  168. • Incremental search now aborts if a key event matches a binding. This 
  169.   means that you can't search for 'ƒ' if you have a binding for option-f.
  170. • Fileset handling moved to a separate file ("filesets.tcl") and 
  171.   changed considerably. Added "Dump Fileset…" command.
  172. • Added "think.tcl" file that contains much code making dealing w/ 
  173.   Think 6.0 easier.
  174. • Arrow-key bindings now conform to Human Interface Standards (blech).
  175. • Auto-horizontal scrolling is back.
  176. • All of Alpha's commands can now be viewed via the "Help:Alpha Commands" 
  177.   menu item.
  178. • Changed control-z to a prefix char, bound all the window functions in 
  179.   AlphaBits.tcl.
  180.  
  181.  
  182. =============================================================================
  183. = 5.31 2-13-93
  184. =============================================================================
  185. • 'icon' no longer calls NewCWindow...sigh.
  186. • Added '-q' (query) option to "icon" command, used new option to 
  187.   remember which windows were already iconified when switching to other 
  188.   applications.
  189. • Alpha now opens files read-only if they have been check out that way 
  190.   from MPW's Projector.
  191. • LaTeX greek submenu split into two.
  192. • Another 'dosc' problem fixed. Now '\n's are changed into '\r's both 
  193.   coming and going.
  194. • "$HOME:Tcl:UserCode:createStuffItArchive.tcl" contains examples of 
  195.   controlling Stuffit Deluxe via Alpha's 'dosc' command.
  196.  
  197.  
  198.  
  199. =============================================================================
  200. = 5.3 2-8-93
  201. =============================================================================
  202. • XTCL handling fixed up. Two examples in Think C provided. Type "xtclcmd 
  203.   sounds init" in the shell to try one out.
  204. • Stationary documents have the correct name inserted in the window menu.
  205. • New tools/scripts provided by Tom Moertel (thor@vivaldi.psu.edu) to 
  206.   ease compilation and 411 use. The package is available via anonymous 
  207.   ftp from cs.rice.edu.
  208.  
  209. =============================================================================
  210. = 5.3.b3 2-1-93
  211. =============================================================================
  212. • Multiple windows of same name handled better.
  213. • Multiple-line Tcl script events handled better.
  214. • We no longer quit when a file is moved from underneath us. 
  215. • Dirty iconified files are no longer quietly thrown away on a quit...
  216. • Added new '-r' option to 'dosc'.
  217. • Keyboard macro dump now conforms to 5.3 syntax.
  218. • Many other misc changes.
  219.  
  220. =============================================================================
  221. = 5.3.b2 1-21-93
  222. =============================================================================
  223. • Iconized windows now open on double-clicks, can be dragged on first 
  224.   click even if they weren't the active window.
  225. • Fixed fileopen bug that sometime occurred when files had been saved 
  226.   scrolled further forward than necessitated by the screen.
  227. • Added " <n>" string to duplicate window names. This number extension is 
  228.   both returned by Alpha window routines and accepted by them. However, 
  229.   it is not accepted by other routines, such as "edit", etc. For this, 
  230.   you should use the full pathname and strip off any number extension 
  231.   yourself.
  232. • Fixed nonsense w/ full names and the window menu.
  233. • Read-only files work a bit better.
  234. • Added menu and window documentation.
  235.  
  236. =============================================================================
  237. = 5.3.b1 1-20-93
  238. =============================================================================
  239. • Changed directory structure, .tcl files now in a subdirectory.
  240. • Added 'icon' command to iconify windows.
  241. • Added pattern library for searches.
  242. • Added 'getMainDevice' routine and redid the tile routines to use 
  243.   'tileWidth' and 'tileHeight'. 
  244. • Added 'matchingLines' proc, put in "Convert menu.
  245. • 'Execute' no longer does func completion w/ spaces, but completion is 
  246.   still done w/ tab characters. Freeing up the space key means arguments 
  247.   can be passed to the command (although the status bar may not be wide 
  248.   enough to display them).
  249. • Menu syntax changed yet again, broadened considerably.
  250. • Syntax for 'hiliteMenuItem' changed, 'markMenuItem' added. 
  251. • Added procs 'addMenuItem' and 'deleteMenuItem'. Adding and removing 
  252.   window names from the 'Wins' menu now handled in Tcl.
  253. • Changed iterpretation of return value of proc specified by menu 
  254.   definition. 
  255. • 'saveasHook' added. See docs.
  256. • 'nextLine' and 'previousLine' finally try to stay in the same column 
  257.   when repeatedly applied, even over intervening short lines!
  258. • Added 'getTMarks' routine.
  259. • Removed 'setFSet' routine.
  260. • Changed 'hiliteMenuItem' to 'enableMenuItem'.
  261. • Changed variable structure. Alpha variables are gone, as are the 
  262.   functions 'getVar' and 'setVar'. Tcl variables can now be set to 
  263.   "shadow" Alpha variables via 'shadowVar'. See docs.
  264. • 'search' syntax enhanced.
  265. • Option combinations can now be targets of incremental searches.
  266. • Trailing ellipses in menu items are now stripped off before looking for 
  267.   the function to execution.
  268. • Rearranged 'Utils' and 'Misc' menus, added 'debugTclProc' and 
  269.   'debugOff' routines to 'Utils' menu. 
  270. • Added slow 'wordCount' proc to "Utils:File Utils" menu.
  271. • '-l' option to 'addMenuItem' allows meta characters to be used 
  272.   literally in menu item text.
  273. • Menu callback routines now have the menu item text parsed back from 
  274.   menu form before it is passed to them.
  275. • fixed 'addFileSet' tcl proc.
  276. • Added 'watchCursor' routine.
  277. • Fixed bug in menu creation that incorrectly bad menu definitions.
  278.   
  279. =============================================================================
  280. = 5.2.1 11-19-92
  281. =============================================================================
  282.  
  283. • 'electricCRight' tcl proc now more consistent.
  284. • The Tcl proc 'matchIt' now properly ignores escaped brackets, such as 
  285.   '\}', '\{' etc. 
  286. • Alpha is now stationary-aware, and can create stationary pads as well.
  287. • The "mode" box next to the horizontal scrollbar now contains a popup 
  288.   menu that allows changing of modes. The Tcl variable 'modes' and the 
  289.   Tcl function 'newMode' must be defined in order for this to work 
  290.   (procs.tcl).
  291. • The '.tex' mode now sets the word break variables to possibly include a 
  292.   leading backslash.
  293. • Fixed 'paraStart' and 'paraFinish' to handle lines w/ non-null white 
  294.   space. 
  295. • The displayed row number now degrades gracefully when we hit 5 digits.
  296. • All window tiling routines now use 'defHeight' and 'defWidth'.
  297. • 'useTempMem' var now 'tempMem'.
  298. • Backward word routine now much faster. However, I needed to add another 
  299.   variable, 'wordBreakPreface'. See the help file.
  300. • Special characters used by the Mac's menu routines are now filtered to 
  301.   periods.
  302. • Fixed 'rowColToPos' and 'posToRowCol'.
  303. • Added functions 'backwardWordSelect' and 'forwardWordSelect'.
  304. • Changed arrow-key editing combinations. See "Default Key Bindings" help 
  305.   file. 
  306. • Many minor other changes to the tcl files.
  307.  
  308. =============================================================================
  309. = 5.2 11-11-92
  310. =============================================================================
  311. • Because of popular appeal, "Print Registration" and "Help..." have 
  312.   been removed from the Apple Menu.
  313. • 'latex.tcl' now supports the option of also requiring the control key 
  314.   for latex bindings, leaving option combination for those who use 
  315.   'optionIsMeta' (see Docs).
  316.  
  317. =============================================================================
  318. = 5.15 11-1-92
  319. =============================================================================
  320. • Changed 'prevFunc' and 'nextFunc' tcl procs to use 'funcExpr', so they 
  321.   now work in all modes. Bound them to keypad '1' and '3'.
  322. • 'cutNamedClipboard' no longer deletes text until the user says "OK". 
  323.   'pasteNamedClipboard' now gives a default selection.
  324. • Routines that take a '-w' argument now take full pathnames (as provided 
  325.   by 'winNames -f') as well.
  326. • All 'procs.tcl' routines that use 'winNames' now use 'winNames -f'.
  327. • Replacement display bug fixed.
  328.  
  329. =============================================================================
  330. = 5.14 11-1-92
  331. =============================================================================
  332. • Fixed 'revert' bug.
  333. • Changed 'insertPrefix' and 'insertSuffix' to use 'replaceText'.
  334. • Changed key binding handling so that key equivalents of menus are never 
  335.   matched if any modifier other than command is present.
  336. • Changed latex bindings, so that they all include both control and option. 
  337. • Added 'movePoint' and 'selReplace' procs in 'latex.tcl', added their 
  338.   use to macros. Also added some additional latex macros.
  339. • Put an ungodly hack back in the 'methodMenu' so that in the case of 
  340.   'section', 'subsection', 'subsubsection' etc, the items are properly 
  341.   indented.
  342. • Changed 'emphasize' to include '\/'.
  343. • Added window name option to 'lookAt'.
  344. • 'winNames' takes a '-f' argument that tells Alpha to return complete 
  345.   pathnames instead of just file names.
  346.  
  347. =============================================================================
  348. = 5.13 10-25-92
  349. =============================================================================
  350. • In prior versions, selecting new fileSets from the 'Find...' dialog 
  351.   eventually caused a crash. I incorrectly blamed this on my routine 
  352.   which created a new fileset on the fly. This bug has now been fixed.
  353. • Added '-f' option to 'launch'.
  354. • 'sortLines' is now non-recursive.
  355.  
  356. =============================================================================
  357. = 5.12 10-24-92
  358. =============================================================================
  359. • Added 'wordBreak' variable which allows customization of the definition 
  360.   of a word.
  361. • Regularized the syntax of 'bind' somewhat; keycode bindings work again.
  362. • In 5.11, the shell didn't execute commands in the global context.
  363.   therefore 'set' commands, for instance, didn't work correctly. This has 
  364.   been fixed.
  365. • Wrote a 'sortLines' proc (look in 'procs.tcl') and in the "Convert" menu.
  366. • "Temporary mark" bug fixed.
  367.  
  368. =============================================================================
  369. = 5.11 10-13-92
  370. =============================================================================
  371. • Changed 'edit' and 'fileMenu' syntax. I apologise for this, especially 
  372.   for 'fileMenu', but there were compelling reasons...
  373. • Cleaned up 'listBindings'.
  374. • Added 'ascii' form of bindings.
  375. • Support for MPW shell via ToolServer and AppleEvents (look at the 
  376.   'Misc' menu.
  377. • Fixed bug in handling 'dosc' responses.
  378. • Added Tcl access to search and replace strings.
  379. • There is no longer a 256 key binding limit.
  380. • Cleaned up keyboard macros a bit. Searching while recording a keyboard 
  381.   macro now compiles settings directly into the macro.
  382. • 'getPathName' is now 'insertPathName'.
  383. • New function 'getPathName' returns selected pathname.
  384.   
  385. =============================================================================
  386. = 5.1 10-10-92
  387. =============================================================================
  388. • 'sortRange' is now gone.
  389. • Assorted fixes and minor changes to routines in 'procs.tcl' and 
  390.   'AlphaBits.tcl.
  391. • The 'dumpMacro' routine is back.
  392. • The 'describeBinding' is back.
  393. • Print margins are changeable.
  394. • Locked files handled better.
  395. • Added function 'rowColToPos' and 'posToRowCol'.
  396. • Added function 'launchApp'.
  397. • Added the ability to re-execute previous shell commands by positioning 
  398.   the cursor on a previous commandline and hitting the return key.
  399. • Added 'dosc' call that allows scripts to be send to a remote server 
  400.   (such as Apple's ToolServer or another copy of Alpha), executed, and 
  401.   the result returned. 
  402. • Alpha now handles both 'typeChar' and 'typeAlias' forms of the 'dosc' 
  403.   Apple Event and so can now be used as a server.
  404.   
  405. =============================================================================
  406. = 5.05 9-5-92
  407. =============================================================================
  408. • Fixed routines in "procs.tcl" so that the correct menu item is hilighted.
  409. • The fonts and tabs dialog now has the default size filled in.
  410. • Key bindings can now be associated with a specific mode.
  411. • Support for arbitrary control-character prefixes has been added. As 
  412.   part of this, *modifier strings must be all lowercase, except for the 
  413.   control-character prefixes*.
  414. • Cosmetic fix to 'changeMode' proc.
  415. • 'fileMenu's now correctly work as heirarchical menus.
  416.  
  417. =============================================================================
  418. = 5.04 9-1-92
  419. =============================================================================
  420. • The 5.03 distribution had a bad fileset in procs.tcl. Also, the find 
  421.   routine didn't check for bad filesets, so...
  422. • Support for the C-x prefix has been dropped.
  423.  
  424. =============================================================================
  425. = 5.03 8-28-92
  426. =============================================================================
  427. • Added popup menus in SaveAs dialog.
  428. • Allow window size, position, selection to be saved.
  429. • Changed fileMenus to include a home directory and read-only flag.
  430. • Removed "Open directly" menu since the help menu now serves the same 
  431.   purpose. 
  432. • Removed procs that opened up individual help files
  433.  
  434. =============================================================================
  435. = 5.02 8-22-92
  436. =============================================================================
  437. • Got rid of 'prefixChar' and thus key bindings in the style of emacs's 
  438.   c-x c-s.
  439. • Minor indentation fix to 'carriageReturn' tcl proc.
  440. • Fixed 'prevWIndow' proc.
  441. • Fixed popup menu hilighting, as well as the lack of default choices.
  442. • Added Alpha var 'funcPar' back, so tex section menu works again.
  443. • Added func 'addFileset' to provide a way of creating filesets on the 
  444.   fly. Be careful w/ this, as it does somehow cause a bomb if used often.
  445.  
  446.  
  447. =============================================================================
  448. = 5.01 8-20-92
  449. =============================================================================
  450. • Fixed bombs in initialization (looking for menu that no longer exists), 
  451.   and in the search routine.
  452. • All dialogs that use popup menus now conform to HIS.
  453. • Switched command equivalents for "File:Open Selection" and "Edit:Redo" 
  454.   back to their old values.
  455. • The first and last characters in files can now be searched for.
  456.