home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / b / bibl821a.zip / BIBLSW.INS / REVISION.HST < prev   
Text File  |  1993-01-18  |  12KB  |  248 lines

  1.             BIBL's revision history (since release 6.00)
  2.             ============================================
  3.  
  4. 8.21   Changed behavior of ADD RECORD screen slightly.
  5.        Before, if you went back into a note field a 2nd
  6.        time during data entry, the note was reinitialized
  7.        to empty....now BIBL holds whatever you've put in
  8.        the note field regardless of how many times you
  9.        return to the note before you press ESC to finally
  10.        save (or abandon) the record.
  11.  
  12.        Minor fix. BIBL was displaying a 'no matching files
  13.        found' if you had no BIX files on your disk but
  14.        still selected Z on the Maintenance menu and pressed
  15.        return when the "No Files" message displayed in the
  16.        BIX file picklist box.
  17.  
  18. 8.20   Added ability to delete a BIX file from within BIBL.
  19.        New function (Z)ap on the Maintenance menu will show
  20.        a list of BIX files.  Selecting one from the list
  21.        will delete it.
  22.  
  23. 8.11   Fixed problem with ignore case on global find/replace.
  24.        If you asked BIBL to ignore case, it didn't find
  25.        matches where the case of the find text didn't
  26.        match what was in a record. Now behaves as you'd
  27.        expect...ask BIBL to ignore case and the characters
  28.        will match regardless of case.
  29.  
  30. 8.10   Fixed a minor problem with LABELLED format under
  31.        BIBLIOGRAPHY.  Added code to initialization process.
  32.        BIBL now checks for presence of EMS memory (registered
  33.        version only) earlier than before. If found, BIBL
  34.        will allow startup if as little as 40K free RAM
  35.        is present. Previously, test for free RAM was done
  36.        before BIBL established that EMS was present. This
  37.        change will help those users who were on the borderline
  38.        in terms of free RAM...if you have sufficient
  39.        EMS (approximately 600K) free.  Recompiled BIBL
  40.        using the new BORLAND PASCAL (7.0) compiler. Shaves
  41.        about 1K off the EXE file...
  42.  
  43. 8.01   Primarily a maintenance release (fixing 2 bugs that
  44.        cropped up in the initial release of 8.0).  Added
  45.        a HEAP= and MONO= parameters to BIBL.INI (for
  46.        registered version only).
  47.  
  48.        If you are using the registered version of BIBL,
  49.        you can specifiy how much RAM will be devoted to
  50.        in-memory storage of the index buffers.  The default
  51.        for registered version is 40% of available RAM after
  52.        BIBL loads--unless EMS is available in which case
  53.        it is used instead (and only 2K of conventional
  54.        RAM is used).
  55.  
  56.        If you don't have EMS memory and want to use more
  57.        than 40%, put the number of bytes to use after
  58.        the HEAP= line (e.g., HEAP=60000)...that would
  59.        use 60K of RAM for index storage.
  60.  
  61.        HEAP= must be at least 20K!  If you enter a number
  62.        but it is smaller than 20K, BIBL will bump it up
  63.        before allocating index buffers.  If the value in
  64.        HEAP= exceeds the amount of memory available,
  65.        then the total available minus 40K is used (e.g.,
  66.        you have 540K RAM, 80K free after BIBL loads. You
  67.        put HEAP=90000 in BIBL.INI. Since the 90K exceeds
  68.        the 80K you have free, BIBL uses 80K minus 40K
  69.        for an equivalent of HEAP=40000.  Simple, right?
  70.  
  71.        MONO= line added to BIBL.INI. If you set MONO=True
  72.        (or MONO=true), then BIBL will operate in monochrome
  73.        mode...just as though you had used the /m switch
  74.        at startup.
  75.  
  76.        Added code so you can press RETURN at the "Name
  77.        of External Editor" prompt to break the link to
  78.        an editor that's already been installed. Saves
  79.        having to physically delete the EDIT= line from
  80.        BIBL.INI
  81.  
  82. 8.00a  New database structure introduced. We've added 20 bytes
  83.        to a BIBL record for storing a file name--enabling BIBL
  84.        to provide linked file support for text and/or image
  85.        files. Before you begin to worry about losing precious
  86.        disk space, note that we've also managed to shrink the
  87.        IX file for a given database by 20-50% (depending on
  88.        the size of your database and the number of descriptors
  89.        you assign). We took out the index for the subject
  90.        field (it wasn't being used for much) and trimmed the
  91.        title index a bit as well.  You can still search by
  92.        subject and we still include a subject-ordered listing
  93.        (we use an on-the-fly index for that).
  94.  
  95.        If you are using a pre-8.0 release now, you'll need to
  96.        export your database to a BIX file using your older
  97.        version of BIBL, then import it into the new version
  98.        of BIBL...or use the BIBLUP utility (included on the
  99.        registered version distribution diskette).
  100.  
  101.        To use this feature, put a file name in a record's
  102.        new 'Link:' field. Then anytime BIBL displays that
  103.        record, you can press L (for Link) to activate the
  104.        associated file.  If you have an external editor installed,
  105.        BIBL will use it for viewing a linked text file.
  106.  
  107.        For Image (PCX) viewing (registered version only),
  108.        pressing L when a record containing a linked image
  109.        file displays activates a call to the image viewing
  110.        program. We include BIBLPCX.EXE on the disk with
  111.        the registered version of BIBL for viewing PCX files.
  112.        BIBL swaps out (to XMS, EMS or disk) and runs BIBLPCX
  113.        to show you the image.  Press ESC and you return to
  114.        BIBL -- right where you left off.
  115.  
  116.          ** ONLY REGISTERED VERSION SUPPORTS IMAGE FILES **
  117.  
  118.        Using BIBLPCX.EXE (included with BIBL), you can link
  119.        a PCX image file to a particular BIBL record. When that
  120.        record displays (during a search or via the LIST option),
  121.        pressing L activates the PCX viewer and feeds it the
  122.        file name stored in the record.
  123.  
  124.        The same holds true for linked Text files...the program
  125.        you use as an external viewer (e.g., WordPerfect) will
  126.        be activated and passed the name of the file stored in
  127.        the LINK: field.
  128.  
  129.        You must use the full path name for each linked file,
  130.        unless the file is in the same subdirectory as BIBL.EXE.
  131.        If you think you'll be adding many linked files, we
  132.        suggest you create a subdirectory (e.g, C:\BIBL\LINKS)
  133.        to store them in one place.
  134.  
  135.        New function under Maintenance will check all linked
  136.        files in a database, reporting those that can no longer
  137.        be found on the disk. If desired, BIBL will break the
  138.        link.  Over time (with files coming and going on your
  139.        disk) this function helps maintain the link to
  140.        external files.
  141.  
  142.        We've reduced BIBL's stack requirement to 16000 bytes,
  143.        down from 24000--a savings of 8K.  Combined with other
  144.        optimizations, this has allowed us to add the new 8.0
  145.        features and still allow BIBL to run with 465K RAM.
  146.  
  147.        We've improved memory handling during BIBL's swapping
  148.        procedure. BIBL (registered version) now leaves only
  149.        a 46K kernel behind when swapping out to run an
  150.        external program (a PCX viewer or text editor) or
  151.        run a DOS shell (under Maintenance).  Shaving 100K off
  152.        the memory-retained should make it possible to run
  153.        larger programs--even if you have network drivers loaded
  154.        on your PC before BIBL loads.  We've found that WordPerfect
  155.        will work as your external link file viewer, but since
  156.        that program is so large, it can get kinda crowded
  157.        unless you have 600K or so free at the DOS prompt.
  158.  
  159.        Note: Shareware version leaves a slightly larger
  160.        kernel behind (47K).
  161.  
  162.        BIBL now will use XMS when swapping.  BIBL will first
  163.        try to use EMS memory. If it is not available,
  164.        XMS will then be tried. If XMS is missing or insufficient
  165.        XMS is available, virtual memory (disk) will be used.
  166.        Previously BIBL used EMS or disk.  Adding XMS support
  167.        will help those 386 users who don't have QEMM or DRDOS
  168.        to provide EMS support.
  169.  
  170.        BIBL now supports a mouse while within the note
  171.        field editor.  Additionally, if using a mouse,
  172.        clicking on the field not only moves the cursor
  173.        to that field, but clicking a 2nd time moves
  174.        the cursor to the point of your click. Makes
  175.        editing much nicer...
  176.  
  177.        New internal file viewer added. This one can look
  178.        at files of any size.  You probably won't have need
  179.        for it, but this viewer also supports HEX viewing
  180.        (just press ALT-H). Press F1 for help with commands
  181.        when using the built-in viewer.
  182.  
  183.        If you have REGISTERED VERSION and EMS memory, BIBL
  184.        will use only 2K of conventional RAM for index
  185.        pointers...the index pages are now stored entirely
  186.        in EMS...this frees an additional 20K or so of
  187.        conventional RAM
  188.  
  189.       Whole word searching (during full and boolean) has
  190.       been removed. It was a resource hog and not terribly
  191.       useful unless your database exceeded a few thousand
  192.       records.  To add the new linked file capability, we
  193.       excised whole-word searching...saving a fair amount
  194.       of memory.
  195.  
  196.       Several functions were tightened up...95% of the
  197.       program was examined and recoded where possible
  198.       for improved performance.
  199.  
  200. --------------------------------------------------------------
  201. 7.80a Added a text-editor for editing note field.
  202. 7.71a Bug fix. Transfer under LIST option was not moving location.
  203. 7.70c Match array increased to 1000 records (from 750).
  204. 7.70b Fixed minor problem with whole word searching.
  205. 7.70a Support for Windows 3.1 clipboard added.
  206. 7.63b Added an error message when external programs fail to load.
  207. 7.63a Added ability to CLONE data during data entry.
  208. 7.62b Improved speed of the "show close matches" function.
  209. 7.62a Changed the format of keywords list under export.
  210. 7.61  User-Select option further improved.
  211. 7.60a Only fields with text stored are now displayed.
  212. 7.51b Global find/replace now offers an AUTOMATIC switch.
  213. 7.51a Changed the way BIBL handles indexed-field searches.
  214. 7.50c Minor tweaks.
  215. 7.50b Fix (Registered version only) for boolean search to disk
  216. 7.50a Major reworking of PUBLISHER, LOCATION, FULL and BOOLEAN search.
  217. 7.42a Changed output under delimited export. Note field now 10 lines.
  218. 7.41b Check RAM availability at startup
  219. 7.40  Value field added.
  220. 7.30  Minor update.
  221. 7.20  New reindexing algorithm implemented.
  222. 7.10  Registered version. Added ability to redefine all field labels.
  223. 7.01  Minor fix to User-Selects option on export.
  224. 7.00e More work on mouse problems.
  225. 7.00d Better support for mono users.
  226. 7.00c Mouse support improved.
  227. 7.00b Minor fix to clear up a problem with the data entry screen.
  228. 7.00a Fairly major rewrite. Database structure changed. Note
  229.       field size increased to 700 characters; data entry
  230.       screen now mouseable. BRX updated to reflect new
  231.       structure of database.
  232. -----------------------------------------------------------
  233. 6.51a Now will IGNORE CASE during global find & replace.
  234. 6.50b Recompile after upgrading to Object Professional 1.14
  235. 6.50a Auto index update during global change. 9th descriptor added
  236.       Backup improved--allows copy of archive to diskette.
  237. 6.41a Updates index automatically during BIX file import.
  238. 6.40a Full record searching on bibliographys (registered ver only)
  239. 6.30e Specify database on command line.
  240. 6.30d Fixed minor display quirk.
  241. 6.30b File viewer safety feature added. No longer bombs
  242.       if file-to-view is larger than available memory.
  243. 6.30a Search progress graph added. Better MONOCHROME support.
  244. 6.20a Two new export options added.
  245. 6.11a Minor modifications.
  246. 6.10a Convert SHAREWARE no longer appears on menu of REGISTERED VERSIONS
  247.  
  248.