Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!ames!pasteur!ucbvax!SUMEX-AIM.STANFORD.EDU!Moderators.Jon.Pugh;Dwayne.Virnau;Lance.Nakata From: Moderators.Jon.Pugh;Dwayne.Virnau;Lance.Nakata@SUMEX-AIM.STANFORD.EDU Newsgroups: comp.sys.mac.digest Subject: INFO-MAC Digest V6 #51 Message-ID: <8805292224.AA02254@ucbvax.Berkeley.EDU> Date: 29 May 88 21:01:00 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: INFO-MAC@SUMEX-AIM.Stanford.EDU Organization: The Internet Lines: 830 Approved: info-mac@sumex-aim.stanford.edu INFO-MAC Digest Monday, 30 May 1988 Volume 6 : Issue 51 Today's Topics: Apple Smalltalk System Workspace Keyboard Mapping for English Keyboards MenuEditor.Hqx Not-I New(er) version of the Generic LSC DA. Red Ryder and macget/macput PT NomoGraph ScaleFonts cdev Picture Menu Demo MenuEdit 1.1 SuperConvert Ferret 1.1 HumpBack Game Gravitation Ltd. 2.0 April '88 Tech Notes, TN000 EKG Axis Demo (in 2 parts) Mailing List Maker update Researcher FileSplit Version 1.1 SSSwitcher (in 3 parts) VirusDetective 1.1 Pharaoh (in 7 parts) RamStart 1.4 ToMultiFinder Version 1.1 SetDirectory XCMD SCSI Accelerator New scroll-bar resource New animated cursors for the Finder StuffIt 1.40A (3 parts) ---------------------------------------------------------------------- Date: Sun, 20 Mar 88 11:31:32 PST From: digiorgi@VLSI.JPL.NASA.GOV Subject: Apple Smalltalk System Workspace This is an Apple Smalltalk goodie to create a 'System Workspace' command in the system menu, including an update to the internal storage of the data in the System Workspace. Using this goodie, you can also customize and install whatever expressions you want as part of your System Workspace. Godfrey DiGiorgi digiorgi@jpl-vlsi.arpa 20 Mar 1988 [archived as [SUMEX-AIM.Stanford.EDU]SMALLTALK-SYSTEM-WORKSPACE.HQX - Lance ] ------------------------------ Date: Sat, 9 Apr 88 15:42 N From: Subject: Keyboard Mapping for English Keyboards For those who only have an American version of the new Finder/System (6.0, 4.2) and only have an old English keyboard (like me) these resources may be some help. It includes a new KCHR resource, with the English Keyboard's key-layout, and as an extra for dutch people, it includes the INTL and itl0 resources to give you the date in the Dutch format. April-9-1988 will be displayed as 9/4/88, not as 4/9/88. This is my first posting to INFO-MAC, so I hope it got there. Ernst. > [archived as [SUMEX-AIM.Stanford.EDU]ENGLISH-KEYBOARD-MAPPING.HQX - Lance ] ------------------------------ Date: Mon, 11 Apr 88 10:51:55 -0400 (EDT) From: rs4u+@andrew.cmu.edu (Richard Siegel) Subject: MenuEditor.Hqx Attached is a BinHex'ed StuffIt archive of an addon editor for ResEdit; this little jewel provides a graphical way of creating and editing menus, and is much nicer than ResEdit's way. It's freeware - that is, it can be freely distributed but not sold, and the copyright is retained by the author. Thanks to Leonard Rosenthol for passing it along to me. --Rich Rich Siegel Confused Undergrad, Carnegie-Mellon University The opinions stated here do not represent the policies of Carnegie-Mellon University. Arpa: rich.siegel@andrew.cmu.edu UUCP: {decvax,ucbvax,sun}!andrew.cmu.edu!rich.siegel [archived as [SUMEX-AIM.Stanford.EDU]MENUEDITOR.HQX - Lance ] ------------------------------ Date: Tue 12 Apr 88 10:26:35-GMT From: Jeff Shulman Subject: Not-I [ Uploaded from Delphi by Jeff Shulman ] Name: NOT-I Date: 9-APR-1988 21:59 by BMUG An INIT that keeps hard disk AFTER your startup device from mounting. Written by Linda Custer. [archived as [SUMEX-AIM.Stanford.EDU]INIT-NOT-I.HQX - Lance ] ------------------------------ Date: Tue, 12 Apr 88 21:42:54 EST From: David HM Spector Subject: New(er) version of the Generic LSC DA. Enclosed please find a newer (a few bug-fexes and more documentation) of my Generic DA for THINK Technology's LightSpeedC... Enjoy, David (I you write something nifty with it, I'd love to hear about it!) David HM Spector New York University Senior Systems Programmer Graduate School of Business Arpa: SPECTOR@GBA.NYU.EDU Academic Computing Center UUCP:...!{allegra,rocky,harvard}!cmcl2!spector 90 Trinity Place, Rm C-4 MCIMail: DSpector New York, New York 10006 AppleLink: D1161 CompuServe: 71260,1410 (212) 285-6080 "SJM 25, 'real nice guy' seeks SJF... What? This ISN'T The Voice personals?!" [archived as [SUMEX-AIM.Stanford.EDU]DA-LIGHTSPEEDC-GENERIC.HQX This version replaces the previous one. - Lance ] ------------------------------ Date: Tue, 12 Apr 88 22:11:05 EDT From: singer@harvard.harvard.edu (Jon Hueras) Subject: Red Ryder and macget/macput There has been some talk recently om comp.sys.mac about Red Ryder's incompatibility with macget/macput. It is all quite true, and it is for that reason that I undertook quite a while ago to modify macget and macput from its sources to make it compatible. Here's what the problem is. It has nothing to do with XModem, which both MacTerminal 1.1 and Red Ryder are equally capable of handling. It has to do with the protocol used on top of XModem by each to effect binary Mac file transfers. Red Ryder uses the fairly widespread MacBinary standard for this, a standard that either didn't exist when MacTerminal 1.1 was written or was not so widespread. I suspect that some nascent version of MacBinary must have existed at the time because what MacTerminal 1.1 does is almost exactly the same. However, what is accomplished in a single XModem transfer in MacBinary is done in three separate XModem transfers via MacTerminal: one transfer for the file's "header", one for the data fork, and one for the resource fork. MacBinary accomplishes the same thing in one XModem transfer by letting the header information determine how to separate the data part from the resource part. It was thus fairly trivial to modify macget/macput to merge the three transfers into one. So, anyway, here are slightly modified versions of macget and macput that do MacBinary instead of MacTerminal style file transfers. [Enclosed in two separate messages to follow.] Two other features that I tossed in were CRC handling and the B auto-receive feature. I have renamed these programs mbget and mbput to avoid confusion with the original macget and macput. Many thanks are due to Dave Johnson, the original author of macget and macput, for writing this stuff in the first place and for blessing the release of this version of it. Please note that these programs are still copyright (c) 1984 by Brown University and may be used but not sold without permission. Jon Hueras Symantec/THINK Technologies [archived as [SUMEX-AIM.Stanford.EDU]MBGET-C.TXT [SUMEX-AIM.Stanford.EDU]MBPUT-C.TXT - Lance ] ------------------------------ Date: Tue, 12 Apr 88 22:04:03 PDT Subject: PT NomoGraph From: clark@rand-unix.ARPA Attached is a freeware DA for chemists--a pressure-temperature nomograph that converts observed temperature at a given pressure into its equivalent corrected to 760 mm. I am posting this at the request of the authors, Roger Simon of the U. of Colo. at Denver, and Tim Senecal of Metropolitan State Coll. In StuffIt/BinHex format... John Clark clark@rand-unix.org ...!randvax!clark [archived as [SUMEX-AIM.Stanford.EDU]DA-PRESSURE-TEMP-NOMOGRAPH.HQX - Lance ] ------------------------------ Date: Wed, 13 Apr 88 08:50:25 EDT From: Guenther Blaschek Subject: ScaleFonts cdev This is ScaleFonts - a Control Panel Device that enables you to switch font scaling (which is done for sizes that are not available in your System file) on and off. Switching font scaling ON shows text in its real size (even if the application would normally disable font scaling, as does WriteNow). Switching font scaling OFF results in a better readable and faster text display on screen. This cdev replaces DA-SCALEFONTS-HQX. ScaleFonts is "FreeWare" - enjoy it. e Guenther Blaschek gu EMail: SNail: University of Linz / Austria Institute of Computer Science / Software Altenbergerstr. 69 A-4040 Linz Tel.: +43 (732) 2468 / 447 [archived as [SUMEX-AIM.Stanford.EDU]CDEV-SCALEFONTS.HQX I've removed DA-SCALEFONTS.HQX from the archives. - Lance ] ------------------------------ Date: Thu, 14 Apr 88 13:39:53 est From: Oliver Steele Subject: Picture Menu Demo Here's a simple demo program showing an alternate way to show small About boxes. Copy the MDEF and a hierarchical menu from this program into your own program. Give the menu a menuId the same as a resID in your program. [I mailed this before, but didn't see any response. There aren't any changes except for a spelling error fix.] Oliver Steele ...!uunet!mcnc!unc!steele steele@cs.unc.edu [archived as [SUMEX-AIM.Stanford.EDU]PICTURE-MENU-DEMO.HQX - Lance ] ------------------------------ Date: Thu, 14 Apr 88 13:38:44 est From: Oliver Steele Subject: MenuEdit 1.1 This is a program for editing menu items, assigning command keys, adding ICONs, and linking hierarchical menus. It won't (yet) let you create new menus or change the number of menu items, so you'll still need ResEdit/RMaker/Rez, but it'll let you make other changes more easily than ResEdit will. Oliver Steele ...!uunet!mcnc!unc!steele steele@cs.unc.edu [archived as [SUMEX-AIM.Stanford.EDU]MENUEDIT-11.HQX - Lance ] ------------------------------ Date: Fri 15 Apr 88 10:12:49-GMT From: Jeff Shulman Subject: SuperConvert [ Uploaded from Delphi by Jeff Shulman ] Name: SUPERCONVERTER Date: 13-APR-1988 03:27 by MCHUMMER Superconverter 1.0 A handy program that converts graphics files as follows: FROM TO TIFF TIFF Thunderscan EPS (Ascii) Superpaint(laserbits) EPS (Binary) Thunderscan Superpaint (laserbits) From the makers of Super Paint - Silicon Beach Software. Uploaded with permission. [archived as [SUMEX-AIM.Stanford.EDU]SUPERCONVERTER-10.HQX - Lance ] ------------------------------ Date: Mon 18 Apr 88 09:19:39-GMT From: Jeff Shulman Subject: Ferret 1.1 [ Uploaded from Delphi by Jeff Shulman ] Name: FERRET Date: 17-APR-1988 22:41 by NEDRY [ Updated to version 1.1 17-APR-1988 22:41 by NEDRY. This version takes care of a problem in deleting one of the virus files. ] Ferret will search out and remove all instances of the 'Scores' virus from a selected drive. You are given the option of removing the virus each time an infected file is found. USE THIS AT YOUR OWN RISK. [archived as [SUMEX-AIM.Stanford.EDU]FERRET-10.HQX [SUMEX-AIM.Stanford.EDU]FERRET-11.HQX I'm leaving both versions online since previous messages suggested problems with version 1.1. In any case, you should exercise caution when using programs that modify your files. - Lance ] ------------------------------ Date: Mon, 18 Apr 88 15:21:58 PDT From: PUGH@NMFECC.ARPA Subject: HumpBack Game Here is HumpBack, one of the silliest games I have seen in a very long time. Figuring out the object of the game is the fun part. Jon [archived as [SUMEX-AIM.Stanford.EDU]GAME-HUMPBACK.HQX - Lance ] ------------------------------ Date: Wed, 20 Apr 88 10:49:43 PDT From: digiorgi@VLSI.JPL.NASA.GOV Subject: Gravitation Ltd. 2.0 A two-dimensional orbit simulation. In StuffIt format, with docs. Uploaded to Info-Mac by: Godfrey DiGiorgi digiorgi@jpl-vlsi.arpa 20 Apr 1988 [archived as [SUMEX-AIM.Stanford.EDU]GRAVITATION-LTD-20.HQX - Lance ] ------------------------------ Date: Sat 23 Apr 88 13:46:26-PDT From: Bill Lipa Subject: April '88 Tech Notes, TN000 The following are the April 1988 tech notes. TN000 replaces the old TN000, as usual. Bill Lipa [archived as [SUMEX-AIM.Stanford.EDU]TN000.HQX [SUMEX-AIM.Stanford.EDU]TN184.HQX [SUMEX-AIM.Stanford.EDU]TN185.HQX [SUMEX-AIM.Stanford.EDU]TN186.HQX [SUMEX-AIM.Stanford.EDU]TN187.HQX [SUMEX-AIM.Stanford.EDU]TN188.HQX [SUMEX-AIM.Stanford.EDU]TN189.HQX [SUMEX-AIM.Stanford.EDU]TN190.HQX [SUMEX-AIM.Stanford.EDU]TN191.HQX [SUMEX-AIM.Stanford.EDU]TN192.HQX [SUMEX-AIM.Stanford.EDU]TN193.HQX [SUMEX-AIM.Stanford.EDU]TN194.HQX - Lance ] ------------------------------ Date: Mon 25 Apr 88 11:10:15-GMT From: Jeff Shulman Subject: EKG Axis Demo (in 2 parts) [ Uploaded from Delphi by Jeff Shulman ] Name: EKG AXIS DEMO Date: 23-APR-1988 00:15 by ESROG This program teaches about the Mean Electric Axis (MEA) of the electro- cardiogram. There is a 10 "slide" tutorial. The Single Lead Pair option displays the MEA vector graphically for each lead pair chosen. The Statistics option displays all of the magnitudes and angles in a table. This demo version does not permit the user to change the deflections, angles and augmentation ratios as in the full version of Meaxis. Permission is granted to copy and distribute this demo version so long as no charge is made and all notices of authorship and copyright are retained intact. This program should be of interest to students and practitioners of medicine, nursing, veterinary medicine, etc. [archived as [SUMEX-AIM.Stanford.EDU]EKG-AXIS-DEMO-PART1.HQX [SUMEX-AIM.Stanford.EDU]EKG-AXIS-DEMO-PART2.HQX - Lance ] ------------------------------ Date: Mon 25 Apr 88 11:12:41-GMT From: Jeff Shulman Subject: Mailing List Maker update [ Uploaded from Delphi by Jeff Shulman ] Name: SUPERDEX/MAILING LIST MAKER Date: 24-APR-1988 08:43 by DIVERDAN [ Updated to 1.3 23-APR-1988 16:55 by DIVERDAN. Version 1.3 that adds an enhancement to keep track of who you send Christmas cards to, as well as a bug fix. ] This is an updated version of the original SuperDex and the Mailing List Maker that fits on 9" screens. The stuffed file contains one stack, but a button within that stack sets up you address "rolodex." This stack provides an expanded rolodex card file and adds the ability to generate a text file to produce a text file for use by a mailing list label printing program. [archived as [SUMEX-AIM.Stanford.EDU]SUPERDEX-MAIL-LIST-MAKER-13.HQX - Lance ] ------------------------------ Date: Mon 25 Apr 88 11:16:28-GMT From: Jeff Shulman Subject: Researcher [ Uploaded from Delphu by Jeff Shulman ] Name: RESEARCHER V1.0 Date: 23-APR-1988 16:43 by DIVERDAN This is a stack designed to aid in the preparation of notes while doing research work. It is bare bones, but does the job. Freeware, use Stuffit! to unpack after downloading. [archived as [SUMEX-AIM.Stanford.EDU]HYPERCARD-RESEARCHER-10.HQX - Lance ] ------------------------------ Date: Mon, 25 Apr 88 23:12:35 -0400 (EDT) From: Richard Siegel Subject: FileSplit Version 1.1 Enclosed is version 1.1 of FileSplit, a shareware ($10) utility that breaks up large text files into portions manageable by network mailers. It is in particular geared towards BinHex files. Version 1.1 fixes a few bugs found in the original version. Enjoy... -Rich [archived as [SUMEX-AIM.Stanford.EDU]UTILITY-FILESPLIT-11.HQX - Lance ] ------------------------------ Date: Mon 25 Apr 88 11:17:15-GMT From: Jeff Shulman Subject: SSSwitcher (in 3 parts) [ Uploaded from Delphi by Jeff Shulman ] Name: SSSWITCHER Date: 16-MAR-1988 20:27 by BOBANDRIS This is v 2.0, that takes advantage of "SoundMaster1.0". SSSwitcher is a "Startup" application that will randomly switch startup, deskpicture, and backdrop screens; and atartup, beep, diskinsert, diskeject, baddisk, restart, shutdown, and keyclick sounds. Screens and sounds with the same names will play together. Doc's are included. Use Stuffit for Un-Stuffing. - BOBANDRIS [archived as [SUMEX-AIM.Stanford.EDU]SSSWITCHER-20-PART1.HQX [SUMEX-AIM.Stanford.EDU]SSSWITCHER-20-PART2.HQX [SUMEX-AIM.Stanford.EDU]SSSWITCHER-20-PART3.HQX - Lance ] ------------------------------ Date: Mon 25 Apr 88 11:21:13-GMT From: Jeff Shulman Subject: VirusDetective 1.1 VirusDetective is a DA for tracking down viruses (or any resources) in files. You specify the resource type and optionally its size, name, id or size range. Once the offending resource is found it can optionally be removed from the file (use this feature with caution). The user can update the search list at any time. Version 1.1 adds the ability to search by filetype and creator. Now reports number of files scanned. Minor bug fixes. Shareware. [archived as [SUMEX-AIM.Stanford.EDU]DA-VIRUSDETECTIVE-11.HQX - Lance ] ------------------------------ Date: Thu 28 Apr 88 16:50:34-EDT From: Jeff Shulman Subject: Pharaoh (in 7 parts) [ Uploaded from Delphi by Jeff Shulman ] Name: PHARAOH 1.1 Date: 27-APR-1988 06:28 by RMART A complex and interesting game of economic strategy in ancient Egypt. Demo version. [archived as [SUMEX-AIM.Stanford.EDU]GAME-PHARAOH-11-DEMO-PART1.HQX [SUMEX-AIM.Stanford.EDU]GAME-PHARAOH-11-DEMO-PART2.HQX [SUMEX-AIM.Stanford.EDU]GAME-PHARAOH-11-DEMO-PART3.HQX [SUMEX-AIM.Stanford.EDU]GAME-PHARAOH-11-DEMO-PART4.HQX [SUMEX-AIM.Stanford.EDU]GAME-PHARAOH-11-DEMO-PART5.HQX [SUMEX-AIM.Stanford.EDU]GAME-PHARAOH-11-DEMO-PART6.HQX [SUMEX-AIM.Stanford.EDU]GAME-PHARAOH-11-DEMO-PART7.HQX - Lance ] ------------------------------ Date: Fri, 29 Apr 88 07:02:00 CDT From: Robert J. Hammen Subject: RamStart 1.4 Hello, Someone requested a copy of this in private mail, so I thought as long as I had it uploaded, I'd send it to Info-Mac. Below is RamStart 1.4, [a RAM disk program]. Enjoy. /////////////////////////////////////////////////////////////////////////// / Robert Hammen Computer Applications hammen@csd4.milw.wisc.edu / / Delphi: HAMMEN GEnie: R.Hammen CI$: 70701,2104 / /////////////////////////////////////////////////////////////////////////// [archived as [SUMEX-AIM.Stanford.EDU]RAMSTART-14.HQX This version replaces version 1.3. - Lance ] ------------------------------ Date: Fri, 29 Apr 88 15:56:10 -0400 (EDT) From: Richard Siegel Subject: ToMultiFinder Version 1.1 This is version 1.1 of ToMultiFinder. It adds "Restart", "Shut Down...", and "About..." buttons to the dialog, and it's a little less busy than version 1.0. Some errors in the documentation were corrected as well. This version is still shareware... For those of you coming in late, "ToMultiFinder" is an application that you set as your startup application, and when you boot, it gives you a choice between the normal Finder and MultiFinder. It's ideal if you use MultiFinder occasionally (as I do) - you don't have to remember to hold down the Command key to cancel MultiFinder, and conversely, you don't have to dive into the System Folder and command-option-double-click on MultiFinder when you want to run it. --Rich [archived as [SUMEX-AIM.Stanford.EDU]TO-MULTIFINDER-11.HQX This version replaces version 1.0. - Lance ] ------------------------------ Date: Sat, 30 Apr 88 14:18:33 PDT From: PUGH@NMFECC.ARPA Subject: SetDirectory XCMD Here is a stack that contains an XCMD that will set the SFGetFile dialog box to a specified folder. The folder specification is in the form of a partial or complete pathname. Partial pathnames are with respect to the Hypercard application's directory. I use it to do this: SetDirectory ":Stacks" go to "the stack that you want" Pascal source code is included. Jon N L pugh@nmfecc.arpa M A L National Magnetic Fusion Energy Computer Center F T N Lawrence Livermore National Laboratory E L PO Box 5509 L-561 C Livermore, California 94550 C (415) 423-4239 [archived as [SUMEX-AIM.Stanford.EDU]HYPERCARD-XCMD-SETDIRECTORY.HQX - Lance ] ------------------------------ Date: Mon, 2 May 88 10:44:12 PDT From: dplatt@coherent.com (Dave Platt) Subject: SCSI Accelerator This posting contains SCSI Accelerator, an INIT resource written by David Denowh. SCSI Accelerator is a patch to the Mac's SCSI-dispatch code; the author reports that it substantially increases hard-disk throughput (especially if the disk is subsequently reformatted with a lower interleaving ratio). SCSI Accelerator is definitely a "use at your own risk" tweak. It was designed to be used on a Mac Plus under System 4.2, and may not work in other configrations; it performs some sanity-checks when patching itself into the SCSI dispatcher, and will not install itself if it can't find the appropriate hooks. Mr. Denowh strongly recommends backing up your disk before installing SCSI Accelerator (or any other modification that may affect disk access). He's willing to assist people who use System files other than version 4.2, and is interested in hearing from people who have tried SCSI Accelerator. I have not tried to install this resource myself. Caveat hacker! Dave Platt VOICE: (415) 493-8805 USNAIL: Coherent Thought Inc. 3350 West Bayshore #205 Palo Alto CA 94303 UUCP: ...!{ames,sun,uunet}!coherent!dplatt DOMAIN: dplatt@coherent.com INTERNET: coherent!dplatt@ames.arpa, ...@sun.com, ...@uunet.uu.net [archived as [SUMEX-AIM.Stanford.EDU]INIT-SCSI-ACCELERATOR.HQX - Lance ] ------------------------------ Date: Mon, 2 May 88 10:37:37 PDT From: dplatt@coherent.com (Dave Platt) Subject: New scroll-bar resource This is a posting of Scroll2, a CDEF (control-definition) resource written by Mayson G. Lancaster. This CDEF enhances the standard Macintosh scroll bar; it places "scroll back" and "scroll forward" arrows at both ends of the scroll bar, so that you can scroll in either direction without having to move the cursor back and forth between the ends of the scroll-bar. Scroll2 is delivered in the form of an Installer script that will add the CDEF resource to your System file, and also install three ROM-override resources so that the Mac will use the new disk-based CDEF rather than the one installed in your Mac's ROM. Mr. Lancaster has also provided an Installer script that re-installs the standard Apple CDEF; if you don't like Scroll2, you can deinstall it and then restore your System to its original state. Instructions for installing and deinstalling Scroll2 are included in the StuffIt archive. Scroll2 is shareware. Dave Platt VOICE: (415) 493-8805 USNAIL: Coherent Thought Inc. 3350 West Bayshore #205 Palo Alto CA 94303 UUCP: ...!{ames,sun,uunet}!coherent!dplatt DOMAIN: dplatt@coherent.com INTERNET: coherent!dplatt@ames.arpa, ...@sun.com, ...@uunet.uu.net [archived as [SUMEX-AIM.Stanford.EDU]CDEF-SCROLL2.HQX - Lance ] ------------------------------ Date: Mon, 2 May 88 10:30:18 PDT From: dplatt@coherent.com (Dave Platt) Subject: New animated cursors for the Finder This StuffIt archive contains three new animated-cursor sets that can be installed into Finder 6.0. If you're tired of the wristwatch-with-rotating-hands, you can now have: a little hand counting 1-2-3 with its fingers; a rotating image of the planet Earth; or an hourglass complete with trickling sand. Instructions are included; you'll need a copy of ResEdit to install the CURS and acur resources into the Finder. These cursors were designed by David Stockwell. Dave Platt VOICE: (415) 493-8805 USNAIL: Coherent Thought Inc. 3350 West Bayshore #205 Palo Alto CA 94303 UUCP: ...!{ames,sun,uunet}!coherent!dplatt DOMAIN: dplatt@coherent.com INTERNET: coherent!dplatt@ames.arpa, ...@sun.com, ...@uunet.uu.net [archived as [SUMEX-AIM.Stanford.EDU]CURSOR-RESOURCES.HQX - Lance ] ------------------------------ Date: Tue, 3 May 88 08:34:17 PDT From: digiorgi@VLSI.JPL.NASA.GOV Subject: StuffIt 1.40A (3 parts) The following BinHex 4.0 file contains 'StuffIt v1.40A.sit', a stuffit archive containing StuffIt 1.40A, StuffIt Help DA, UnStuffIt 1.40, Utilities/User's Guide written and copyright 1988 by Raymond Lau. Free for extracting files, shareware $18 for compressing files and maintaining archives. Raymond Lau, 100-04 70 Ave., Forest Hills, NY 11375-5133. Archive occupies 112008 bytes. It is unpackable with previous versions of StuffIt and is an update with some new features including Passwording on archives and DES encryption. Godfrey DiGiorgi digiorgi@jpl-vlsi.arpa 24 Apr 1988 [archived as [SUMEX-AIM.Stanford.EDU]STUFFIT-140A-PART1.HQX [SUMEX-AIM.Stanford.EDU]STUFFIT-140A-PART2.HQX [SUMEX-AIM.Stanford.EDU]STUFFIT-140A-PART3.HQX This version replaces version 1.31. Version 1.2 is still available in PackIt format as STUFFIT-12-PART1.HQX through PART3.HQX. - Lance ] ------------------------------ End of INFO-MAC Digest **********************