home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR8 / ORPH163A.ZIP / WHATS.NEW < prev   
Text File  |  1993-08-23  |  29KB  |  495 lines

  1.                                  Orpheus v1.63
  2.  
  3.  
  4.        NOTE:  As of version 1.60 Orpheus uses a new and simpler interface
  5.        for hypertext navigation, especially in the Orpheus Reader.  See
  6.        below under "Changes to the Interface".  Books compiled with earlier
  7.        versions may not be fully compatible with the Reader, especially if
  8.        they use script commands.  Recompile them to use with this version.
  9.        Additional compatibility notes (for versions prior to 1.50) follow
  10.        the description of version 1.61.
  11.  
  12.  
  13. Version 1.63 (August 23, 1993)
  14.  
  15.    NEW FEATURES:
  16.      - Improved error correction:  if a card has faulty uplink data (the
  17.        link binding it to its parent card), Orpheus detects and repairs it 
  18.        automatically in the authoring program.
  19.  
  20.    FIXES:
  21.      - French-Canadian users were unable to type the e-acute (ascii 130)
  22.        in the manner to which they are accustomed.  Fixed in OH.EXE and in
  23.        the Reader's Notepad and Formfill dialogs, which now accept all of the
  24.        accented characters.
  25.      - In the Index dialog in OH.EXE, if you attempted to delete the last
  26.        entry the change wouldn't be saved.  Also, in certain circumstances
  27.        edited index entries weren't correctly saved.  Both fixed.
  28.      - Corrected several errors in the string-edit function, which affected
  29.        various dialogs including the Index.
  30.      - In the Reader, a script with alternate jump() commands would ignore
  31.        all but the last, unless each was followed by a goto to the end of
  32.        the script.  This is no longer necessary:  a jump() immediately
  33.        breaks out of the script and jumps where directed.
  34.      - In the Reader, if a card had multiple linkwords (such as crosslinks)
  35.        pointing to the same card, and if you returned to the first card from
  36.        the second, the selection bar would be drawn on all the related
  37.        linkwords instead of just the first.  Fixed.
  38.      - In the Reader's Formfill dialog, if a form had sections with no entry
  39.        fields onscreen, scrolling up and down could cause a crash.  A crash
  40.        could also occur if the form was in a large libary file.  Finally, if
  41.        you filled an entry field and pressed End, the cursor would go beyond
  42.        the end of the field and you could type more data (corrupting memory).
  43.        All fixed.
  44.      - Formfill reserves ALL bracket characters [], {}, and <> for its own
  45.        use in defining fields, but the [] characters were slipping by.  If you
  46.        want to display ANY bracket character or control code you must do so by
  47.        preceding it with a backslash, like so:  "\[".
  48.      - Fixed the ghosting problem when the mouse pointer in the Reader goes
  49.        around hotspots in ansi screens.
  50.      - In OH.EXE, Repair Card would think a Crosslink to the Homecard was
  51.        a bad link.  Fixed.
  52.      - Fixed errors in the Fileview window's hypertext functions (in both
  53.        programs).
  54.  
  55.    OTHER CHANGES:
  56.      - Changed the Reader's menus a little, taking a few things from the
  57.        (overcrowded) File Menu and creating a Read Menu.
  58.      - Internal revisions to make the Reader multilingual:  a French version
  59.        of the Reader will soon be available, followed by other languages as
  60.        the translations come in.
  61.  
  62. /////////////////////////////////////////////////////////////////////////////
  63.  
  64. Version 1.62 (July 7, 1993)
  65.  
  66.    FIXES:
  67.      - Finally found the problem that was preventing Orpheus from running
  68.        on machines with non-extended keyboards.  Fixed.
  69.  
  70. /////////////////////////////////////////////////////////////////////////////
  71.  
  72. Version 1.61 (July 5, 1993)
  73.  
  74.    NEW FEATURES:
  75.      - Yes, we have an Index!  Available on OH.EXE's Tools Menu, the Index
  76.        Dialog makes it easy to build an alphabetically-sorted index of topics
  77.        and subtopics, with each one linked to the card you specify.  Not only
  78.        can you use the index for your own convenience while authoring, you
  79.        can provide it in compiled form (as an .IDX file) for the use of your
  80.        readers.  When the Orpheus Reader detects a valid index file it
  81.        displays an "Index" button on the Reader's Titlebar.  Indexing is
  82.        thoroughly discussed in OH.EXE's online help:  open the Tools Menu,
  83.        place the selection bar on "Index", and press F1.
  84.      - The Reader's DOS shell is now like OH.EXE's, swapping to extended or
  85.        expanded memory if available, or else to disk.  The same routines are
  86.        used with run() and runbat() commands, allowing your scripts to call
  87.        programs that require a lot of memory.
  88.      - OH.EXE is now "pathable", meaning you can store your main Orpheus files
  89.        in any location referenced by the DOS PATH command, and work anywhere
  90.        else on your system.  You can also specify the path on the command
  91.        line.  Files that must be in the same location as OH.EXE include
  92.        OH.HLP (the Help file) and (if you are a registered user) REGIT.EXE.
  93.        Orpheus also looks for and stores OH.CFG (the configuration file) in
  94.        the same location.
  95.      - Forms can now use the reserved bracket characters (such as [ ]) if
  96.        each is preceded by a \ backslash character.  See Chapter 2 of
  97.        MANUAL2.DOC, under the Load() command.
  98.  
  99.    FIXES:
  100.      - In Boxdraw mode, Backspace and Delete didn't work correctly.  Fixed.
  101.      - In some circumstances blink was left on when OH.EXE returned from
  102.        a DOS shell.  In some circumstances the Reader left relics of the
  103.        mouse pointer.  Both fixed.
  104.      - Retrace works better now in OH.EXE (same as in the Reader).
  105.      - The Reader's Notepad editor wasn't saving text that had scrolled
  106.        above the window.  Fixed.
  107.      - In OH.EXE, clicking on the More flag was interpreted according to the
  108.        old interface rather than the new one.  Fixed.
  109.      - Rewrote the directory picklist (used especially with FileView) to
  110.        post a sorted directory.  Along with reducing code and fixing a glitch
  111.        or two, I removed the limit on how many files it could handle.
  112.      - Rewrote the Recover Orphan dialog (it was buggy), streamlining the
  113.        code and making it easier to use.
  114.      - If a Graphic card included a trymode() test and jumped to end on
  115.        failure, Orpheus would behave as if it were indeed in a graphic.
  116.        Now if the video mode hasn't been changed to a graphic mode, and if
  117.        there is not an ansi screen displayed, we return to the parent card.
  118.      - In the Reader, if you placed the mouse pointer over an ansi hotspot
  119.        and then used a keyboard hotkey or did a mouseclick, the mouse pointer
  120.        would retain its hotspot shape.  Fixed.
  121.      - The script command "set(blink=off)", for high-intensity backgrounds in
  122.        ansi screens, wasn't working in OH.EXE, and was being ignored in
  123.        the Reader.  Fixed.
  124.      - In version 1.60 of OH.EXE the routine to get numeric input was
  125.        revised to be more robust, but a crucial line of code was left out,
  126.        disabling functions like Copy To on the Window Menu.  Fixed.
  127.      - Under certain circumstances an Edit window would be left empty after
  128.        using Change Linktype.  Fixed.
  129.      - When a block of text with embedded links was moved to another card, if
  130.        even one of the links was a Crosslink the results were disastrous.
  131.        This was a long-standing bug because the effects were never noticed
  132.        right away, nor was the Crosslink connection until the bug bit ME.
  133.        Once found, fixed in a jiffy.
  134.  
  135.    OTHER CHANGES:
  136.      - In the Reader, for users looking for hotspots in graphics and ansi
  137.        screens WITHOUT A MOUSE, the new navigational interface now has a more
  138.        logical implementation.  In 1.60 you had to hold down Shift while using
  139.        the arrow keys to move the pointer, a fact that was only documented in
  140.        this file. (!)  Now the pointer ONLY appears if there is at least one
  141.        hotspot, and arrow keys behave as if the hotspots were linkwords:
  142.        up/down arrow moves the pointer directly from hotspot to hotspot, right
  143.        arrow jumps through a hotspot, and left arrow retraces your path.
  144.        (Remember, these remarks ONLY apply to using the Reader without a
  145.        mouse.)  Unlike the mouse pointer, the keyboard pointer is perforce
  146.        on a hotspot if it appears at all, so there is no need for it to change
  147.        shape.  In graphics, the keyboard pointer is now a square box; in
  148.        ansi screens it is a bright white (normally blinking) right arrow.
  149.        The keyboard pointer always goes to the upper left corner of the
  150.        hotspot; this may look peculiar in graphics, but in ansi screens it
  151.        can be useful if you draw your hotspots right.  See Hotspot() in
  152.        Chapter 2 of MANUAL2.DOC for further discussion.
  153.      - For consistency I've changed the Edit Init accelerator to Ctl-I,
  154.        in order to use Alt-I for the Index.
  155.      - Dropped Two-Way Crosslinks, since the new navigational interface
  156.        makes them unnecessary.  To make a Crosslink, place the cursor on
  157.        the intended linkword before opening the Link Menu.
  158.      - Crosslinks are now permitted in Graphic cards.
  159.      - The Help window in both programs now has a scrollbar for the
  160.        convenience of mouse users, as do various other dialogs.
  161.      - If a quit() command is encountered in a script, the Reader now saves
  162.        the bookmark and notepad files before exiting.
  163.      - In the Reader, you no longer have to click on an unselected linkword
  164.        to select it, then click again to jump through it.  One click suffices.
  165.  
  166.    CHANGES TO THE INTERFACE:
  167.      - Navigating in the Reader is now simpler and more convenient, with the
  168.        old trio of cryptic symbols on the titlebar replaced by the single word
  169.        "Home".  The normal method of returning is simply to retrace your path,
  170.        and readers no longer have to think about whether they've jumped
  171.        through a Crosslink or some other kind of links.  Here is a full
  172.        description of the interface, with new elements shown by an asterisk.
  173.        (Notes on a related change in OH.EXE come next.)
  174.        WITH THE MOUSE:
  175.              - as before, to select a linkword or the More cue, click on it
  176.                with the left button; to jump through it, click again.
  177.            * - to jump Home, click on the "Home" command on the titlebar, or
  178.                in the upper right corner if the titlebar is hidden.
  179.            * - to retrace your path one step backwards, click the RIGHT
  180.                mouse button.
  181.            * - to force a jump to the parent of the current card, hold down
  182.                the Control key and click the RIGHT button.  (Most users will
  183.                never need this move.)
  184.         WITH THE KEYBOARD:
  185.              - as before, the Home key jumps Home.
  186.              - as before, the Up and Down arrow keys select linkwords
  187.                including the More cue.
  188.            * - RIGHT arrow key jumps through the currently selected
  189.                linkword or hotspot.
  190.            * - If a card has a More link, PgDn jumps through it even if the
  191.                More cue isn't selected.  (PgUp does nothing.)
  192.            * - LEFT arrow key retraces your path one step backwards.
  193.            * - to force a jump to the parent of the current card, hold down
  194.                the Control key and press the LEFT arrow.  (Most users will
  195.                never need this move.)
  196.            * - in a graphic or ansi screen where the square pointer appears,
  197.                move the pointer around (to look for hotspots) by holding down
  198.                the SHIFT key while using the arrow keys.  (To jump through a
  199.                hotspot, release the Shift key and press the right arrow key.)
  200.      - In OH.EXE I've switched the assignments of two keys to reflect the
  201.        changes above:  the RIGHT arrow key now jumps through the linkword at
  202.        the cursor (instead of PgDn), and PGDN now jumps through the More link
  203.        if any (instead of the right arrow).  Left arrow already did Retrace.
  204.        We're keeping PgUp to go to the parent card, because authors are more
  205.        likely to be working with related cards than merely browsing their
  206.        own hypertext.  The mouse interface hasn't changed.  Note:  if you are
  207.        new to Orpheus, read MANUAL1.DOC, or OH.EXE's online help on
  208.        "Navigating Hypertext".
  209.      - The Retrace buffer in both programs only records "forward" jumps, i.e.
  210.        those through linkwords, More links, etc.  Formerly it recorded jumps
  211.        in all directions.
  212.      - To be consistent, I've also updated the Help interface so that pressing
  213.        the Right arrow jumps through a linkword, while pressing the Left arrow
  214.        duplicates the "Back" command.  This change applies to =both= programs.
  215.      - Also in both programs, when the FileView window has hypertext links
  216.        the right and left arrow keys perform the same navigational functions
  217.        as everywhere else:  right arrow goes through a link, left arrow
  218.        returns.  The original keystrokes (Enter and Backspace) also work.
  219.      - Updated the Welcome screen to reflect the new interface; if the Reader
  220.        detects a new user or one who has a CFG from an earlier version, the
  221.        Welcome screen comes up automatically.
  222.  
  223. /////////////////////////////////////////////////////////////////////////////
  224.  
  225.    COMPATIBILITY NOTES: (versions prior to 1.50)
  226.  
  227.        Those who have used programming commands should note that message()
  228.        is now the much more powerful text() command.  There are also slight
  229.        changes to play(), jump(), and jumplist(), and hotspots will have to
  230.        be redrawn (again) to conform to the new standard.  See below and the
  231.        entries for these commands in MANUAL2.DOC.
  232.  
  233.        Versions prior to 1.30:
  234.        As of version 1.30, compiled books created with earlier versions of
  235.        Orpheus are no longer compatible with the Orpheus Reader.  Uncompiled
  236.        books are however compatible with OH.EXE, and can simply be recompiled.
  237.  
  238.        If you have created Graphic, Init, or Action links, you will need
  239.        to update them to use the Orpheus Command Language, as detailed in
  240.        Part II of the User's Guide, MANUAL2.DOC.  See especially Chapter 3,
  241.        "Converting Old Commands".
  242.  
  243. /////////////////////////////////////////////////////////////////////////////
  244.  
  245. Version 1.60 (May 27, 1993)
  246.  
  247.    NEW FEATURES:
  248.      - The Reader now has a Formfill window in which your users can fill out
  249.        forms or questionnaires onscreen, then print them to disk or to the
  250.        printer.  Use the load() command with the "form" keyword as explained
  251.        in MANUAL2.DOC.
  252.      - Protect your work and reduce file-clutter with library files!  Library
  253.        files can contain forms, graphics, and ansi screens; combining many
  254.        such files into a library eliminates the average 1000 bytes per file
  255.        of wasted disk space.  For distribution, library files compress more
  256.        efficiently; at runtime, Orpheus reads from them directly with no loss
  257.        in speed.  FGILIB.EXE (the library manager) is free to registered
  258.        users.  See Chapter 7 or MANUAL1.DOC.
  259.      - Now when starting up the Reader you can specify a card number on the
  260.        command line.  This is mainly for the use of authors who wish to use
  261.        Orpheus as context-sensitive help for another program.  To find out
  262.        what numbers to use, turn on "List Compiled Numbers" on the Project
  263.        Menu before compiling.  For each card that you wish to load by number,
  264.        navigate to it in OH.EXE and note its "uncompiled" number on the File
  265.        Menu.  After compiling, look in the .DOC file made for that project
  266.        and find the equivalent compiled number.  This feature is safe:  if
  267.        the specified number is for an Init or Action card, or for a card that
  268.        does not exist, the Reader loads the designated Home card instead.
  269.        Authors can also use it with the load(new...) command, setting up an
  270.        Action link that takes the user not only to a new book, but to a
  271.        specific card in that book.
  272.  
  273. /////////////////////////////////////////////////////////////////////////////
  274.  
  275. Version 1.54 (May 6, 1993)
  276.  
  277.    NEW FEATURES:
  278.      - The FileView window now has essential hypertext capabilities.  Using
  279.        simple text codes, you can link as many text files as you want and
  280.        have quick access to them through Orpheus.
  281.      - The load() command now lets you link to external, uncompiled text
  282.        files.  Using the "text" keyword, as in load(text, filename.ext) you
  283.        can give your readers access to often-updated text files which they
  284.        can edit themselves.  Files are viewed in a version of the FileView
  285.        window adapted to the Orpheus Reader.  As in OH.EXE the window has
  286.        hypertext capabilities (explained in online help) which users can
  287.        extend to make links to their own text files.  See MANUAL2.DOC for
  288.        details.
  289.  
  290. //////////////////////////////////////////////////////////////////////////////
  291.  
  292. Version 1.50 (March 12, 1993)
  293.  
  294.    NEW FEATURES:
  295.        As promised, I've got plenty of goodies for those who enjoy working
  296.        with programmable cards.  (New users please note, you don't *have*
  297.        to program in Orpheus.  However, the Orpheus Command Language makes it
  298.        easy to achieve special effects with both text and graphics.  These
  299.        features are explained and illustrated in MANUAL2.DOC.
  300.      - The text() command replaces message(), letting you display up to 23
  301.        lines of text with a maximum length of 74 characters in a temporary
  302.        window.  Parameters give you control over the location and appearance
  303.        of the window, even how long it remains onscreen.  This is ideal for
  304.        those small notes that you don't want to place on a separate card, or
  305.        for things you want to display side-by-side with other text.
  306.      - The lookfor() command lets you check to make sure the user has a
  307.        required file.  Sets a flag to "okay" or "failed" accordingly, which
  308.        you can test and respond to the same as with trymode().
  309.      - The gbox() command lets you draw a filled rectangle in any graphics
  310.        mode, in the color of your choice.  Coordinates can be given in pixels
  311.        or character cells (like text mode).  Gbox() is ideal for setting up a
  312.        window in which to display graphics text; it can also be used to draw
  313.        boxes around small images.
  314.      - The gtext() command lets you display text in any graphics mode.
  315.        Currently only the hardware (ROM) characters are available -- the same
  316.        as you see in text mode -- but in a few weeks we'll have a choice of
  317.        bit-mapped fonts as well.
  318.      - Multiple graphics can be displayed simultaneously by using the set()
  319.        command to turn off fadein and fadeout.  You can even set the video
  320.        mode, draw a graphics box with gbox(), then call graphic() to display
  321.        an image inside the box.
  322.      - The load() command lets you load a whole new book!  For example, you
  323.        could have a trilogy of electronic novels, and in each one include
  324.        a little menu with Action links through which the user can go directly
  325.        to one of the others.
  326.      - The jump() command now accepts a number representing the card from
  327.        which you can "pretend" to have jumped, useful if repeatedly returning
  328.        to a Contents or Menu card where you would like the last-used linkword
  329.        to be hilited on return.
  330.      - Now ansi screens can have hotspots!  The rules are the same as for
  331.        putting hotspots in real graphics; see MANUAL2.DOC for details.
  332.      - The FileView window now offers a super-fast way to import text from
  333.        long external files.  Selecting "AutoMark" instantly marks a full
  334.        23-line block.  The prompt then turns to "AutoMORE", and if you select
  335.        it again, Orpheus automatically appends a More link to the card in
  336.        the current Edit window, jumps to it in the background, and copies in
  337.        the block from FileView.  In other words, pressing <A> twice grabs a
  338.        23-line chunk and adds it to your work in a brand new card.  (You could
  339.        do the same thing with a macro, but this is faster.)  AutoMark even
  340.        lets you grab only as much as you want by resizing the block with the
  341.        Up/Down and PgUp/PgDn keys.
  342.  
  343. /////////////////////////////////////////////////////////////////////////////
  344.  
  345. Version 1.41 (February 3, 1993)
  346.  
  347.    NEW FEATURES:
  348.      - The Reader now has a Tour mode (accessed through the File Menu).  Gives
  349.        a self-running tour of your complete book.  Options include time delay
  350.        between moves (1-99 seconds), random/sequential order, advance after
  351.        delay or after keypress or either one.  Once started, Tour mode only
  352.        stops if you press Alt-T.  (Self-running tours are great for lobbies,
  353.        store windows, and other public displays.)  Tour Mode does not access
  354.        Init and Action cards, since they could contain commands that would
  355.        interrupt the tour.
  356.      - Reader options now include ability to ignore the Auto-Bookmark when
  357.        you re-open a book.
  358.  
  359. /////////////////////////////////////////////////////////////////////////////
  360.  
  361. Version 1.32 (January 21, 1992)
  362.  
  363.    NEW FEATURES:
  364.      - The Orpheus Command Language lets you write command scripts (similar to
  365.        batch files) in any Init, Action, or Graphic card.  Scripts can test
  366.        conditions (such as the user's hardware) and take alternate branches.
  367.        The language is designed to be easy to use yet swift in performance,
  368.        and easily extended:  new commands will come in forthcoming releases.
  369.        A complete guide to OCL is given in Part II of the User's Guide, in
  370.        the file MANUAL2.DOC.
  371.      - Orpheus now looks for graphic files first in the current directory,
  372.        then in a directory specified with the ORPHEUS environment variable
  373.        and a /g switch.  The following DOS command (given either at the DOS
  374.        prompt or in a batch file) would tell Orpheus to look in the c:\art
  375.        directory:   "SET ORPHEUS=/GC:\ART".  Both the environment variable
  376.        and the switch may be in uppercase or lowercase.  (This feature applies
  377.        to both OH.EXE and the Orpheus Reader.
  378.      - Now you can display ANSI files from Orpheus, and the user's system
  379.        does not have to have ansi.sys installed.  Files are located using
  380.        the same method as for graphics described above.
  381.      - Now you can load a file into the FileView window from the command line,
  382.        using the "/v" switch.  For example:  "OH TEST /VMANUAL.DOC" would
  383.        load both the "Test" project in the Edit windows and MANUAL.DOC in
  384.        the FileView window.  The command "OH /VMANUAL.DOC" would do just
  385.        the latter, leaving the Edit windows empty.
  386.      - Added Alt-S as a hotkey to the Search Dialog in the FileView window.
  387.        (In Edit windows, this pulls down the Search Menu.)
  388.      - If you close a book and then re-open it later, the Reader now returns
  389.        automatically to the last location you were in (or rather gives you
  390.        the option to do so after first displaying the Homecard).
  391.      - Added Nordic characters to the support for foreign languages.  See
  392.        online help, Using The Keyboard -> Inserting Accents.
  393.      - Added "Edit Init" to the Link Menu, which is rearranged to group the
  394.        programmable card types.
  395.      - Added two debugging tools available through the Tools Menu, which now
  396.        has submenus under "Repair" and "Jumplist".
  397.      - Additional color options, including ability to compile a book with your
  398.        colors built-in.  The end-user can still set his own colors, but he
  399.        sees yours first.  To make this more manageable the menu system in
  400.        the Orpheus Reader now has 2 pulldowns, "File" and "Options".  You
  401.        can choose the default colors, your own, or the author's.  (The "Paint"
  402.        colors are intended for use with a script command, to be added later.)
  403.      - Reader options now allow you to turn off sound.  This will become
  404.        more important as the Command Language grows.
  405.  
  406. /////////////////////////////////////////////////////////////////////////////
  407.  
  408. Version 1.24 (November 22, 1992)
  409.  
  410.    NEW FEATURES:
  411.      - Opening the menu system with the mouse, or with Esc, now pulls down
  412.        whichever menu was used last.  To open the menus with the mouse you
  413.        now click the left button on "Esc:Menu" (not the right button).
  414.      - Now you can mark all text in a card in one stroke with Ctrl-F5; good
  415.        for all block operations except reformat.
  416.      - At last!  Complete mouse support for all block operations!  The right
  417.        button marks in your choice of stream, line, or column modes; clicking
  418.        the right button clears an existing mark.  Clicking the left button
  419.        performs your choice of pasting, moving, or framing a block; if framing
  420.        is selected and you mouse-mark in column mode, the Frame dialog pops
  421.        up automatically.  To select mode and action, slip the mouse pointer
  422.        to the message area on the statusbar, to the left of the title.
  423.  
  424. /////////////////////////////////////////////////////////////////////////////
  425.  
  426. Version 1.23 (November 9, 1992)
  427.  
  428.    NEW FEATURES:
  429.      - New on the Print Options submenu of OH.EXE:  you can enter a printer
  430.        setup string for Orpheus to send to the printer before a global print
  431.        or every one-card print.  This is also on the Print submenu of
  432.        the Orpheus Reader.  Additionally, both programs let you choose between
  433.        removing and not removing control codes (see below) from the print
  434.        stream.
  435.      - New characters!  Instead of reserving all 31 control codes (characters
  436.        with an ascii value of 1-31), Orpheus now lets you use 18 of them in
  437.        your text.  Characters include:  the card suits, musical notes, male/
  438.        female symbols, true arrows, etc.  The complete list is shown in the
  439.        Ascii Table (Alt-A).
  440.      - Music!  Play() command lets you play music from an Init or Action card.
  441.        For music to play automatically when the reader enters a card, place
  442.        the Play() command in an Init; for music to play only when the user
  443.        selects an Action link, place the command in the Action card.
  444.  
  445. /////////////////////////////////////////////////////////////////////////////
  446.  
  447. Version 1.22 (October 30, 1992)
  448.  
  449.    NEW FEATURES:
  450.      - The Orpheus Reader is now network-friendly:  a user can be on one
  451.        drive-directory, the Reader and its help file on another, and the
  452.        book to read on yet another.  The user's personal configuration,
  453.        bookmark, and notepad files are saved in his own directory.
  454.      - Also in the Reader, the directory dialog now lets you look for HTX
  455.        files anywhere on your system.
  456.  
  457. /////////////////////////////////////////////////////////////////////////////
  458.  
  459. Version 1.21 (October 9, 1992)
  460.  
  461.    NEW FEATURES:
  462.      - Now you can launch a program or batch file from within OH.EXE (not just
  463.        from the Reader).  See Action Links on the Link Menu, and read Help
  464.        on Programming Hypertext.
  465.      - Special support for users working in languages other than English.
  466.        Read online Help on "Using the Keyboard"->"Inserting Accents", or
  467.        open the Options Menu and select "Keyboard".
  468.      - Added Delete Word Left (Ctrl-Backspace) to OH.EXE's internal word
  469.        processor.
  470.      - Added an Ascii Table displaying all characters with their ascii values,
  471.        from 32 (space) up to 255.  (Values below 32 are control codes
  472.        reserved for use by Orpheus.)  Any character on the table can be
  473.        inserted by clicking on it, or by selecting it with the arrow keys and
  474.        pressing Enter.
  475.  
  476. /////////////////////////////////////////////////////////////////////////////
  477.  
  478. Version 1.20 (October 2, 1992)
  479.  
  480.    NEW FEATURES:
  481.       - Instant macros with keyboard recording.  Record up to 500 keystrokes
  482.         in up to 10 keystroke macros and assign to the keys of your choice.
  483.         See "Macro" on the Tools Menu.
  484.       - All cards in a book can now be displayed within a "frame" (box), using
  485.         the style of your choice.  See "Frame" on the Project Menu.
  486.       - The Edit Menu now includes Column Marking, and all block ops can now
  487.         be performed on column blocks, including deleting, pasting, moving,
  488.         and moving a block with embedded links to another card.
  489.       - Instant boxes!  Mark a column block and then press Ctrl-F9:  the
  490.         Frame Dialog pops up with a choice of 6 styles.  Want to change the
  491.         the style of an existing box?  -- Easy: column-mark it and hit
  492.         Ctrl-F9, then just pick a different style or select "None" to remove
  493.         the box entirely.  See "Frame Block" on the Tools Menu.
  494.  
  495.