home *** CD-ROM | disk | FTP | other *** search
/ Media Depot 5 / mediadepotvolume51993.iso / FILES / 21 / OH211A.ZIP / UPDATE.TXT < prev   
Text File  |  1996-07-17  |  26KB  |  505 lines

  1.                       Copyright 1996, Hyperion Softword
  2.  
  3.                     *************************************
  4.                     *      Orpheus 2, version 2.11      *
  5.                     *************************************
  6.  
  7.                 Comments and queries to:  Hyperion Softword,
  8.               535 Irene-Couture, Sherbrooke, QC J1L 1Y8, Canada
  9.                     tel/fax - 819-566-6296 (Rod Willmot)
  10.                        email - willmot@interlinx.qc.ca
  11.  
  12.  
  13. This file lists changes, fixes, and new features in successive versions
  14. of Orpheus 2.  As in archeology, the most recent stuff is at the top.
  15.  
  16. Version 2.11:
  17. =============
  18.  - Added "List orphan cards" to the Project menu, a function that finds and
  19.    lists any cards that are not going into your finished product, and that
  20.    may therefore be just cluttering your disk.  After loading the ORPHAN.LOG
  21.    file you can examine these cards and optionally unlink->delete them.
  22.    Along with this addition I rearranged the Project menu and provided an
  23.    extra way to load the HOTSPOT.LOG.
  24.  
  25.  - Fresh compile now deletes a directory's existing CMP, if any, instead of
  26.    carrying over old compiled cards that no longer have uncompiled versions.
  27.    The assembler now double-checks compiled Event cards.  Fixed an error in
  28.    OH.EXE involving compilation of Graphic cards.
  29.  
  30.  - Version 1.7 of the Indexer (OHINDEX.EXE) has a bug-fix that prevents it
  31.    from falling into an infinite loop in certain circumstances.
  32.  
  33.  - Fixed a recent error introduced into the Reader's and the Simulator's code
  34.    for displaying the contents of a field.  Fixed an error in OH.EXE by which
  35.    the ruler wasn't redisplayed on return from the Simulator.
  36.  
  37. Version 2.10 (first non-beta release):
  38. ======================================
  39.  - Minor changes:  when OH.EXE loads an external text file that is not a
  40.    hypertext card, it switches to ascii mode in the current window.  Related
  41.    to this:  when you use File Import, the characters "\", "<", and ">"
  42.    are automatically "escaped" with an additional "\" character to render
  43.    them visible in hyper mode.
  44.  
  45.  - Added an OUTPUT.LOG file to list the files generated as your finished
  46.    product.  You can access this immediately after a successful Build Project
  47.    session in which assembly took place, or any time afterwards through the
  48.    Project menu.
  49.  
  50.  - Fixes in OH.EXE:
  51.     - Corrected the initial cursor position in the Color Dialog (also in
  52.       the Reader's version of it).
  53.     - When used on a built-in link such as a Report or Init, the Unlink dialog
  54.       left conflicting card-header data in memory.
  55.     - Corrected a couple of errors that could occur with wordwrap.
  56.     - There were several circumstances in which compilation of a Text card
  57.       would fail to catch a line that was too long for the intended display
  58.       width as determined by the use of a frame or scrollbar.
  59.     - If the storage directories skipped a number, an error would occur in
  60.       the Verify Links stage of project building that would prevent assembly
  61.       of the finished product.
  62.     - Correct the compiler's response to an empty Text card.
  63.     - Major fix:  the script compiler wasn't storing link references; this
  64.       would eventually interfere with link verification, assembly, and
  65.       performance in the Reader.
  66.  
  67.  - Fixes in the Reader:
  68.     - The Reader (and Simulator) would obey a retrace jump to the Homecard
  69.       even when it was forbidden.  Also, they would ignore a label jump within
  70.       the same card if the author mistakenly included target-card data in
  71.       the linking codes.
  72.     - The Reader would lose layout or other data if a work was assembled
  73.       with the Executable HTX option, depending on other circumstances.
  74.  
  75. Version 2.00.30: (this and all earlier versions were beta releases)
  76. ================
  77.  - The Search Menu in OH.EXE has finally been completed, with Search,
  78.    Search/Replace, Set Bookmark, Get Bookmark, and Go to Line.
  79.    When Search is invoked and the found text is hilited, you can continue
  80.    the search or cancel:  <Grey+> searches down, <Grey-> searches up, all
  81.    other keys cancel.  When Replace is invoked and the found text is hilited,
  82.    you can perform the replacement, skip it and continue, or cancel:  <Enter>
  83.    performs the replacement, <Spacebar> skips, and all other keys cancel.
  84.  
  85.  - Added Define Keyboard to the Setup Orpheus dialog -- we now have fully
  86.    definable keyboard in OH.EXE!  This is a huge improvement (I used it
  87.    already while writing up this feature in Help), and one that allows some
  88.    simplification of the default menus.  To wit:  I've removed certain
  89.    default keypresses that duplicated others, such as Ctl-M for marking
  90.    and Ctl-Q for unmarking.  You'll notice that the menus now display
  91.    keyboard accelerators in hilite, and that any changes you make in the
  92.    Define Keyboard dialog are reflected on the menus.  A further change
  93.    following from this feature is that I've removed the "Accent Key" as
  94.    a built-in keypress; instead, the Edit Menu now has a command to
  95.    "Make accented letter", which does the same thing; the default keypress
  96.    for it is <F12>, but of course you can define it to be anything you
  97.    like (including the old "accent key").
  98.  
  99.  - Added Unlink to OH.EXE's Link Menu, especially convenient when you want to
  100.    delete the card at the other end.
  101.  
  102.  - Enabled Undelete on OH.EXE's Block Menu.  The dimmed "Frame Block" command
  103.    has been removed, since Draw Mode is so easy to use.
  104.  
  105.  - Improved functionality of the Menu system in both OH.EXE and the Reader
  106.    for those times when you open it with <Esc> or by clicking on Esc:Menu.
  107.    At first only the top line appears, letting you select a specific menu
  108.    by typing its hilited letter or by clicking on the menu title.
  109.  
  110.  - Fixes in OH.EXE:
  111.    - Corrected all known errors in reformat operations.
  112.    - Corrected all known errors in block operations.
  113.    - Corrected an error in cursor-to-next-word (Ctrl-F).
  114.  
  115.  - Fixes in the Reader:
  116.    - In Text cards with multiple link anchors on the same line, in some
  117.      circumstances the Reader made an error in link storage.  Fixed this
  118.      also in Help and the Simulator.
  119.    - Long Graphic cards are now correctly loaded.
  120.    - The mouse is now reset after any call to run() or runbat().
  121.    - If menus are not disabled, the Reader checks for the presence of an IDX
  122.      (index) file for the document currently loaded, and if not found, greys
  123.      out the Search commands on the Read menu.
  124.    - Unavailable options in dialogs are now correctly ignored.
  125.    - Several improvements to the Reader's Search dialog.
  126.    - Improved response to jump(back) in a Graphic card.  This lets you
  127.      create a temporary effect in a graphic by linking a hotspot to a Graphic
  128.      card ending with a jump(back) command, generally after a waitfor()
  129.      command if the effect is not self-timing.  Formerly jump(back) did not
  130.      work at all in Graphic cards.
  131.    - Giving a print command when the current card has a Report link (which
  132.      is what the author wanted printed) now works as it should.
  133.  
  134. Version 2.00.29:
  135. ================
  136.  - New feature:  Executable HTX turns your finished work into a self-reading
  137.    program, simplifying distibution.  (Licensed use is limited to Orpheus
  138.    Professional users, but everyone is welcome to evaluate it.)
  139.  
  140.  - Moved Restrict Access out of the Project Options dialog and into the
  141.    new Professional Options dialog.  Here's how to get there:  select "Build
  142.    Project" from the Project Menu, then tab to the Options box and select
  143.    "Pro Options".  This dialog also gives access to Updateable HTX and
  144.    Executable HTX.
  145.  
  146.  - Added another info screen to the Reader's internal Help system, and made
  147.    it possible for the user to page back and forth through all the screens.
  148.  
  149.  - Fixes in the Reader:
  150.    - After Event performance the Reader should now update the selection bar
  151.      in all circumstances.
  152.    - For authors testing their work, if your project's PRJ file is in the same
  153.      directory as the HTX the Reader now loads your Resource Path setting
  154.      so you can leave graphics and other resources where most convenient.
  155.    - The Notepad didn't save files correctly, nor did it respond to <Del>
  156.      when used at the beginning of an empty line (to delete the line).  The
  157.      info screen for the Notepad wrongly gave <Alt-Z> as the accelerator to
  158.      Minimize the Notepad; it was changed to <Alt-M> some time ago.
  159.  
  160. Version 2.00.28:
  161. ================
  162.  - Online Help now includes full-text search.  The index (held in OH.IDX)
  163.    would be over 200K if all words were indexed, so I've used the Indexer's
  164.    exclusion-list feature to eliminate words you're unlikely to search for.
  165.    With this release the index is about 80K (still bigger than it has to be).
  166.  
  167.  - Changes and additions to the Project Options dialog:  (1) You can specify
  168.    your own Help card and tell the Reader to use it exclusively instead of the
  169.    little info-screens available in dialogs.  (2) You can specify your own
  170.    filename to use as the default for print-to-file in the Reader's Print
  171.    dialog.  (3) Some obsolete options have been removed.  For full
  172.    documentation see online Help.
  173.  
  174.  - The Restrict Access dialog has been changed and re-enabled, but now has
  175.    the restriction that you can only use it if you have purchased a customized
  176.    version of the Reader.  For full documentation see online Help.
  177.  
  178.  - Made the lookfor() command more robust: if you have an updateable htx
  179.    installed in dual locations (e.g. CD-ROM and hard disk), the Reader checks
  180.    the current directory first, then the other location.
  181.  
  182.  - Added XMS capability to the Indexer, and a switch to set the maximum
  183.    number of hits to record.  Also, fixed the Indexer's handling of inclusion-
  184.    list entries.
  185.  
  186.  - Fixes in OH.EXE:
  187.    - Memory corruption could occur when assembling a large project.
  188.    - If Help or the Simulator was missing, the error message was wrong.
  189.  
  190.  - Fixes in the Reader:
  191.    - If a project with more than 16 directories was assembled into more than
  192.      one file, the Reader would eventually look for data in the wrong file.
  193.    - On loading an HTX the Reader would go for the Homecard even if Hide
  194.      Homecard was turned on. Now if that is the case it goes for the Designated
  195.      Home card.
  196.    - If an index included a character conversion list (meaning the IDX was
  197.      created with the /s switch to strip accents), trying to open the Search
  198.      dialog would at best do nothing and at worst hang the computer.
  199.    - Corrected the Search dialog's response to entering characters not used
  200.      in the index, such as numbers if there are no number-words.
  201.  
  202.  - Added a basic info-screen to the Reader for navigating text cards.  All
  203.    aspects of the Reader now have built-in help, which you can use or not
  204.    depending on your project options and command buttons.
  205.  
  206.  - Help's Print dialog didn't acknowledge that OH.CFG had been read.
  207.  
  208. Version 2.00.27:
  209. ================
  210.  - For Orpheus Professional users -- we now have full-text search.  (Other
  211.    users, both shareware and those with the standard licence, are welcome
  212.    to evaluate this feature but may not include it with distributed works.)
  213.    The index data for full-text search is generated with the new utility
  214.    OHINDEX.EXE, which is documented in OHINDEX.TXT.  The resulting IDX files
  215.    are detected by the Reader and accessed through its new Search dialog,
  216.    which has been added to the built-in Read menu.  Search can also be called
  217.    by using the new "search" keyword (replacing "index") either as a command
  218.    button or in a menu() command.  Two additional keywords, "snext" (search
  219.    next) and "sprev" (search previous), make it possible to duplicate the
  220.    built-in keystrokes for these functions, e.g. with command buttons.
  221.    For full documentation see online Help on the Indexer and Reader (from
  222.    "Orpheus Programs" in Help Contents) as well as Help on making command
  223.    buttons.
  224.  
  225.  - Fixes in OH.EXE:
  226.    - The dialog to get a new link number didn't update the display correctly
  227.      if you entered a number manually.
  228.    - The Browse Topics dialog now reports errors immediately instead of after
  229.      the dialog.
  230.    - If an old copy of ERROR.LOG or HOTSPOT.LOG is already in a window, and a
  231.      new LOG is generated, the dialog functions to load those files now
  232.      replace the old copy with the new one.
  233.    - If you use the directory picklist with Open Project or New Project, the
  234.      file list now shows only PRJ files.
  235.    - If the Verifier finds a link to an uncompiled card, the error message no
  236.      longer contains two copies of the crosslink.
  237.    - In the Define Card dialog, if you tabbed out of the topic field after
  238.      editing the card topic, the new topic would of course be saved in the
  239.      card file but the TOP file (topic database) wouldn't be updated.
  240.    - Corrected several errors that could occur when the same card was loaded
  241.      in two or more windows.
  242.  
  243.  - In the Reader and Simulator, performing an Action link would disable
  244.    subsequent attempts to retrace your steps.  Fixed.
  245.  
  246.  - Added the Search code to Help and prepared an index for it, OH.IDX. 
  247.  
  248. Version 2.00.26:
  249. ================
  250.  - In the Reader's Notepad, pressing Esc while entering a topic for a new
  251.    note left the dialog onscreen.
  252.  
  253.  - If you ran the Simulator from the DOS prompt it wouldn't load a project
  254.    with an 8-character name.
  255.  
  256.  - The Converter (OH1TO2.EXE) made an error with directory numbers after
  257.    translating the first 256 cards.  Fixed.
  258.  
  259. Version 2.00.25:
  260. ================
  261.  - Added Field verification to the compiler, and corrected errors in the
  262.    compiler and verifier that affected cards with many hundreds of links
  263.    (code that hadn't been tested).
  264.  
  265.  - In the Reader, added Help for the Notepad, Print, and Color dialogs.
  266.  
  267.  - Improved mouse and cursor behavior when text is marked in the Reader,
  268.    plus ability to reach the Print dialog through various means.  If printing
  269.    is completely disabled (as a project option) text can't be marked.
  270.  
  271.  - Corrected errors in the Reader's Notepad.
  272.  
  273. Version 2.00.24:
  274. ================
  275.  - In the Reader, added a built-in menu system, with access to printing,
  276.    quitting, the Notepad (also added with this version), and the Color dialog.
  277.    The Notepad can be accessed either through the menus or through a command
  278.    button or popup menu.
  279.  
  280.  - Simplified behavior of the PgUp key in the Reader, the Simulator, and
  281.    Help:  now it serves only to perform page-up in scrollable text cards,
  282.    and does NOT jump to the Origin link (not even in non-scrollable cards).
  283.  
  284.  - In OH.EXE, if the Verify stage of building encountered a problem the
  285.    report in ERROR.LOG didn't include a mention of the card where the error
  286.    was found.  Now it does.
  287.  
  288.  - Fixed a bug in OH.EXE's editor code affecting wordwrap; it was most
  289.    noticeable with a temporary left margin.
  290.  
  291.  - For those rare occasions when the Simulator needs to clear the screen
  292.    to your original DOS colors, it will now do it right.  Also, I discovered
  293.    that the Simulator's Exit and Print hotkeys had been unintentionally
  294.    disabled.  Print of course does nothing in the Simulator, but now Alt-X
  295.    exits unless you've disabled it yourself as a project option.
  296.  
  297.  - Enabled Help in the Edit Buttonbar dialog.
  298.  
  299. Version 2.00.23:
  300. ================
  301.  - Made it easier to do revisions when you find something you want to change
  302.    while in the Simulator:  if you exit with <Alt-F4>, Orpheus loads that
  303.    card in the current window.  If you do so while on a different line in
  304.    the same card, it goes to that line.
  305.  
  306.  - Fixed a bug in the code for handling marked blocks in OH.EXE.
  307.  
  308.  - Fixed an error in the new Reader code for handling large projects.
  309.  
  310.  - Fixed a long-standing bug in low-level text-handling code in OH.EXE.
  311.  
  312.  - In OH.EXE, if you cancelled the Hotspot dialog it remained onscreen
  313.    even though you were no longer in the dialog.  Also, if you were on
  314.    the first line the hotspot data would be added below that line instead
  315.    of being inserted above it; changed this to be consistent.
  316.  
  317. Version 2.00.22:
  318. ================
  319.  - Added the ability to select text for printing in the Reader (only).
  320.    Output can go either to the printer or to a disk file.  See OHREAD.TXT
  321.    or online Help:  Orpheus Utilities->OHREAD.EXE->Documentation.
  322.  
  323.  - If you ran "Compile, Simulate" in a long card, on return from the Simulator
  324.    you would see the wrong part of the card you were in.  I'd forgotten to
  325.    remind the build procedure to recover from memory swapping.  Remembered.
  326.  
  327.  - In the Reader and Simulator, after displaying a graphic from an Init or
  328.    Exit link the layout of a Text card was not refreshed.  Fixed.
  329.  
  330.  - When you jump to a label within the same card, and then retrace your steps,
  331.    now you go back to where you were in that card rather than to the previous
  332.    card.  (This refers to the Reader, Help, and the Simulator; currently the
  333.    retrace routine in OH.EXE just goes to the top of the previous card.)
  334.  
  335.  - Numbered output files now use padded numbers in the file extension, i.e.
  336.    ".001" instead of ".1".  The Reader will look for the old style if it
  337.    can't find the new.
  338.  
  339.  - In the Setup Orpheus dialog, one sequence of actions could cause screen
  340.    garbage on return to the main dialog.  You could also lose the cursor
  341.    afterwards.  Both fixed.
  342.  
  343.  - Non-English versions of the Reader now use the correct "More" flag.
  344.  
  345.  - Dropped the "text being marked" color from the Reader, since we'll use
  346.    only one color (marked text) when text is selected.
  347.  
  348.  - In OH.EXE's Help Menu, the Registration field now accepts your number.
  349.  
  350.  - The flic() command was supposed to accept coordinates; now it does.
  351.  
  352.  - Added optional recognition of comment lines in Text cards.  If you
  353.    select this option in the Setup Orpheus dialog, lines beginning with ";"
  354.    are ignored by the compiler.  Note that in scripts (Graphic and Event
  355.    cards), lines beginning with "/" are comments -- and I've re-enabled
  356.    recognition of ";" for script comments too.
  357.  
  358. Version 2.00.21:
  359. ================
  360.  - Finally found out why the Screen Layout dialog was disabled for everyone
  361.    but me.  Actually it was Restrict Access that was supposed to be disabled,
  362.    but it wasn't for me because I have the Ultimate Registration Level.
  363.  
  364.  - In assembled output, if the complete work didn't fit into the HTX file,
  365.    numbered subfiles were named incorrectly.
  366.  
  367.  - In documentation on the Converter, added a section on Concatenating "More"
  368.    links.  There's a gotcha concerning Origin links that you have to look
  369.    after, described clearly in the added docs.  You can find this either in
  370.    OH1TO2.DOC or in online Help, under Orpheus Utilities->The Converter->
  371.    Documentation->Concatenating More Links.
  372.  
  373.  - Changes in the Build Project dialog, "Options" group:  we no longer talk
  374.    about including Reader HLP in the finished product, because help screens
  375.    will be incorporated into the Reader code.  The Largest File setting should
  376.    have maxed out at 1024K, which was the real maximum until this version.
  377.    The new maximum for a single assembled file is 4194000 bytes, nominally
  378.    4 megabytes; therefore the highest number you can enter for Largest File
  379.    is 4194K.
  380.  
  381.  - Added the capability to create an Updateable HTX (see the Options group
  382.    in the Build Project dialog).  A typical application for this feature
  383.    would be a CD-ROM for which you wish to provide monthly updates on
  384.    diskette, but you can use it in any context where you wish to distribute
  385.    updates containing only those parts that have changed or been added since
  386.    the first release.  In the case of a CD-ROM application, the update
  387.    files are installed on the user's hard disk, and the Reader automatically
  388.    reads the correct data from either the update or the CD-ROM.  PLEASE NOTE
  389.    that Updateable HTX is part of the Orpheus Professional feature set.
  390.    You are welcome to evaluate it whether you are registered or not, but
  391.    it is not included in the standard registration.
  392.  
  393.  - Internal changes provide greater capacity for users dealing with massive
  394.    amounts of text.  Maximum size of a single card (at compile time) is now
  395.    approximately 1 megabyte, up from 200K in the original design for OH2
  396.    (and 2K in Orpheus 1).  Maximum size of a single output file (compiled and
  397.    assembled for distribution) is now about 4 megabytes, up from 1M in
  398.    previous betas (and 64K in Orpheus 1).  Total capacity of a single project
  399.    is now approximately 4 gigabytes of compiled, assembled data, with the
  400.    possibility of over 2.5 million distinct nodes and unlimited links among
  401.    them.  The increased capacity was achieved while keeping memory and disk
  402.    requirements at a minimum.  *** Note *** If you use an older version
  403.    of the Reader with HTX's produced by this version, or if you use an older
  404.    version of OHHELP.EXE with OH.HLP from the present version, those programs
  405.    will misbehave.  The new Reader will however read older HTX's (from
  406.    Orpheus 2) correctly.
  407.  
  408.  - Rationalized some of the TXT files in the package to save disk space and
  409.    make your downloads a little easier.  Documentation on OH1TO2.EXE (the
  410.    Converter) is now primarily in Help where it will be most useful.  While
  411.    doing this I revised the relevant Help topics and added plenty of
  412.    crosslinks.
  413.  
  414.  - Improved the Reader's (and Help's) response to <PgDn> in a scrollable
  415.    card.  It no longer goes past the last line.
  416.  
  417.  - Made it easier to create unnumbered labels:  just enter "0" when prompted
  418.    for a label number.  (See Help, Link Menu->Label.)  Also, when you make
  419.    multiple labels in the same card, with each new label Orpheus automatically
  420.    suggests a label number 1 higher than the last one.
  421.  
  422. Version 2.00.20:
  423. ================
  424.  - Pressing <Alt-F1> to recall the last Help topic didn't work; now it does.
  425.  
  426.  - Added the ability to use an external editor called directly from OH.EXE.
  427.    To set up editor use in your permanent configuration, open the Setup
  428.    Orpheus dialog on the Other Menu, and select "External Editor".  To run it,
  429.    select the same command but from the Edit Menu "External Editor".
  430.    Optionally Orpheus passes to the called program the name of the card (file)
  431.    in the current window.  Any files changed by your editor are reloaded by
  432.    Orpheus on return.  You can also run a spell checker or any other external
  433.    program this way.
  434.  
  435.  - Improved the Other Menu and the Edit Menu, shifting the hyper/ascii mode
  436.    toggle to the latter, and rendering this and two other functions in a way
  437.    more appropriate to their nature as toggles.  While doing this I refined
  438.    the menu code so that you can use <SPACE>, the hilited command letter, or
  439.    a mouse click to operate the toggle, but the menu remains open; if you
  440.    press <ENTER> while on the toggle its setting is NOT changed, but you
  441.    exit the menu.
  442.  
  443.  - Added an entry for "dimmed item on Statusbar" to OH.EXE's Color Dialog.
  444.  
  445.  - In the Restrict Access dialog the previous dialog's shadow stayed onscreen.
  446.  
  447.  - In both the Reader and the Simulator, displaying graphics from an Action
  448.    link resulted in visual confusion on return.  Fixed.
  449.  
  450.  - Added support for the gbox() and gtext() script commands.
  451.  
  452. Version 2.00.19:
  453. ================
  454.  - The Reader ignored command-line switches mentioned in OHREAD.DOC and
  455.    online Help.  Now it pays attention.
  456.  
  457.  - Added support for graphic files in the Fastgraph SPR/PPR format.  These
  458.    are generated by the SNAPSHOT utility available to registered users.
  459.  
  460.  - Dropped the "Compile 1, Simulate" command from the Project Menu.  While
  461.    testing another function I realized that compiling just 1 card would lead
  462.    to a situation in which any other recently-changed cards would be older
  463.    than the CMP.
  464.  
  465.  - Dropped two accelerator keys for reformatting, best left as menu choices.
  466.  
  467.  - The simple message-dialog in OH.EXE would not, in particular circumstances,
  468.    respond to mouse input.  Fixed.
  469.  
  470.  - The conversion utility OH1TO2.EXE (for updating projects developed under
  471.    Orpheus 1.nn) now comments out any suspect script commands.
  472.  
  473.  - Support for Hercules mode 11 got left out; now it's in.
  474.  
  475.  - In OH.EXE there was one circumstance where a valid filename for a
  476.    non-hypertext file would be considered invalid.  Fixed.
  477.  
  478.  - Improved the default color set.
  479.  
  480.  - If a project didn't have a STATUS file, e.g. after a conversion, OH.EXE
  481.    would initially load it in ascii mode.  Fixed.
  482.  
  483. Version 2.00.18:
  484. ================
  485.  - In the Reader, Simulator, and Help, printing a long card would result in
  486.    an apparent crash.  Fixed.
  487.  
  488. Version 2.00.17:
  489. ================
  490.  - Compiler would ignore instruction to compile only 1 card.  Fixed.
  491.  
  492.  - Improved the Reader's behavior regarding built-in colors and CFG files.
  493.  
  494.  - Fixed bug in the Export Topics List function (Browse Topics dialog).
  495.  
  496.  - Marking a whole file using <Ctrl-F5> (or the menu command) resulted in
  497.    the card header being affected by subsequent block operations.  Fixed.
  498.  
  499.  - Now you can use unnumbered labels as a form of hiliting.
  500.  
  501.  - The hypertext compiler should continue compiling even if errors are logged,
  502.    so you can find and correct all errors in one session.  Now it does.
  503.  
  504.  - All DOC files and the README now end with a ".TXT" extension.
  505.