The Resedit Chapter

Total Page:16

File Type:pdf, Size:1020Kb

The Resedit Chapter Chapter 21 The ResEdit Chapter IN THIS CHAPTER: I What ResEdit is I Fundamentals of using ResEdit I Customizing menus, buttons, and dialog boxes I Secret messages in your system software I Ten great ResEdit pranks This book could not live up to its name without a chapter on ResEdit. ResEdit isn’t just another application; it’s the key that unlocks some of the Mac’s strangest and most elusive secrets. And we’re talking real secrets here — not just undocumented features, obscure Ô-key combinations, or cute hidden messages. We’re talking about the nuts-and-bolts stuff of which programs are made, stuff that’s completely invisible to the average user. ResEdit lets you poke into any application’s resources, its most basic com- ponents, and rebuild them the way you want. If you don’t like the name of a menu command, you can change it. If you’re running short on hard drive space, you can rip unneeded sounds and pictures right out of your applica- tions. You can totally redesign menus, dialog boxes, icons — all without knowing the first thing about programming. Veteran Mac Secrets owners are no doubt rifling through their CDs, exclaiming,“Hey — where the heck’s ResEdit?” It’s true: for the first time, this edition of Mac SECRETS doesn’t come with ResEdit. Apple increased the 683 684 Part III: Application Secrets amount it charges us to license ResEdit tenfold — a weird and goofy move, we think, since ResEdit is available for free from about 11,000 sources. For example, it’s on America Online (use the Search Software Libraries command in the Go To menu). It’s also available from Apple’s Internet software site, ftp://ftp.support.apple.com/apple_sw_updates/US/Macintosh/Utilities; our own Web site, http://www.idgbooks.com/idgbooksonline/macsecrets, has a link to Apple’s ResEdit download page. And if you have no modem, a local Mac user group can provide ResEdit; as a last resort, you could call IDG Books at 800-434-3422 and request the floppy-disk set from the third edition of this book. WHAT IS RESEDIT? Every recognizable Mac element of a program — icons, menus, dialog boxes, cursors, background patterns, sounds, graphics — are called resources. ResEdit stands for resource editor, and that’s just what it is: Apple’s own utility for changing a file’s resources. Apple created ResEdit early in the Mac’s his- tory so that programmers could easily manipulate the basic elements of the Macintosh interface. Over the years, successive versions of ResEdit have become safer and more user-friendly. Today, it’s accessible enough even for an advanced beginner to use. ResEdit lets you edit many different kinds of resources. System 7.5.5’s System file alone contains 178 different types. Some are easier to edit than others. To work with icons, for example, ResEdit provides basic painting tools. For windows and dialog boxes, there are tools for changing the color, size, and arrangement of the window elements; these tools closely resemble those you might find in a drawing program. Other types of resources aren’t quite so easy to handle. If you try to edit a resource for which ResEdit has no special Figure 21-1 editing tools, the program opens the resource in a hex edi- The unfriendly looking hex editor displays a resource’s code in hexadecimal form. tor. A hex editor is a window that displays the resource’s code in raw hexadecimal form. The first time you open a hex editor (see Figure 21-1), you may momentarily think you’re working with some- thing very foreign and incomprehensible — like DOS. Nonetheless, you can edit a resource using a hex editor; you just have to know which part of the code to change. Several of the Secrets described in this section require you to work with a hex editor. But don’t worry, we’ll tell you precisely which part of the code to select and how to change it. All in all, it’s pretty painless. Chapter 21: The ResEdit Chapter 685 HOW TO USE RESEDIT ANSWER MAN A hex on both your houses Editing a resource is simple: Drop the icon of the Q: Not so fast there, Answer Men.You’re not file you want to examine or edit onto the ResEdit going to lob a term like hexadecimal at us icon. (Actually, drop a copy of that file, for safety; without defining it, are you? more on this topic later.) A: No. Alternatively, or in System 6, launch ResEdit. An Open File dialog box presents itself; open the file Because it’s a binary machine, the Mac has 16 you want to change. “fingers” to count on instead of 10, like You can open any kind of file: applications, con- humans.Therefore, it has to count beyond 15 before advancing into two-digit numbers. trol panels, system extensions, or any other file. (Most documents don’t have resources, however.) As a consequence, we humans have invented Doing so reveals a window filled with icons repre- a bizarre numbering system called senting all the different types of resources used in the hexadecimal, in which you can count all the way up to 15 with a single digit.You count in file, as shown in Figure 21-2. hex like this: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F.The next number, in our notation, would be Figure 21-2 16. In hex, the next number is written 10! SimpleText,as seen through the eyes of ResEdit.Each resource type is represented by an icon. Here are some basic equations in hexadecimal notation: 2 + 2 = 4. Next, we have 4 + 4 = 8. But 8 + 7 = F.And F + 1, as we’ve said, is 10 (in hex). Get it? (We admit that this sort of plays with your head.) As you can see, each resource type is identified not only by an icon, but by a four-character code, such as FOND, DLOG, or STR#. (Some resource names like “snd” or “STR” appear to be only three characters long, but they actually consist of three characters and one space.) Often these codes hint at their contents. The ICON resource is where you can change the shape of your icons (the real icons, not the kind you can paste into the Get Info box in System 7); the DLOG is how you change a dialog box; and CURS is where the cursor shape lives. 686 Part III: Application Secrets ANSWER MAN Look for the type of resource you want to edit. Then It don’t work! open its icon by double-clicking. This introduces a new Q: I tried one of your ResEdit hacks, window listing all the individual resources of that particu- and it didn’t work! lar type (for example, all the sounds in a program). Each A: Hey.We tried.We tested every resource is tagged with an ID number. Double-click the trick on almost every System version resource you want to modify and the appropriate editing we could find, but there are some window will open. (We’ll walk you through all this, step by incarnations of the Mac’s System step, in the following Secrets.) software we simply couldn’t get our Occasionally, when you try to open resources in the hands on.We are sorry if something System file, you’ll encounter a dialog box warning you that doesn’t work on your system, or with the resource is compressed and asking if you want to edit it your particular set of extensions. But frankly, this is hacking; you do your anyway. Click Yes and the resource will automatically be deed and then see if it flies. decompressed. That’s really all you need to know to pull off any of the If you operate only on a backup of tricks listed in this section. But before you go hacking away the target file, you’ve lost nothing by trying. at your System file, we need to discuss the Peril Factor. The Peril Factor Articles and books on ResEdit are generally introduced with a morose warn- ing about how perilous this program can be. We’ve heard people describe ResEdit as if it were some kind of poisonous snake, difficult to handle and potentially hazardous. Actually, ResEdit is neither intimidating nor dangerous. In fact, we’re con- fident that using it will never result in any kind of fatal computing disaster if you follow these sensible guidelines: I Make sure you have a backup, somewhere, of whichever file you try to edit with ResEdit. (You can’t edit the active Finder — only a copy of it.) The procedures here are all tried and tested. But if, through some slip-up, you end up with a System file that behaves oddly, the backups make it easy to recover. I To make a quick backup of your System file, Option-drag it out of your System Folder — to, say, the Desktop. Make your ResEdit changes to this copy. After saving your changes to the copy, put your original, untouched System file (until now, still in the System Folder) into a safety folder of its own. Finally, put the edited copy — sitting out on the Desktop — into the System Folder. You’ve just swapped them. Now restart the Mac. (Keep your still-virginal copy around for handy replacing access.) Chapter 21: The ResEdit Chapter 687 I Nothing you do in ResEdit “takes” until you save your changes using the Save command.
Recommended publications
  • Macintoshed Libraries 2.0. INSTITUTION Apple Library Users Group, Cupertino, CA
    DOCUMENT RESUME ED 355 947 IR 054 450 AUTHOR Vaccaro, Bill, Ed.; Valauskas, Edward J., Ed. TITLE Macintoshed Libraries 2.0. INSTITUTION Apple Library Users Group, Cupertino, CA. PUB DATE 89 NOTE 96p.; For the 1991 volume, see IR 054 451. PUB TYPE Collected Works General (020) Reports - Descriptive (141) EDRS PRICE MF01/PC04 Plus Postage. DESCRIPTORS Academic Libraries; *Computer Software; Elementary Secondary Education; Higher Education; *Hypermedia; *Library Automation; Library Instruction; Library Services; *Microcomputers; Public Libraries; Reference Services; School Libraries IDENTIFIERS *Apple Macintosh; HyperCard; Screen Format; Vendors ABSTRACT This annual collection contains 18 papers about the use of Macintosh computers in libraries. Papers include: "The Macintosh as a Wayfinding Tool for Professional Conferences: The LITA '88 HyperCard Stack" (Ann F. Bevilacqua); "Enhancing Library Services with the Macintosh" (Naomi C. Broering); "Scanning Technologies in Libraries" (Steve Cisler); "The Macintosh at the University of Illinois at Chicago Library: Flexibility in a Dynamic Environment" (Kerry L. Cochrane); "How a School Librarian Looked at a Gnawing Problem (and Saw How the Mac and Hypercard Might Solve It)" (Stephen J. D'Elia); "The Macintoshed Media Catalog: Helping People Find What They Need in Spite of LC" (Virginia Gilmore and Layne Nordgren); "The Mac and Power Days at Milne" (Richard D. Johnson); "The USC College Library--A Macintoshed System" (Anne Lynch and Hazel Lord); "Macintosh in the Apple Library: An Update" (Rosanne Macek); "The Macs-imized High School Library Instructional Program" (Carole Martinez and Ruth Windmiller); "The Power To Be Our Best: The Macintosh at the Niles Public Library" (Duncan J. McKenzie); "Taking the Plunge...or, How to Launch a 'Mac-Attack' on a Public Library" (Vickie L.
    [Show full text]
  • Simpletext for Mac Download
    Simpletext For Mac Download Simpletext For Mac Download 1 / 3 There’s a chance we’ll miss your favorite, or include a that doesn’t do half the tasks you need on a daily basis.. These include a full integrated development environment (IDE) known as Atom-IDE.. One standout package is Teletype for Atom, a real-time collaboration feature that allows you to work on projects with others. 1. text 2. testbook 3. textnow Atom Atom tries to be a bit of everything, and for the most part it succeeds It’s a project from hosting and GitHub is known for the great features it can offer programmers, but it's not only for them. text text, texture, textnow, testbook, text to speech, textnow apk, text message, text generator, text font, text online Smooze 1.0.19 Download Atom is also cross-platform, so you can transfer operating systems while maintaining familiarity with your favorite editor. Free Amana Washer Repair Manual - The best free software for your download Undangan pernikahan ofice yang udah.jadi testbook Download Diskgenius Full Crack The key improvement of SimpleText over TeachText was the addition of text styling.. Here are nine you can explore , and it’s completely open source and free to use.. Free Text Editors The following is a list of completely free text editors, with no paid upgrades or extra purchases.. Advertisement Text editors are notoriously divisive Everyone has their own preferences, and each of those opinions are valid.. Don’t let the price tag put you off; Atom has some serious potential under the hood.
    [Show full text]
  • Apple Professional Development Catalog April 2013 Leadership | Foundations | Curriculum | Support | Higher Education
    Apple Professional Development Catalog April 2013 Leadership | Foundations | Curriculum | Support | Higher Education Table of Contents Get the Most from Your Apple Products .............................3 Getting Started ...............................................................................4 Leadership ............................................................................6 Education Technology Profile ...................................................6 Education Strategic Planning ...................................................7 Foundations .........................................................................8 iOS Devices .......................................................................................8 iOS Creativity ...................................................................................9 iOS Productivity ...........................................................................10 iOS for Administrators ...............................................................11 OS X ..................................................................................................12 iLife.................................................................................................... 13 iWork ................................................................................................14 iBooks Author ...............................................................................15 iTunes U Course Manager ........................................................16 Workflow for Teaching and Learning ..................................17
    [Show full text]
  • Mac OS 8 Update
    K Service Source Mac OS 8 Update Known problems, Internet Access, and Installation Mac OS 8 Update Document Contents - 1 Document Contents • Introduction • About Mac OS 8 • About Internet Access What To Do First Additional Software Auto-Dial and Auto-Disconnect Settings TCP/IP Connection Options and Internet Access Length of Configuration Names Modem Scripts & Password Length Proxies and Other Internet Config Settings Web Browser Issues Troubleshooting • About Mac OS Runtime for Java Version 1.0.2 • About Mac OS Personal Web Sharing • Installing Mac OS 8 • Upgrading Workgroup Server 9650 & 7350 Software Mac OS 8 Update Introduction - 2 Introduction Mac OS 8 is the most significant update to the Macintosh operating system since 1984. The updated system gives users PowerPC-native multitasking, an efficient desktop with new pop-up windows and spring-loaded folders, and a fully integrated suite of Internet services. This document provides information about Mac OS 8 that supplements the information in the Mac OS installation manual. For a detailed description of Mac OS 8, useful tips for using the system, troubleshooting, late-breaking news, and links for online technical support, visit the Mac OS Info Center at http://ip.apple.com/infocenter. Or browse the Mac OS 8 topic in the Apple Technical Library at http:// tilsp1.info.apple.com. Mac OS 8 Update About Mac OS 8 - 3 About Mac OS 8 Read this section for information about known problems with the Mac OS 8 update and possible solutions. Known Problems and Compatibility Issues Apple Language Kits and Mac OS 8 Apple's Language Kits require an updater for full functionality with this version of the Mac OS.
    [Show full text]
  • C Powerclmlluling
    C PowerClmlluling Everything you need to know about setting up and operating your PowerTower Pro™ system Ma(OS Mac and the Mac OS logo are trademal1<s of Apple Computer, Inc., used under license. Part number 72810 Rev. number 960823 erPro User' ide Part number 72810 Rev. number 960823 Power Computing Corporation © 1996 Power Computing Corporation. All rights reserved. Under copyright laws, this manual may not be copied, in whole or in part, without the written consent of Power Computing. Your rights to the software are governed by the accompanying software license agreement. Power Computing Corporation 2555 North Interstate 35 Round Rock, Texas 78664-2015 (512) 388-6868 Power Computing, the Power Computing logo, PowerTower, and PowerTower Pro are trademarks of Power Computing Corporation. Mac and the Mac as logo are trademarks of Apple Computer, Inc. All other trademarks mentioned are the property of their respective holders. Every effort has been made in this book to distinguish proprietary trademarks from descriptive terms by following the capitalization style used by the manufacturer. Every effort has been made to ensure that the information in this manual is accurate. Power Computing is not responsible for printing or clerical errors. Warranty information about your system may be found beginning on page xv. Other legal notices are found in "Regulatory Information" on page 151. PowerTower Pro User's Guide For Technical Support, Call 1-800-708-6227 Support Information For basic customer and technical support information, as well as product information and other news, visit our Web Site at: http://www.powercc.com Direct or Dealer Support? Customers who purchased systems directly from Power Computing should contact Power Computing for assistance.
    [Show full text]
  • Device Manager 1
    CHAPTER 1 Device Manager 1 This chapter describes how your application can use the Device Manager to transfer information into and out of a Macintosh computer. The Device Manager controls the 1 exchange of information between applications and hardware devices. Manager Device This chapter provides a brief introduction to devices and device drivers (the programs that control devices) and then explains how you can use the Device Manager functions to ■ open, close, and exchange information with device drivers ■ write your own device driver that can communicate with the Device Manager ■ provide a user interface for your device driver by making it a Chooser extension or desk accessory. You should read the sections “About the Device Manager” and “Using the Device Manager” if your application needs to use the Device Manager to communicate with a device driver. Applications often communicate with the Device Manager indirectly, by calling functions of other managers (for example, the File Manager) that use the Device Manager. However, sometimes applications must call Device Manager functions directly. The sections “Writing a Device Driver,” “Writing a Chooser-Compatible Device Driver,” and “Writing a Desk Accessory,” provide information you’ll need if you are writing your own device driver. If you writing a device driver, you should understand how memory is organized and allocated in Macintosh computers. See Inside Macintosh: Memory, for this information. You should also be familiar with resources and how the system searches resource files. You can find this information in the chapter “Resource Manager” in Inside Macintosh: More Macintosh Toolbox. If your device driver is to perform background tasks, you’ll need to understand how processes are scheduled.
    [Show full text]
  • Mac OS X Server Administrator's Guide
    034-9285.S4AdminPDF 6/27/02 2:07 PM Page 1 Mac OS X Server Administrator’s Guide K Apple Computer, Inc. © 2002 Apple Computer, Inc. All rights reserved. Under the copyright laws, this publication may not be copied, in whole or in part, without the written consent of Apple. The Apple logo is a trademark of Apple Computer, Inc., registered in the U.S. and other countries. Use of the “keyboard” Apple logo (Option-Shift-K) for commercial purposes without the prior written consent of Apple may constitute trademark infringement and unfair competition in violation of federal and state laws. Apple, the Apple logo, AppleScript, AppleShare, AppleTalk, ColorSync, FireWire, Keychain, Mac, Macintosh, Power Macintosh, QuickTime, Sherlock, and WebObjects are trademarks of Apple Computer, Inc., registered in the U.S. and other countries. AirPort, Extensions Manager, Finder, iMac, and Power Mac are trademarks of Apple Computer, Inc. Adobe and PostScript are trademarks of Adobe Systems Incorporated. Java and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries. Netscape Navigator is a trademark of Netscape Communications Corporation. RealAudio is a trademark of Progressive Networks, Inc. © 1995–2001 The Apache Group. All rights reserved. UNIX is a registered trademark in the United States and other countries, licensed exclusively through X/Open Company, Ltd. 062-9285/7-26-02 LL9285.Book Page 3 Tuesday, June 25, 2002 3:59 PM Contents Preface How to Use This Guide 39 What’s Included
    [Show full text]
  • Vmware Fusion 12 Vmware Fusion Pro 12 Using Vmware Fusion
    Using VMware Fusion 8 SEP 2020 VMware Fusion 12 VMware Fusion Pro 12 Using VMware Fusion You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ VMware, Inc. 3401 Hillview Ave. Palo Alto, CA 94304 www.vmware.com © Copyright 2020 VMware, Inc. All rights reserved. Copyright and trademark information. VMware, Inc. 2 Contents Using VMware Fusion 9 1 Getting Started with Fusion 10 About VMware Fusion 10 About VMware Fusion Pro 11 System Requirements for Fusion 11 Install Fusion 12 Start Fusion 13 How-To Videos 13 Take Advantage of Fusion Online Resources 13 2 Understanding Fusion 15 Virtual Machines and What Fusion Can Do 15 What Is a Virtual Machine? 15 Fusion Capabilities 16 Supported Guest Operating Systems 16 Virtual Hardware Specifications 16 Navigating and Taking Action by Using the Fusion Interface 21 VMware Fusion Toolbar 21 Use the Fusion Toolbar to Access the Virtual-Machine Path 21 Default File Location of a Virtual Machine 22 Change the File Location of a Virtual Machine 22 Perform Actions on Your Virtual Machines from the Virtual Machine Library Window 23 Using the Home Pane to Create a Virtual Machine or Obtain One from Another Source 24 Using the Fusion Applications Menus 25 Using Different Views in the Fusion Interface 29 Resize the Virtual Machine Display to Fit 35 Using Multiple Displays 35 3 Configuring Fusion 37 Setting Fusion Preferences 37 Set General Preferences 37 Select a Keyboard and Mouse Profile 38 Set Key Mappings on the Keyboard and Mouse Preferences Pane 39 Set Mouse Shortcuts on the Keyboard and Mouse Preference Pane 40 Enable or Disable Mac Host Shortcuts on the Keyboard and Mouse Preference Pane 40 Enable Fusion Shortcuts on the Keyboard and Mouse Preference Pane 41 Set Fusion Display Resolution Preferences 41 VMware, Inc.
    [Show full text]
  • Develop-21 9503 March 1995.Pdf
    develop E D I T O R I A L S T A F F T H I N G S T O K N O W C O N T A C T I N G U S Editor-in-Cheek Caroline Rose develop, The Apple Technical Feedback. Send editorial suggestions Managing Editor Toni Moccia Journal, a quarterly publication of or comments to Caroline Rose at Technical Buckstopper Dave Johnson Apple Computer’s Developer Press AppleLink CROSE, Internet group, is published in March, June, [email protected], or fax Bookmark CD Leader Alex Dosher September, and December. develop (408)974-6395. Send technical Able Assistants Meredith Best, Liz Hujsak articles and code have been reviewed questions about develop to Dave Our Boss Greg Joswiak for robustness by Apple engineers. Johnson at AppleLink JOHNSON.DK, His Boss Dennis Matthews Internet [email protected], CompuServe This issue’s CD. Subscription issues Review Board Pete “Luke” Alexander, Dave 75300,715, or fax (408)974-6395. Or of develop are accompanied by the Radcliffe, Jim Reekes, Bryan K. “Beaker” write to Caroline or Dave at Apple develop Bookmark CD. The Bookmark Ressler, Larry Rosenstein, Andy Shebanow, Computer, Inc., One Infinite Loop, CD contains a subset of the materials Gregg Williams M/S 303-4DP, Cupertino, CA 95014. on the monthly Developer CD Series, Contributing Editors Lorraine Anderson, which is available from APDA. Article submissions. Ask for our Steve Chernicoff, Toni Haskell, Judy Included on the CD are this issue and Author’s Guidelines and a submission Helfand, Cheryl Potter all back issues of develop along with the form at AppleLink DEVELOP, Indexer Marc Savage code that the articles describe.
    [Show full text]
  • Tinkertool System 7 Reference Manual Ii
    Documentation 0642-1075/2 TinkerTool System 7 Reference Manual ii Version 7.5, August 24, 2021. US-English edition. MBS Documentation 0642-1075/2 © Copyright 2003 – 2021 by Marcel Bresink Software-Systeme Marcel Bresink Software-Systeme Ringstr. 21 56630 Kretz Germany All rights reserved. No part of this publication may be redistributed, translated in other languages, or transmitted, in any form or by any means, electronic, mechanical, recording, or otherwise, without the prior written permission of the publisher. This publication may contain examples of data used in daily business operations. To illustrate them as completely as possible, the examples include the names of individuals, companies, brands, and products. All of these names are fictitious and any similarity to the names and addresses used by an actual business enterprise is entirely coincidental. This publication could include technical inaccuracies or typographical errors. Changes are periodically made to the information herein; these changes will be incorporated in new editions of the publication. The publisher may make improvements and/or changes in the product(s) and/or the program(s) described in this publication at any time without notice. Make sure that you are using the correct edition of the publication for the level of the product. The version number can be found at the top of this page. Apple, macOS, iCloud, and FireWire are registered trademarks of Apple Inc. Intel is a registered trademark of Intel Corporation. UNIX is a registered trademark of The Open Group. Broadcom is a registered trademark of Broadcom, Inc. Amazon Web Services is a registered trademark of Amazon.com, Inc.
    [Show full text]
  • Designing PCI Cards and Drivers for Power Macintosh Computers
    Designing PCI Cards and Drivers for Power Macintosh Computers Revised Edition Revised 3/26/99 Technical Publications © Apple Computer, Inc. 1999 Apple Computer, Inc. Adobe, Acrobat, and PostScript are Even though Apple has reviewed this © 1995, 1996 , 1999 Apple Computer, trademarks of Adobe Systems manual, APPLE MAKES NO Inc. All rights reserved. Incorporated or its subsidiaries and WARRANTY OR REPRESENTATION, EITHER EXPRESS OR IMPLIED, WITH No part of this publication may be may be registered in certain RESPECT TO THIS MANUAL, ITS reproduced, stored in a retrieval jurisdictions. QUALITY, ACCURACY, system, or transmitted, in any form America Online is a service mark of MERCHANTABILITY, OR FITNESS or by any means, mechanical, Quantum Computer Services, Inc. FOR A PARTICULAR PURPOSE. AS A electronic, photocopying, recording, Code Warrior is a trademark of RESULT, THIS MANUAL IS SOLD “AS or otherwise, without prior written Metrowerks. IS,” AND YOU, THE PURCHASER, ARE permission of Apple Computer, Inc., CompuServe is a registered ASSUMING THE ENTIRE RISK AS TO except to make a backup copy of any trademark of CompuServe, Inc. ITS QUALITY AND ACCURACY. documentation provided on Ethernet is a registered trademark of CD-ROM. IN NO EVENT WILL APPLE BE LIABLE Xerox Corporation. The Apple logo is a trademark of FOR DIRECT, INDIRECT, SPECIAL, FrameMaker is a registered Apple Computer, Inc. INCIDENTAL, OR CONSEQUENTIAL trademark of Frame Technology Use of the “keyboard” Apple logo DAMAGES RESULTING FROM ANY Corporation. (Option-Shift-K) for commercial DEFECT OR INACCURACY IN THIS purposes without the prior written Helvetica and Palatino are registered MANUAL, even if advised of the consent of Apple may constitute trademarks of Linotype-Hell AG possibility of such damages.
    [Show full text]
  • A/UX® 2.0 Release Notes
    A/UX® 2.0 Release Notes 031-0117 • APPLE COMPUTER, INC. © 1990, Apple Computer, Inc. All UNIX is a registered trademark of rights reserved. AT&T Information Systems. Portions of this document have been Simultaneously published in the previously copyrighted by AT&T United States and Canada. Information Systems and the Regents of the University of California, and are reproduced with permission. Under the copyright laws, this document may not be copied, in whole or part, without the written consent of Apple. The same proprietary and copyright notices must be afftxed to any permitted copies as were afftxed to the original. Under the law, copying includes translating into another language or format. The Apple logo is a registered trademark of Apple Computer, Inc. Use of the "keyboard" Apple logo (Option-Shift-K) for commercial purposes without the prior written consent of Apple may constitute trademark infringement and unfair competition in violation of federal and state laws. Apple Computer, Inc. 20525 Mariani Ave. Cupertino, California 95014 (408) 996-1010 Apple, the Apple logo, AppleShare, AppleTalk, A/UX, ImageWriter, LaserWriter, LocalTalk, Macintosh, Multifmder, and MacTCP are registered trademarks of Apple Computer, Inc. Apple Desktop Bus, EtherTalk, Finder, and MacX are trademarks of Apple Computer, Inc. Motorola is a registered trademark of Motorola, Inc. POSTSCRIPT is a registered trademark of Adobe Systems, Inc. 031-0117 UMITED WARRANTY ON MEDIA Even though Apple has reviewed this AND REPLACEMENT manual, APPLE MAKES NO WARRANTY OR REPRESENTATION, If you discover physical defects in the EITHER EXPRESS OR IMPLIED, manual or in the media on which a WITH RESPECI' TO THIS MANUAL, software product is distributed, Apple ITS QUAll1Y, ACCURACY, will replace the media or manual at MERCHANTABILITY, OR FITNESS no charge to you provided you return FOR A PARTICULAR PURPOSE.
    [Show full text]