home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / b / bibnet30.zip / REVISION.HST < prev   
Text File  |  1993-01-05  |  16KB  |  394 lines

  1.       REVISION HISTORY of BIBL/NET
  2.  
  3. 3.01  Fixed problems with default file names.
  4.       Fixed inability to create a BIX file under
  5.        release 3.0 (yikes!)
  6.       Fixed problem with import function.
  7.  
  8. 3.00  New database structure. BIBL 8.0 and BIBL/NET 3.0
  9.       now share same structure...databases may be moved
  10.       freely between systems (although single-user and
  11.       network version of BIBL use a different indexing
  12.       algorithm). Rebuild your index when moving a
  13.       *.DAT and *.IX file from one version of the
  14.       program to another!
  15.  
  16.       Added mouse support to note field editing.
  17.  
  18.       Added ability to move cursor to a specific spot
  19.       in a record by clicking twice on the spot...a
  20.       big help for making subsequent edits.
  21.  
  22.       Additional RAM freed during Shell to DOS.  Will
  23.       use XMS memory if available at the workstation.
  24.       Previously, BIBL/NET would use EMS if found but
  25.       could not manage XMS swapping.  Order now is
  26.       EMS if available, if not, then XMS, if that's
  27.       not found (or not in sufficient supply), the
  28.       virtual memory (disk) is used.
  29.  
  30.       Expanded "white space" on data entry / edit
  31.       screen. More room between fields...making it
  32.       a bit easier to move about (particularly with
  33.       a mouse).
  34.  
  35.       New internal file viewer added. This one can look
  36.       at files of any size.  You probably won't have need
  37.       for it, but this viewer also supports HEX viewing
  38.       (just press ALT-H). Press F1 for help with commands
  39.       when using the built-in viewer.
  40.  
  41.       Up to 1000 matches now possible (previously, the
  42.       system would gather up to 800 matches before
  43.       display). Due to memory savings realized elsewhere,
  44.       we've increased this limit to 1000.
  45.  
  46.       Changed indexing structure and number of indexed
  47.       fields...to improve performance and reduce disk
  48.       space requirements. Now BIBL/NET maintains 4
  49.       indexes instead of 5. Gone is the subject index.
  50.       It wasn't used for much, and was taking 30+
  51.       bytes per record.  Removing it will speed up
  52.       redindexing, import, and global changes. While
  53.       the index for the subject field has been
  54.       removed, you can still search by subject. See
  55.       BIBLNET.DOC for complete information on which
  56.       fields are indexed.
  57.  
  58.       Improved support for renamed fields on search
  59.       screen (popup window where query is entered).
  60.  
  61. 2.82  Reduced stack requirement by a few
  62.       thousand bytes...
  63.  
  64. 2.81  Fixed bug with User-Selects option under
  65.       Export. If you accepted the USERLIST.TXT
  66.       default for your export file name, BIBL/NET
  67.       bombed with a run-time error of 3...if
  68.       you gave the file a name of your own
  69.       choosing, everything was fine.  Fixed it.
  70.       You can now accept the default name shown
  71.       and it will be written to the user's
  72.       export directory.
  73.  
  74. 2.80  Added built-in wordprocessor for the note
  75.       field.  Doing so caused rearranging the
  76.       data entry/editing screen. You now have
  77.       word-wrap within the note field editor!
  78.  
  79.       Added online help during data entry/editing
  80.       process
  81.  
  82.       Bug fix. When editing a record that was part
  83.       of a set of matches from a search, saving
  84.       the record sometimes took you to a random
  85.       spot within the set of matches once the
  86.       changed record was filed.
  87.  
  88.  
  89. 2.73  Fixed bug under Boolean search with dumping
  90.       results to disk. ALL records were going to
  91.       disk, not just the matches.  Yes, technically
  92.       speaking the function worked--that is, the
  93.       matching records were written to disk--but
  94.       the rest of the database wasn't supposed to
  95.       go there too!
  96.  
  97.       Also fixed bug with the function that was
  98.       writing the file to the server, not the
  99.       user's export path.
  100.  
  101. 2.72  minor tweak
  102.  
  103. 2.71  Added ability to limit FULL SEARCH and BOOLEAN
  104.       SEARCH to whole-word matches.  If you want to
  105.       restrict a match to a whole word (text with a
  106.       space on either end), then append a /w to your
  107.       search term(s).
  108.  
  109.       Expanded possible matches on searches to 800
  110.       (from 650).
  111.  
  112.       Changed action key on search menu for Keyword
  113.       field from D to a K (reflecting the change in
  114.       name from Descriptor to Keyword). Should have
  115.       made this change with release 2.55!
  116.  
  117.       Reduced number of records per database from
  118.       2 billion to 5 million.  This was done to
  119.       enable BIBL/NET to store more in-memory keys
  120.       during operation--since the btree is smaller
  121.       (6 levels deep instead of 8).
  122.  
  123. 2.70  Introduced CLONING during data entry.
  124.       If you finish entering a new record and want to copy
  125.       it to yet another new record (in instances where you
  126.       have two to enter that differ only slightly), you can
  127.       press C to Clone the data...then edit the changes in
  128.       the new record.  This is similar to the "carry forward"
  129.       feature in dBASE.
  130.  
  131.       A few other minor changes made to the program.
  132.  
  133. 2.62  Changed name of help info from BIBL.HLP
  134.       to BIBLNET.HLP.
  135.  
  136.       "Show close matches" function (activated
  137.       when you don't get a match on an indexed
  138.       search, reworked. Speed increased and
  139.       disk accesses reduced.
  140.  
  141.       
  142. 2.61  Fixed a few quirks in User-Selects export
  143.       option (particularly formats C and E).
  144.  
  145.       BIBL/NET now returns to the path where
  146.       BIBLNET.EXE resides before exiting. Before,
  147.       if a user was using a PRIVATE database,
  148.       BIBL/NET would exit back to the private
  149.       directory when the program was terminated.
  150.  
  151.       Verify keys/subject window reworked a bit.
  152.  
  153. 2.60  Now User-Selects export option offers ability
  154.       to select the order in which fields will
  155.       appear in reports.  New option for output
  156.       format (tabs between fields and a hard return
  157.       after each record).
  158.  
  159. 2.57  Under export, BIBL/NET now correctly limits user
  160.       to entering just a file name for the export
  161.       file it will create.  The Export Path defined
  162.       in the User's security record will be added
  163.       so that files are directed to that user's
  164.       private area (either on the server or their
  165.       local disk).
  166.  
  167.       New option added user export--User Defined.
  168.       You can now say what fields to include in
  169.       a report and sort on one of 3 fields (author,
  170.       title or subject).  Option C will output
  171.       each record on a single line (with a hard
  172.       return between records). This should be
  173.       very helpful for word processing.
  174.  
  175. 2.56  Message appears as BIBL/NET is filing a record
  176.       after an edit. After watching this process on
  177.       a huge database (and a very slow network), we
  178.       realized a status message would be helpful
  179.  
  180. 2.55  BIBL/NET now rereads record from disk once "edit"
  181.       option is selected. This was done to help user
  182.       learn quickly whether or not a record was
  183.       deleted between the time it was first displayed
  184.       and then later selected for editing (pressing E
  185.       when record was displayed).
  186.  
  187.       If a given field in a record is empty, the
  188.       field label doesn't display.  This helps
  189.       keep the screen from looking too busy on
  190.       records where only a few fields are
  191.       used.
  192.  
  193.       If file is locked when you select it from the
  194.       DATABASE selection menu, you'll be returned
  195.       to the selection menu instead of being dropped
  196.       back to the DOS prompt.
  197.  
  198.       You can now change the display label for
  199.       DESCRIPTOR field as well. Descriptor is now
  200.       called Keywords, the default label is 'Keys:'
  201.  
  202.       Cleaned up support for field relabelling
  203.       during global change function. BIBL/NET was
  204.       reporting default field names, not the ones
  205.       you might reassign. Everything worked fine
  206.       but the onscreen information was confusing.
  207.  
  208. 2.54  Added 'Automatic' switch to global find & replace.
  209.       After reviewing a couple of changes (to insure that
  210.       BIBL/NET is changing what you expected to be changed)
  211.       you can press A for AUTOMATIC. The system will
  212.       automatically make any remaining changes without
  213.       pausing for your review.
  214.  
  215.       SHELL to DOS now frees up more memory.
  216.  
  217.       BIX file creation now goes to USER'S PRIVATE DIRECTORY
  218.       under all conditions. You can not write it to the
  219.       directory where BIBLNET.EXE resides.
  220.  
  221. 2.53  Several fixes to BIBL/NET operations
  222.  
  223.       When attempting to access a locked file (reindexing
  224.       underway, etc), BIBL/NET now returns you to the
  225.       database selection menu -- rather than exiting to
  226.       DOS with a message about trying later.
  227.  
  228.       Bibliography generation of Labelled format (creation
  229.       of a BIX file) will now correctly write to the
  230.       user's export directory. Previously, it was writing
  231.       this file to the server directory. If the user didn't
  232.       have creation rights, BIBL/NET bombed with a
  233.       run-time error (#5, File access denied).
  234.  
  235. 2.52  Reworked the way BIBL/NET displays records under
  236.       indexed searching (author, title, subject and
  237.       or descriptor). Now BIBL/NET collects all matches
  238.       and displays them as a set. You can move freely
  239.       about the set (by pressing F (forward), B (back)
  240.       or J (jump to a particular record).  As a result
  241.       of this implementation, BIBL/NET is limited to
  242.       displaying the first 650 matches for a given
  243.       search.
  244.  
  245. 2.51  Fixed incomplete implementation of label changing
  246.       via a DBL file. Now search menu and export menu
  247.       reflect changes made in a DBL file.
  248.  
  249. 2.50  Improved searching algorithm for non-indexed searches.
  250.  
  251.      Major reworking of PUBLISHER, LOCATION, FULL and
  252.      BOOLEAN search function (all non-indexed searches).
  253.      Gone are the klunky "End of File Reached" messages
  254.      and the blinking 'wait' as BIBL searched...
  255.  
  256.      BIBL now runs through the entire database looking for
  257.      matches before showing you any matching records.  By
  258.      gathering all matches ahead of time, we've cut out the
  259.      long delays that often accompanied moving back and
  260.      forth between matches--BIBL no longer has to search
  261.      for each additional match, but 'knows' where all the
  262.      matching records are.  If your database has more than
  263.      a couple hundred records, you'll immediately
  264.      notice the improvement. Changing the search algorithm
  265.      also enabled the addition of a JUMP command to these
  266.      searches.  Once the set of matches has been
  267.      collected, you can JUMP from one match to any other,
  268.      if desired. Sequential movement through the matches
  269.      (Forward & Backward) is still supported.
  270.  
  271.      Another improvement here is the ability to
  272.      edit records that are a part of the matching
  273.      set...without having BIBL return you to the
  274.      search menu once the change has been filed!
  275.  
  276.      The one drawback to this new algorithm is that
  277.      BIBL must limit your match set to no more than
  278.      600 records.  If you conduct a search that
  279.      results in more than 600 matches, only the
  280.      first 600 will be shown. You'll receive a
  281.      "match limit exceeded for this search"
  282.      message...which indicates you should narrow
  283.      your search.
  284.  
  285.      This limit was imposed to keep from imposing
  286.      a serious RAM requirement on users who rely
  287.      more on indexed retrieval.
  288.  
  289.      BIBL now requires approximately that 462K of
  290.      RAM be free at the DOS prompt when BIBL
  291.      loads.
  292.  
  293.  
  294.  
  295.  
  296. 2.44  Registered version only:
  297.  
  298.       If your workstation has at least 320K of EMS memory
  299.       available, BIBL/NET will use it for in-memory
  300.       storage of index buffers.  If you have a large
  301.       database (1000+ records), using an EMS equipped
  302.       workstation to rebuild the index will show
  303.       very dramatic (100-200%) speed improvements.
  304.  
  305.       Registered and SHAREWARE:
  306.  
  307.       Improved handling of mouse. Double clicking on file names
  308.       now works as you'd expect.
  309.  
  310.       Improved variety of video supported.
  311.  
  312.       Minor changes throughout the program.
  313.  
  314.       Added memory check during loading of BIBL/NET. If you
  315.       don't have 63K of free RAM after the program loads
  316.       then BIBL/NET will halt with an appropriate error
  317.       message.
  318.  
  319.       If you workstation has EMS memory available, BIBL/NET
  320.       will now use it for index storage, leaving more RAM
  321.       free to the program.
  322.  
  323. 2.43  Minor internal change to facilitate testing. If you're
  324.       attached to a server, but not logged in, you can still
  325.       run BIBL/NET on your local harddisk..and enter your
  326.       user name. Previously (under 2.30 - 2.42) if you weren't
  327.       logged into the net, you could only access the program
  328.       in read-only (security level 0) mode.
  329.  
  330.       Improved support for label changes (didn't work exactly
  331.       as advertised in 2.42).
  332.  
  333. 2.42  Registered version:
  334.  
  335.       Added ability to change labels for fields in a database.
  336.  
  337.       Registered & Shareware:
  338.  
  339.       Added support for the VALUE field.
  340.  
  341. 2.41  Verify function during add/edit now checks subject
  342.       as well as descriptor.
  343.  
  344. 2.40  Rebuild Index function will now purge deleted records
  345.       if desired. Remember that if you'll soon be adding
  346.       records, there's no need to purge deleted records
  347.       (as BIBL/NET will reuse them before adding empty
  348.       records to your database).
  349.  
  350.       BIBL/NET status bar display changed a bit. Easier to see
  351.       if you're in a private or networked database from the
  352.       status bar.
  353.  
  354. 2.30 - BIBL/NET now picks up user name from NETWARE...so you
  355.        only see the password screen if your NOVELL login name
  356.        is in the BNETSEC database.  Simplifies sign-on for
  357.        validated users and speeds things up for the
  358.        general public (security level 0 users)
  359.  
  360.        Network information screen expanded.  Now reports
  361.        Capture status and your Netware connection number
  362.        along with a general redesign of the screen's layout
  363.  
  364.        Security level 0 users no longer receive unauthorized
  365.        function when trying to edit/delete/transfer or
  366.        save records.  Options are merely inactive.
  367.  
  368. 2.20 - FIX to shareware version. Registered version not affected
  369. 2.10 - Major improvement in speed of reindexing.
  370. 2.01 - Minor fix in handling of private databases. BIBL/NET
  371.        no longer hangs if user logs in and selects a private
  372.        database that was stored on a local workstation but
  373.        user is accessing system from another workstation
  374.        that does not contain the private (export) directory
  375.        recorded within the BIBL/NET security table.
  376. 2.00 - database structure changed to match single-user version
  377.        of BIBL. Note field expanded to 10 lines. New Add/Edit
  378.        data entry functions. Numerous tweaks to improve
  379.        performance and clean up minor quirks in earlier
  380.        releases. Descriptor field now supports 9 terms.
  381. 1.05 - fixed bug in index rebuild during a global change.
  382. 1.04 - fixed bibliography production so output will go to
  383.        user's private directory.
  384. 1.03 - changed systemwide status bar. BIBL/NET now reports
  385.        whether you're logged into a [P]rivate (personal)
  386.        or [N]etwork (public) database.
  387. 1.02 - added capability for personal databases for security level
  388.        3, 4 or 5 users.  Personal databases are stored in the
  389.        drive/subdirectory the user points BIBL to via the
  390.        User Export Directory variable in the security database.
  391.        A few tweaks in other areas of the program. Added
  392.        a few more installation instructions.
  393. 1.01 - Initial release.
  394.