WordPerfect

WordPerfect

A document being edited in WordPerfect X3
Original author(s) Brigham Young University
Satellite Software International (SSI)
Developer(s) Corel
Initial release 1979 (1979)
Stable release X8 (April 11, 2016 (2016-04-11)) [±]
Operating system Windows 7 and later[1]
Platform IA-32
Type Word processor
License Proprietary
Website www.wordperfect.com

WordPerfect (WP) is a word processing application owned by Corel with a long history on multiple personal computer platforms.

The program was originally developed under contract at Brigham Young University for use on a Data General minicomputer in 1979. The authors retained the rights to the program, forming Satellite Software International (SSI) to sell it under the name WordPerfect in 1980. A port to DOS followed in 1982 and several greatly updated versions quickly followed. The application's feature list was considerably more advanced than its main competition, WordStar, an established program that originated on CP/M. Despite its comprehensive abilities, it still gained praise for its minimalistic "look of spareness" and clean display.[2] WordPerfect rapidly displaced most other systems, especially after the 4.2 release in 1986. By release 5.1 in 1989, WordPerfect had become a standard in the DOS market.

At the height of its popularity, in the 1980s, it was a dominant player in the word processor market, partly because of extensive, no-cost support, with "hold jockeys" entertaining users on hold. While best known in its DOS and Microsoft Windows versions, its early popularity was based partly on its availability for a wide variety of computers and operating systems. Its dominant position ended after a flubbed release for Microsoft Windows, followed by a long delay before introducing an improved version. Microsoft Word, having been tuned for some time on the Mac, was introduced at the same time in a much superior version. Word rapidly took over the market, helped by aggressive bundling deals that ultimately produced Office, and by the mid-1990s WordPerfect was no longer the de facto standard.

The common filename extension of WordPerfect document files is .wpd. Older versions of WordPerfect also used file extensions .wp, .wp7, .wp6, .wp5, .wp4, and originally no extension at all.[3]

WordPerfect for DOS

History

WordPerfect 5.1 for DOS.

Bruce Bastian, a Brigham Young University (BYU) graduate student, and BYU computer science professor Dr. Alan Ashton designed a word processing system for the city of Orem's Data General minicomputer system in 1979. Bastian and Ashton kept the rights to the WordPerfect software they produced. The two founded Satellite Software International, Inc. of Orem, Utah, to market the program to other Data General users. WordPerfect 1.0 represented a significant departure from the previous Wang standard for word processing.

The first version of WordPerfect for the IBM PC was released the day after Thanksgiving, 1982. It was sold as "WordPerfect 2.20", continuing the version numbering from the Data General. Over the next several months, three more minor releases arrived mainly to correct bugs.

The developers had originally hoped to program WordPerfect in C, but at this early stage there were no decent C compilers available for the IBM PC. Most of the other programming languages then available were unsuited for the job, so they ultimately had to program it in x86 assembly language. All versions of WordPerfect up to 5.0 were written thus, and C was only adopted with WP 5.1 when it became necessary to cross-port it to non-IBM compatibles.

The use of straight assembly language and a high amount of direct screen access gave WordPerfect a significant performance advantage over WordStar, which used strictly DOS API functions for all screen and keyboard access and was often painfully slow. In addition, WordStar was extremely slow in switching to support for subdirectories.

In 1983, WordPerfect 3.0 for DOS came out. This was fully updated to support DOS 2.x and be able to use subdirectories and hard disks. It also provided a solution to the problem of printer support - WordPerfect 2.x only supported Epson and Diablo printers, which was also hard-coded into the main program executable. Adding support for additional printers this way was impractical, so the company introduced the novel feature of printer drivers, which essentially amounted to a file containing a list of control codes for each particular model of printer. Version 3.0 thus had support for 50 different printers and within a year, this was expanded to 100. WordPerfect also supplied an editor utility that allowed users to make their own printer drivers or modify the included ones.[4] During this time, the company considered adding copy protection to the program, but ultimately decided against it.

The next year WordPerfect 4.0 was released.[4]

WordPerfect 4.2 in 1986 introduced automatic line numbering (important to law offices), and automatic numbering and placement of footnotes and endnotes (important to law offices and academics). WordPerfect 4.2 became the first program to overtake the original market leader (WordStar, the leading word processing program) in a major application category on the DOS platform. The 4.2 release only supported the text enhancements of Bold and Italic.

By 1987 a magazine described WordPerfect as "a standard in the MS-DOS word ... a powerhouse program that includes almost everything".[5] On 6 November 1989, WordPerfect Corporation released the program's most successful version, WordPerfect 5.1 for DOS, which was the first version (aside from the short-lived WordPerfect 5.0) to include (text-based) Macintosh-style, CUA-style, pull-down menus to supplement the traditional function key combinations, support for tables, a spreadsheet-like feature, and full support for the typesetting options (italic, redline, strikeout, etc.) permitted by laser printers. This version of WordPerfect included, as a "Print preview", a graphical representation of the final printed output. (This was the foundation for WordPerfect 6.0's graphic screen editing.) The data format used by WordPerfect 5.1 was, for years, the most common word processing file format. All word processors could read (and convert) that format, and many conferences and magazines insisted that people ship their documents in 5.1 format. To allow older DOS-based PCs to utilize the new WordPerfect 6 file format, WordPerfect 5.1+ for DOS was introduced. This version could read and write WordPerfect 6 files, included several 3rd party screen and printing applications (previously sold separately), and provided several minor improvements.

Unlike previous DOS versions, WordPerfect 6.0 for DOS (released in 1993) could switch between its traditional text-based editing mode and a graphical editing mode that showed the document as it would print out known as WYSIWYG (What You See Is What You Get), including fonts. The previous text-based versions used different colors or text color inversions to indicate various markups, and (starting with version 5.0) used a graphic mode only for an uneditable print preview that used generic fonts rather than the actual fonts that appeared on the printed page.

Key characteristics

WordPerfect's distinguishing features include:

The ease of use of tools like Mail Merge (combine form documents with data from any data source), 'Print as booklet', and tables (with spreadsheet capabilities and possibility to generate graphs) are also notable.

The WordPerfect document format allows continuous extending of functionality without jeopardizing backward and forward compatibility. Despite the fact that the newer version is extremely rich in functionality, WordPerfect X5 documents are fully compatible with WordPerfect 6.0a documents in both directions. The older program simply ignores the 'unknown' property while rendering the known elements of the document. WordPerfect users were never forced to upgrade for compatibility reasons for more than two decades.

Streaming code architecture

A key to WordPerfect's design is its streaming code architecture that parallels the formatting features of HTML and Cascading Style Sheets. Documents are created much the same way that raw HTML pages are written, with text interspersed by tags (called "codes") that trigger treatment of data until a corresponding closing tag is encountered, at which point the settings active to the point of the opening tag resume control. As with HTML, tags can be nested. Some data structures are treated as objects within the stream as with HTML's treatment of graphic images, e.g., footnotes and styles, but the bulk of a WordPerfect document's data and formatting codes appear as a single continuous stream. A difference between HTML tags and WordPerfect codes is that HTML codes can all be expressed as a string of plain text characters delimited by greater-than and less-than characters, e.g. <strong>text</strong> whereas WordPerfect formatting codes consist of hexadecimal values.

Styles and style libraries

The addition of styles and style libraries in WP 5.0 provided greatly increased power and flexibility in formatting documents, while maintaining the streaming-code architecture of earlier versions. Prior to that, WordPerfect's only use of styles (a particular type of programming object) was the Opening Style, which contained the default settings for a document.

After the purchase of the desktop publishing program Ventura, Corel enhanced the WordPerfect styles editor and styles behavior with the majority of Ventura's capabilities. This improved the usability and performance of graphic elements like text boxes, document styles, footer and header styles.

Since WordPerfect has been enriched with properties from CorelDraw Graphics suite, graphic styles are editable. The Graphics Styles editor enables customizing the appearance of boxes, borders, lines and fills and store the customized design for reuse. The possibilities include patterns and color gradients for fills; corner, endpoint, pen-type and thickness for lines. Box styles can be used as container style, including a border, lines, fill, text and caption; each with its separate style. A text box style shows that WordPerfect cascades its styles.

Around the same time Corel included WordPerfect, with its full functionality, in CorelDraw Graphics Suite as the text editor.

Reveal codes

The Reveal Codes feature, imperfectly imitated much later in Microsoft Word, is a second editing screen that can be toggled open and closed at the bottom of the main editing screen. It was especially beloved of those who were faced with Microsoft Word, which had at the time no similar feature. The codes for formatting and locating text are displayed, interspersed with tags and the occasional objects, with the tags and objects represented by named tokens. The scheme makes it far easier to untangle problems than with styles-based word processors, and object tokens can be clicked with a pointing device to directly open the configuration editor for the particular object type, e.g. clicking on a style token brings up the style editor with the particular style type displayed. Because of their style dependencies, efforts to create the equivalent of Reveal Codes in other word processors produced dissimilar results. Note that WordPerfect had this feature already in its DOS incarnations: it could be brought forward by pressing the keys Alt and F3 together.

Macro languages

WordPerfect for DOS stood out for its macros, in which sequences of keystrokes, including function codes, were recorded as the user typed them. These macros could then be assigned to any key desired. This enabled any sequence of keystrokes to be recorded, saved, and recalled. Macros could examine system data, make decisions, be chained together, and operate recursively until a defined "stop" condition occurred. This capability provided a powerful way to rearrange data and formatting codes within a document where the same sequence of actions needed to be performed repetitively, e.g., for tabular data. But since keystrokes were recorded, changes in the function of certain keys as the program evolved would mean that macros from one DOS version of WordPerfect would not necessarily run correctly on another version. Editing of macros was difficult until the introduction of a macro editor in Shell, in which a separate file for each WordPerfect product with macros enabled the screen display of the function codes used in the macros for that product.

WordPerfect DOS macros, which assumed a text-based screen, with fixed locations on the screen, could not, or could not easily, be implemented with the Windows WYSIWYG screen and mouse. For example, "go down four lines" has a clear meaning on a DOS screen, but no definite meaning with a Windows screen. WordPerfect lacked a way to meaningfully record mouse movements.

A new and even more powerful interpreted token-based macro recording and scripting language came with both DOS and Windows 6.0 versions, and that became the basis of the language named PerfectScript in later versions. PerfectScript has remained the mainstay scripting language for WordPerfect users ever since. It dealt with functions rather than with keystrokes. There was no way to import DOS macros, and users who had created extensive macro libraries were forced to continue using WordPerfect 5.1, or to rewrite all the macros from scratch using the new programming language.

An important property of WordPerfect macros is that they are not embedded in a document. As a result, WordPerfect is not prone to macro viruses or malware, unlike MS Word. Despite the term "macro", the language has hundreds of commands and functions and in fact creates full-fledged programs resident on and executed on the user's computer. In WPDOS 6 the source code is generated using the same interface used to edit documents. A WordPerfect macro can create or modify a document or perform tasks such as displaying results of a calculation such as taking a date input, adding a specific number of days and displaying the new date in a dialog box. Documents created or edited by a WordPerfect macro are no different from those produced by manual input; the macros simply improve efficiency or automate repetitive tasks and also enabled creating content-rich document types which would hardly be feasible manually.

The PerfectScript macro language shows especial versatility in its ability to deploy every function that exists in the entire office suite, no matter if that function was designed for WordPerfect, Quattro Pro or Presentations. The macro development wizard presents and explains all of these functions. The number of functions available through PerfectScript is unparalleled in the office market.

On top of the functions available in the main components of the office suite, PerfectScript also provides the user with tools to build dialogs and forms. Widgets like buttons, input fields, drop-down lists and labels are easily combined to build user-friendly interfaces for custom office applications. An example: a Dutch housing company (VZOS, Den Haag, several thousands of apartments) had its mutation administration build with WordPerfect.

Beginning with WordPerfect Office 10, the suite also included the Microsoft Office Visual Basic macro language as an alternative, meant to improve compatibility of the suite with Microsoft Office documents.

Language formatting conventions

The Language Resource File (WP.LRS) specified language formatting conventions.[6]

Function keys

Like its mid-1980s competitor, MultiMate, WordPerfect used almost every possible combination of function keys with Ctrl, Alt, and Shift modifiers. This was in contrast to early versions of WordStar, which used only Ctrl, in conjunction with traditional typing keys. (CP/M, WordStar's original platform, did not support the Alt key.) Many people still know and use the function key combinations from the DOS version, which were originally designed for Data General Dasher VDUs that supported two groups of five plain, shift, control, and control shift function keys. This was translated to the layout of the 1981 IBM PC keyboard, with two columns of function keys at the left end of the keyboard, but worked even better with the 1984 PC AT keyboard with three groups of four function keys across the top of the keyboard. With the 1981 PC keyboard, the Tab key and the related F4 (Indent) functions were adjacent. This plethora of keystroke possibilities, combined with the developers' wish to keep the user interface free of "clutter" such as on-screen menus, made it necessary for most users to use a keyboard template showing each function. WordPerfect used F3 instead of F1 for Help, F1 instead of Esc for Cancel, and Esc for Repeat (though a configuration option in later versions allowed these functions to be rotated to locations that later became more standard).

However, the extensive number of key combinations are now one of WordPerfect's most popular features among its regular "power users" such as legal secretaries, paralegals and attorneys. Although WP has dozens of key combinations, in practice users quickly memorize the combinations they regularly use and simply ignore the others.

Printer drivers

WordPerfect for DOS shipped with an impressive array of printer drivers—a feature that played an important role in its adoption—and also shipped with a printer driver editor called PTR, which features a flexible macro language and allows technically inclined users to customize and create printer drivers.

Internally, WordPerfect used an extensive WordPerfect character set as its internal code. The precise meaning of the characters, although clearly defined and documented, can be overridden in its customizable printer drivers with PTR.

The relationship between different type faces and styles, and between them and the various sections in the WordPerfect character set, were also described in the printer drivers and can be customized through PTR.

An interesting feature of the DOS 5.0 version was its Type-Through feature. It allowed a user with certain compatible printers to use Word Perfect as a conventional typewriter. This functionality was removed in the DOS 5.1 version. [7]

WordPerfect Library/Office utilities

WordPerfect Corporation produced a variety of ancillary and spin-off products. WordPerfect Library, introduced in 1986 and later renamed WordPerfect Office (not to be confused with Corel's Windows office suite of the same name), was a package of DOS network and stand-alone utility software for use with WordPerfect. The package included a DOS menu shell and file manager, whose macros allowed text to be moved from one program to another (for example, from WordPerfect to Calendar, and vice versa), a do-all editor, apparently that of Wordperfect 3.0, which could edit binary files as well as WordPerfect or Shell macros, calendar, and a general purpose flat file database program that could be used as the data file for a merge in WordPerfect and as a contact manager.

After Novell acquired WordPerfect Corporation, it incorporated many of these utilities into Novell GroupWise.

LetterPerfect

In 1990 WordPerfect Corporation also offered LetterPerfect, which was a reduced-functionality version of WP-DOS 5.1 intended for use on less-capable hardware such as the laptops of the day, and as an entry-level product for students and home users; the name (but not the code) was purchased from a small Missouri company that had produced a basic word processor for early Atari computers. LP did not support macros, tables, labels, sorting, equation editing or styles.[8] It sold for about US$100 but did not catch on and was soon discontinued.

WordPerfect for Windows

History

WordPerfect was late in coming to market with a Windows version. The first mature version, WordPerfect 5.2 for Windows, was released in November 1992. Prior to that, there was a WordPerfect 5.1 for Windows, introduced a year earlier. That version had to be installed from DOS and was largely unpopular due to serious stability issues. By the time WordPerfect 5.2 for Windows was introduced, Microsoft Word for Windows version 2 had been on the market for over a year and had received its third interim release, v2.0c.

WordPerfect's function-key-centered user interface did not adapt well to the new paradigm of mouse and pull-down menus, especially with many of WordPerfect's standard key combinations pre-empted by incompatible keyboard shortcuts that Windows itself used; for example, Alt-F4 became Exit Program, as opposed to WordPerfect's Block Text. The DOS version's impressive arsenal of finely tuned printer drivers was also rendered obsolete by Windows' use of its own printer device drivers.

WordPerfect Office Suite

WordPerfect became part of an office suite when the company entered into a co-licensing agreement with Borland Software Corporation in 1993. The offerings were marketed as Borland Office, containing Windows versions of WordPerfect, Quattro Pro, Borland Paradox, and a LAN-based groupware package called WordPerfect Office (not to be confused with the complete applications suite of the same name later marketed by Corel).

Originally based on the WordPerfect Library for DOS, the Novell / WordPerfect Office suite was integrated by "middleware." The most important middleware-suite, still active in current versions of WordPerfect Office, is called PerfectFit (developed by WordPerfect). The other 'middleware' (developed by Novell) was called AppWare.[9]

Novell buys WordPerfect Company

The WordPerfect product line was sold twice, first to Novell in June 1994, who then sold it (at a big loss) to Corel in January 1996. However, Novell kept the WordPerfect Office technology, incorporating it into its GroupWise messaging and collaboration product.

Microsoft vs Novell

Compounding WordPerfect's troubles were issues associated with the release of the first 32-bit version, WordPerfect 7, intended for use on Windows 95. In the lawsuit 'Novell v. Microsoft', Novell argued that these problems were due to anti-competitive acts by Microsoft.[9]

While WordPerfect 7 contained notable improvements over the 16-bit WordPerfect for Windows 3.1, it was released in May 1996, nine months after the introduction of Windows 95 and Microsoft Office 95 (including Word 95). The initial release suffered from notable stability problems. WordPerfect 7 also did not have a Microsoft "Designed for Windows 95" logo. This was important to Windows 95 software purchasers as Microsoft set standards for application design, behavior, and interaction with the operating system. To make matters worse, the original release of WordPerfect 7 was incompatible with Windows NT, hindering its adoption in many professional environments. The "NT Enabled" version of WordPerfect 7, which Corel considered to be Service Pack 2, was not available until Q1-1997, over six months after the introduction of Windows NT 4.0, a year and a half after the introduction of Office 95 (which supported Windows NT out of the box), and shortly after the introduction of Office 97.

Market share

While WordPerfect dominated the DOS market, Microsoft shifted its attention toward a Windows version of Word; after Windows 3.0 was introduced, Word's market share began to grow at an extraordinary rate. A Windows version of WordPerfect was not introduced until nearly two years after Windows 3.0, and was met with poor reviews. Word also benefited from being included in an integrated office suite package much sooner than WordPerfect.[10]

Application integration and middleware

While Microsoft offered something that looked like a fully integrated office suite in Microsoft Office, a common complaint about early Windows versions of WordPerfect Office was that it looked like a collection of separate applications from different vendors cobbled together, with inconsistent user interfaces from one application to another.

In fact, enabling applications from various software developers to work together on every platform was part of the Novell strategy. Novell had acquired WordPerfect for Windows from WordPerfect Corporation, Paradox from Borland, and various peripheral utilities from other companies and had started to evangelize the Novell 'middleware' - Appware - as a means for others to run their programs on every operating system. This 'middleware' strategy would make software vendors and customers independent from operating system vendors, like Microsoft, thus posing a real threat.[9]

Contrary to Microsoft with its MS Office however, starting with WordPerfect Office 9, Corel successfully integrated the components of WordPerfect Office almost seamlessly. PerfectScript and the middleware PerfectFit played the major role here. Elements of applications like CorelDraw and Ventura desktop publishing were also integrated and enriched the document format.

Faithful customers

Among the remaining avid users of WordPerfect are many law firms and academics, who favor WordPerfect features such as macros, reveal codes, and the ability to access a large range of formatting options such as left-right block indent directly with key combinations rather than having to click through several layers of submenus as Microsoft Word often requires, the fact that the user interface has stayed almost identical from WPWin 6 through WP X5 (2010) and that file formats have not changed, as incompatible new formats would require keeping both obsolete software versions and obsolete hardware around just to access a few old documents. Corel now caters to these markets, with, for example, a major sale to the United States Department of Justice in 2005.[11] A related factor is that WordPerfect Corporation was particularly responsive to feature requests from the legal profession, incorporating many features particularly useful to that niche market and those features have been continued in subsequent versions usually directly accessible with key combinations.

Novell v. Microsoft antitrust lawsuit

In November 2004, Novell filed an antitrust lawsuit against Microsoft for alleged anti-competitive behavior (such as tying Word to sales of Windows) that Novell claims led to loss of WordPerfect market share.[12] That lawsuit,[13][14] after several delays, was dismissed[15][16] in July 2012. Novell filed an appeal against the judgment in November 2012.[17]

The documents filed in this lawsuit display abundant information on the essence, importance, history and development of WordPerfect.[18]

Windows shell namespaces were, and continue to be, a big part of the case.[19]

Corel WordPerfect

Since its acquisition by Corel, WordPerfect for Windows has officially been known as Corel WordPerfect.

On January 17, 2006, Corel announced WordPerfect X3. Corel is an original member of the OASIS Technical Committee on the OpenDocument Format, and Paul Langille, a senior Corel developer, is one of the original four authors of the OpenDocument specification.

In January 2006, subscribers to Corel's electronic newsletter were informed that WordPerfect 13 was scheduled for release later in 2006. The subsequent release of X3 (identified as "13" internally and in registry entries) has been met with generally positive reviews, due to new features including a unique PDF import capability, metadata removal tools, integrated search and online resources and other features.

Version X3 was described by CNET in January, 2006 as a "winner", "a feature-packed productivity suite that's just as easy to use — and in many ways more innovative than — industry-goliath Microsoft Office 2003." CNET went on to describe X3 as "a solid upgrade for long-time users", but that "Die-hard Microsoft fans may want to wait to see what Redmond has up its sleeve with the radical changes expected within the upcoming Microsoft Office 12."[20]

While the notable if incremental enhancements of WordPerfect Office X3 have been well received by reviewers, a number of online forums have voiced concern about the future direction of WordPerfect, with long-time users complaining about certain usability and functionality issues that users have been asking to have fixed for the last few release versions.

Although the released version of X3 at the time did not support the OOXML or OpenDocument formats, a beta was released that supported both.[21]

Reports surfaced late in January 2006 that Apple's iWork had leapfrogged WordPerfect Office as the leading alternative to Microsoft Office. This claim was soon debunked[22] after industry analyst Joe Wilcox described JupiterResearch usage surveys that showed WordPerfect as the No. 2 office suite behind Microsoft Office in the consumer, small and medium businesses, and enterprise markets with a roughly 15 percent share in each market.

In April 2008 Corel released their WordPerfect Office X4 office suite containing the new X4 version of WordPerfect which includes support for PDF editing, OpenDocument and Office Open XML. However, X4 does not include support for editing PDF's containing images in JPEG2000 format, a format used by Adobe Acrobat 9.

In March 2010 Corel released their WordPerfect Office X5 office suite, which contains the new X5 version of WordPerfect. This version includes improved support for PDF, Microsoft Office 2007, OpenDocument, and Office Open XML. The new release includes integration with Microsoft SharePoint and other web services geared towards government and business users.

In April 2012 Corel released their WordPerfect Office X6 office suite, which contains the new X6 version of WordPerfect. The new release adds multi-document/monitor support, new macros, Windows 8 preview support, and an eBook publisher.[23]

WordPerfect Office

Corel WordPerfect Office
Developer(s) Corel Corporation
Initial release 1994
Stable release
X8 (18) / April 11, 2016
Written in C++[24]
Operating system Windows 7 and later
Type Office suite
License Proprietary
Website www.wordperfect.com

WordPerfect Office is an office suite developed by Corel Corporation. It originates from Borland Software Corporation's Borland Office, released in 1993 to compete against Microsoft Office and AppleWorks. Borland's suite bundled three key applications: WordPerfect, Quattro Pro and Paradox. Borland then sold the suite to Novell in 1994, which led to the addition of Novell Presentations and the now-defunct InfoCentral. It was then sold to Corel in 1996. The latest version is WordPerfect Office X8 (representing 18), released April 11, 2016.[25] Latest Version Features Enhanced Reveal Codes, Customer Requested Enhancements, New PDF Forms, Enhanced eBook Publishing, Corel® AfterShot™ 2: photo-editing and management, an iPadApp and More Time-Saving Tools. It is available in five editions: Standard, Professional, Legal, Home & Student and Academic. Key features include the returning Corel WordPerfect Lightning note-taking application, Corel® AfterShot™ 2, Corel WinZip and Nuance Paperport, as well as remote desktop software for the iPad that allows it to access a Corel-hosted WordPerfect for Windows session.

Corel WordPerfect Office 2000

Corel WordPerfect Office 2000 featured version 9 of its core applications: WordPerfect, Quattro Pro, Presentations, Paradox and CorelCentral. All versions of the suite also bundle Trellix 2 and Microsoft Visual Basic for Applications.[26] The suite for Windows was released on November 16, 1998 as a preview[27] and on May 25, 1999 to retail.[28] The Home and Student edition, as well as the Family Pack, omit the Presentations and Paradox software. Small Business edition was released on January 31, 2000 and omits Paradox.[29]

Several variants of this suite exist. One of these is the Family Pack, sold in versions 2 and 3 at a reduced price.[30][31] This version cannot be used in a commercial setting. Three variants of the suite were created to integrate voice recognition. The first, the Voice Powered Edition, includes Dragon NaturallySpeaking 3 and was released in North America.[32] The second, available at some international locations, included Philips newest generation of FreeSpeech.[33] The third is WordPerfect Law Office 2000, released on December 20, 1999.[34] It features NaturallySpeaking Standard 4 and bundles several programs designed for lawyers. Another notable variant is WordPerfect Office 2000 for Linux, released on March 10, 2000.[35] Although it supports various Linux distributions, it was designed with Corel Linux in mind as a way to upgrade such systems, which bundled a free version of the WordPerfect word processor.[36]

Quattro Pro

Main article: Quattro Pro

Quattro Pro is a spreadsheet program that originally competed against the dominant Lotus 1-2-3, and now competes against Microsoft Excel, Google Docs and Apple's Numbers. Corel's application is available only for the Windows platform.

Presentations

Main article: Corel Presentations

Presentations is a presentation program by Corel. Its main competitors include Microsoft PowerPoint, Google Docs, and Apple's Keynote.

WordPerfect Lightning

WordPerfect Lightning is a note-taking application. Its main competitors are Evernote, Microsoft OneNote, Google Keep and Apple's Notes.

Other desktop applications

Paradox is a database manager for Windows. Its main competitor is Microsoft Access.

"Classic Mode"

Corel added "Classic Mode" in WordPerfect 11. Although this displays the "classic" cyan Courier text on medium blue background, it is not a true emulation of the DOS version. For instance, WP-DOS 5.x macros literally recorded keystrokes. WP-DOS 6 and WPWin record functionality instead. As an example, a WP-DOS 5 macro could search for particular text, turn select-mode on, and then search backward or forward for other text. Everything from the turn-on location to the new location would be highlighted and could then be deleted, copied, replaced, etc. This behavior and functionality has not yet been replicated in any Windows-based version of WordPerfect.

Versions available

Summary

WordPerfect 9 and newer is bundled with the WordPerfect Office suite and cannot be purchased separately.

Operating system Latest stable version Support status
Microsoft Windows 7, 8, 10 (32-bit or 64-bit) X8 2016–present
XP SP3 / 2003 SP2 X7 2001–2015
2000 / 98 SE / Me X3 ?
NT 4 12 ?
95 OSR2 10 ?
3.1x 7 1991-1997
Linux With CorelWine 9.0 2000
Desktop kernel 2.0 and newer 8.1 1996-1999
PC/MS-DOS 3.1 and higher 6.2 1982-1997
Classic Mac OS 7.09.2.2 3.5e [note 1] 1988-1997
Java Beta 1997
OS/2 5.2 1989-1993
NeXTSTEP 1.0.1 1991
VAX/VMS 7.1 [note 2] 1987-?
Data General 4.2 1980-1989
Atari ST and Amiga 4.1 1987
Apple DOS 2.1e ?
  1. Mac version numbers are much lower than their Windows counterpart for comparable functionality. For example, WordPerfect 3.5e was the final release for Mac OS, but despite its version number, it boasted compatibility with WordPerfect 7 for Windows 95 files
  2. Known versions for VAX/VMS include 5.1, 5.3[37] and 7.1,[38] year of release unknown.

Known versions for Sun include 6.0, requiring SunOS or Solaris 2, year of release unknown.

Known versions for IBM System/370 include 4.2, released 1988.

Known versions for the DEC Rainbow 100 include version (?), released November 1983.

In addition, versions of WordPerfect have also been available for Apricot, DEC Rainbow, Tandy 2000, TI Professional, Victor 9000, and Zenith Z-100 systems, as well as around 30 flavors of Unix, including AT&T, NCR, SCO Xenix, Microport Unix, DEC Ultrix, Pyramid Tech Unix, Tru64, AIX, Motorola 8000, and HP9000, SGI IRIX and Sun-3.

Macintosh

Development of WordPerfect for Macintosh did not run parallel to versions for other operating systems, and used version numbers unconnected to contemporary releases for DOS and Windows. Version 2 was a total rewrite, adhering more closely to Apple's UI guidelines. Version 3 took this further, making extensive use of the technologies Apple introduced in Systems 7.0–7.5, while remaining fast and capable of running well on older machines. Corel released version 3.5 in 1996, followed by the improved version 3.5e (for enhanced) in 1997. It was never updated beyond that, and the product was eventually discontinued. As of 2004, Corel has reiterated that the company has no plans to further develop WordPerfect for Macintosh (such as creating a native Mac OS X version).

For several years, Corel allowed Mac users to download version 3.5e from their website free of charge, and some Mac users still use this version. The download is still available at the Mac Yahoo group[39] along with the necessary OS 8/9/Classic Updater that slows scroll speed and restores functionality to the Style and Window menus. Like other Mac OS applications of its age, it requires the Classic environment on PowerPC Macs. While Intel Macs do not support Classic, emulators such as SheepShaver, Basilisk II and vMac allow users to run WordPerfect on any Macintosh computer. Users wishing to use a current release of WordPerfect can run the Windows version through Boot Camp or a Windows emulator, and through Darwine or CrossOver Mac with mixed results.

Atari ST

Like the Macintosh version, development of WordPerfect for the Atari ST did not run parallel to the DOS versions. However the Atari ST version number aligned with contemporary DOS releases. In 1987, WordPerfect Corp. released version 4.1. This was the only Atari version ever released, but numerous patches and updates ensured that the Atari version of WordPerfect ran on all Atari ST, Atari STe, TT, and Falcon computers.

WordPerfect ST differs from the DOS version most notably in speed and number of windows a user can open. On the Atari ST version, a user can open up to four windows (compared to DOS' two) and the application runs three to five times faster than the DOS version (depending on which update or patch is installed). This was possible because WordPerfect for the Atari ST was designed from the ground up and was optimized for the Motorola 68000 processor as well as Atari's GEM (Graphics Environment Manager) operating system.[40]

WordPerfect for the Atari ST retailed at US$395 with a student version for US$99.[41] The price of WordPerfect was significantly higher than most of the other Atari word processors available at the time. Atari Corporation published a version of Microsoft Write (the Atari version of Microsoft Word 1.05 for the Macintosh) for US$129.95 (almost 75% off the suggested retail price of WordPerfect), which did not help WordPerfect's campaign to establish itself as the standard word processor on the Atari platform.

In 1988 WordPerfect threatened to abandon the Atari market after copies of the word processor were found on several pirate bulletin board systems. However, support from the Atari community convinced WordPerfect to reconsider and support for the Atari ST continued,[42][43] but only a single developer was assigned to the project to fix bugs.[44]

A WordPerfect 5.1 version for the Atari ST was planned and in development but was later cancelled.[45]

Amiga

In 1987 WordPerfect was ported to the Amiga 1000[46] and was upgraded through version 4.1 on the Amiga platform despite rumors of its discontinuation.[47] The company's efforts were not well supported by Amiga users and it did not sell well.[48][49] Though it could be started from the Workbench or CLI, WordPerfect remained a fundamentally text-oriented program and retained its DOS command structure.[50] Satellite Software received criticism for releasing a non-graphical word processor on a graphically oriented system.[48]

In 1989 WordPerfect Corporation stopped all Amiga development, including work on a version of PlanPerfect, stating that it had lost $800,000 on the computer and could not afford to add Amiga-specific features. After customers stated that they would be satisfied with a DOS-like word processor the company resumed development of only the Amiga version of WordPerfect,[44] but discontinued it in 1992.[51]

Linux

In 1995, WordPerfect 6.0 was made available for Linux as part of Caldera's internet office package. In late 1997, a newer version was made available for download, but had to be purchased to be activated.

In 1998 Corel released WordPerfect 8.0 for Linux. The full version was sold as a package. A cut-down version was made available for downloading.

Hoping to establish themselves in the nascent commercial Linux market, Corel also developed their own distribution of Linux. This included WordPerfect 8.1 for Linux. Although the Linux distribution was fairly well-received, the response to WordPerfect for Linux varied. Some Linux promoters appreciated the availability of a well-known, mainstream application for the operating system.

Once OpenOffice.org appeared in 1999, there was little demand for a proprietary, closed-source project like WordPerfect. On top of this, WordPerfect 9.0, which was released as part of the WordPerfect Office 2000 for Linux package, was not a native Linux application like WP 6-8, but derived from the Windows version using Corel's own version of the Wine compatibility library, and hence had performance problems.

WordPerfect failed to gain a large user base, and as part of Corel's change of strategic direction following a (non-voting) investment by Microsoft, WordPerfect for Linux was discontinued and their Linux distribution was sold to Xandros.[52] In April 2004, Corel re-released WordPerfect 8.1 (the last Linux-native version) with some updates, as a "proof of concept" and to test the Linux market. As of 2011, WordPerfect for Linux is not available for purchase.

Linux applications may use the libwpd library to convert Word Perfect documents.[53]

iOS

A WordPerfect X7 app exists on iOS, but it is merely remote desktop software connecting to a Corel-hosted WordPerfect for Windows session.[54]

Unicode and Asian language editing

WordPerfect lacks support for Unicode, which limits its usefulness in many markets outside North America and Western Europe. Despite pleas from long-time users, this feature has not yet been implemented.

For users in WordPerfect's traditional markets, the inability to deal with complex character sets, such as Asian language scripts, can cause difficulty when working on documents containing those characters. However, later versions have provided better compliance with interface conventions, file compatibility, and even Word interface emulation.

However, WordPerfect X4 was reported to be able to import IPA character set, and copy and paste works as long as the pastes into WP are done via Paste Special > Unicode command. Publishing to PDF from WordPerfect embeds the WP-phonetic font together with the Unicode-compatible font.[55]

Reception

PC Magazine stated in March 1983 that "WordPerfect is very impressive, a more than full-featured program with a few truly state-of-the-art goodies tucked into the package". It cited WordPerfect's inclusion of mail merge, footnotes, and macros—all missing from WordStar—as well as "virtually every ... feature that one ought to expect from a higher-priced program" including find-and-replace, bold and underline display, and automatic paragraph reflow.[56] BYTE in December 1984 noted the application's built-in print buffer, ability to show bold, underline, and centered text, and extensive math capabilities. It criticized the quality of the spell checker and difficult tab settings, but concluded that "its powerful capabilities far outweigh the problems mentioned".[57] Compute! called WordPerfect "excellent". It especially praised the clean, uncluttered screen and fast spell checker.[58]

See also

References

  1. "WordPerfect Office X8". wordperfect.com. Corel Corporation. Retrieved 10 June 2016.
  2. "Whole Earth Software Catalog". With all that it's capable of, I'm impressed by WORDPERFECT'S look of spareness. Sometimes it feels crippled to me, but crippled smart.
  3. Corel WordPerfect Reviewer's Guide
  4. 1 2 http://www.columbia.edu/~em36/wpdos/chronology.html#wpjunior30
  5. McNeill, Dan (December 1987). "Macintosh: The Word Explosion". Compute!'s Apple Applications. pp. 54–60. Retrieved 14 September 2016.
  6. WordPerfect. 1994. p. 506. Retrieved 2016-05-30. The Language Resource File (WP.LRS) contains language formatting conventions for use when listing files and using the Date, Sort, Footnote, and Tables features.
  7. Word Perfect Made Easy, Mincberg, 1990, p485
  8. Display advertisement, Info World, 5 Nov 1990, p. 20
  9. 1 2 3 Novell vs Microsoft
  10. A. Utdallas.edu. Retrieved on 2013-07-17.
  11. U.S. Department of Justice Chooses WordPerfect Office 12 (Corel.com)
  12. Novell Files WordPerfect Antitrust Lawsuit against Microsoft (Novell.com)
  13. Novell v. Microsoft - The Antitrust Trial Begins; Picking the Jury ~ by Pamela Jones
  14. Gates: Microsoft Word was better than WordPerfect; USA Today via Associated Press; November 21, 2011
  15. Novell Antitrust Suit Against Microsoft Sputters to a Close - John Paczkowski - News. AllThingsD (2012-07-16). Retrieved on 2013-07-17.
  16. Whittaker, Zack. (2012-07-17) Judge dismisses Novell's antitrust suit against Microsoft | Microsoft - CNET News. News.cnet.com. Retrieved on 2013-07-17.
  17. Novell Files its Opening Appeal Brief in WordPerfect Antitrust Litigation v. Microsoft ~pj Updated. Groklaw (2012-11-26). Retrieved on 2013-07-17.
  18. "MEMORANDUM in Opposition re 297 MOTION for Judgment as a Matter of Law filed by Plaintiff Novell" (PDF).
  19. Novell v. Microsoft - Day 2 - Opening Statements ~ pj - Updated 2Xs. Groklaw (2011-10-18). Retrieved on 2013-07-17.
  20. Corel WordPerfect Office X3 Home Edition review (CNET.com)
  21. Corel (2007). "OOXML/ODF beta for WordPerfect Office now available!". Retrieved 2007-11-15
  22. iWork has no game against Office or WordPerfect
  23. Welcome to WordPerfect Office X6
  24. Lextrait, Vincent (July 2010). "The Programming Languages Beacon, v10.3". Retrieved 5 September 2010.
  25. WordPerfect Office X8 Meets Power Users' Most Popular Requests
  26. Corel ships WordPerfect Office 2000
  27. Corel Announces Worldwide Preview of WordPerfect Office 2000
  28. WordPerfect Office 2000 Available Now! Corel's Flagship Product Hits Store Shelves to be First Available of Next Generation Office Suites
  29. Corel Launches WordPerfect Office 2000 Small Business Edition: Comprehensive productivity solution targets the needs of small-business users
  30. Corel Brings Families Together With WordPerfect Family Pack 2: Latest Release Hits Store Shelves Just in Time for the Holidays
  31. WordPerfect® Family Pack 3 is Now Available
  32. Get the word out – Corel releases WordPerfect® Office 2000!
  33. Corel Announces Strategic Alliance with Philips to Include Latest FreeSpeech Technology in International Editions of WordPerfect® Office 2000
  34. WordPerfect® Law Office 2000 Is On Store Shelves
  35. WordPerfect® Office 2000 for Linux® is Now Shipping !
  36. Maxspeed’s Linux® Desktop Devices to be Bundled with Corel® LINUX® OS and WordPerfect® Office 2000 for Linux® OEM
  37. Corel WordPerfect 5.3 for OpenVMS
  38. Corel WordPerfect 7.1 for OpenVMS
  39. wordperfectmac : WPMac. groups.yahoo.com/neo/groups/wordperfectmac/info. Retrieved on 2014-02-28.
  40. WordPerfect: Atari Forever
  41. WordPerfect ST: Proving why it's the IBM PC bestseller
  42. "Word Perfect Furor".
  43. "ST USER".
  44. 1 2 Atkin, Denny (August 1989). "Amiga Isn't Perfect". Compute!. p. 7. Retrieved 11 November 2013.
  45. WordPerfect ends Atari support
  46. "Advertisement". Info World. 14 September 1987. p. 104.
  47. "Amiga Gets More Perfect".
  48. 1 2 "When will new WordPerfect be available?".
  49. "Almost Perfect by W. E. Pete Peterson".
  50. "Commodore Magazine review".
  51. "WordPerfect Letter Writing Campaign".
  52. "Xandros Corporate Background". Xandros. Archived from the original on 2004-04-09. Retrieved 2007-06-05.
  53. "libwpd - a library for importing WordPerfect (tm) documents". SourceForge. Retrieved 2012-07-02. libwpd is a C++ library designed to help process WordPerfect documents. [...] libwpd is used by LibreOffice, AbiWord, LibreOffice, OpenOffice.org and KOffice.
  54. https://itunes.apple.com/app/wordperfect-x7/id654787680
  55. Thread: Unicode and the future of WordPerfect
  56. van Gelder, Lindsy (March 1983). "WordPerfect Reaches For The Star". PC Magazine. p. 431. Retrieved 21 October 2013.
  57. Birmele, Ricardo (December 1984). "WordPerfect". BYTE (review). p. 277. Retrieved 23 October 2013.
  58. Mansfield, Richard (August 1985). "WordPerfect". Compute! (review). pp. 38, 40. Retrieved 30 October 2013.

Download sites

This article is issued from Wikipedia - version of the 11/4/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.