home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / popdbf35.zip / POPDBF35.COM / POPDBF.HST < prev    next >
Text File  |  1989-11-03  |  9KB  |  237 lines

  1.             History of PopDBF Development
  2.             =============================
  3.  
  4. Future Features include:
  5. ----------------------------------------------
  6.  
  7.     o  Network version for multi-user access
  8.  
  9.     o  Memo read
  10.  
  11.     o  Create database  \
  12.                  \
  13.     o  Copy structure     \
  14.                    \
  15.     o  Zap function         ===== Programmers edition available Jan '90
  16.                    /
  17.     o  Pack function      /
  18.                  /
  19.     o  Modify structure /
  20.  
  21. Version 3.5 - Released November 3, 1989
  22. ---------------------------------------
  23.  
  24.     o  Program is now just one version, EDIT.  However, a READ-ONLY
  25.        version is available upon request.
  26.  
  27.     o  Made necessary changes to join ASP.  Demo version is fully
  28.        functional with the only difference being the 'beg' screen.
  29.        The 'beg' screen is removed from registered copies.
  30.  
  31.     o  You no longer have to be in the directory where POPDBF.COM is
  32.        located when you load PopDBF into memory for context sensitive
  33.        help to be available.  However, POPDBF.HLP does need to be in
  34.        the same directory as POPDBF.COM.
  35.  
  36.     o  The default number of fields has been reduced from 128 to 64
  37.        and the default edit buffer has been reduced from 2K to 1K.
  38.        This is just to reduce the default memory footprint.  You can
  39.        specify /F128 and /E2048 on the command line to use the old
  40.        values.
  41.  
  42.     o  To make the pop-up more instantaneous, only directories WITHOUT
  43.        an extension are available in the Pick file window.
  44.  
  45.     o  You can now get from any major area to any other major area
  46.        by directly pressing some ALT key combination.  The major
  47.        areas are: Append records, Browse records, Edit records,
  48.        File selection, view Structure.  Pressing ALT and the proper
  49.        capital letter will take you to that area.
  50.  
  51.     o  Pressing the ALT key will cause the status line to show a
  52.        menu with the areas described above and the appropiate letter
  53.        hilited as well as other options.
  54.  
  55.     o  Help has been greatly improved both in content and functionality.
  56.        You can now scroll up and down through help and hotkey out of it.
  57.  
  58.     o  You can now change the file access mode from anywhere by pressing
  59.        Alt-M.  File access mode must be read/write to Edit or Append.
  60.  
  61.     o  Frequently used files feature.  A file named POPDBF.FRQ can
  62.        contain up to 10 fully qualified database file names for access
  63.        from the Pick file window using Alt-1 through Alt-0.
  64.  
  65.     o  Current field and record are now shown with their corresponding
  66.        maximum (i.e. 10/200).
  67.  
  68.     o  While finding text the record number in the window border will
  69.        reflect the current record being searched.
  70.  
  71.     o  Added ability to search on a selected field or fields.  You
  72.        can also force the search string to be found entirely within
  73.        one field to avoid finding part of a string in one field and
  74.        the rest of it in adjacent field.
  75.  
  76.     o  Changed the key that moved the cursor to the first blank
  77.        character after any data in a field in Edit from Alt-End to
  78.            End.  Ctrl-E will now move to the last position in the field.
  79.  
  80.     o  Changed the century toggle key from Ctrl-D to Ctrl-C.
  81.  
  82.     o  Added two new command line arguments.  /D will allow you to
  83.        specify an initial directory and /Z will start the Browse window
  84.        in zoomed out (expanded) mode.
  85.  
  86.     o  Fixed an error which occured when deleting some characters in a
  87.        field while in Edit and then pressing the End key.  The error
  88.        did cause a Divide Overflow error, which forced a reboot.
  89.  
  90.     o  Fixed an error which occured when no files or directories were
  91.        found in the current directory on the current drive.  Now zero
  92.        files are displayed and you can use F3 to change drives or
  93.        hotkey out.
  94.  
  95.     o  Fixed an error in the find next which didn't beep when sitting
  96.        on the last record in the file, but should have.
  97.  
  98.     o  Fixed an error which occured when all fields in the structure
  99.        were marked (numbered).  EDIT would perform strangely when using
  100.        the hotkey to exit and re-enter.
  101.  
  102. Version 3.4 - Released August 17, 1989
  103. --------------------------------------
  104.  
  105.     o  Added message when trying to edit record in read mode.
  106.  
  107.     o  Added Alt-END to go to first postion AFTER last non-blank
  108.        character.
  109.  
  110.     o  Fixed a bug that caused underlying applications to terminate
  111.        when exiting PopDBF.  This really got fixed on 8/24/89, but
  112.        only a few people fell between the cracks.
  113.  
  114. Version 3.3 - Released July 24, 1989
  115. ------------------------------------
  116.  
  117.     o  Added the ability to view an index expression from the File
  118.        Selection window.
  119.  
  120.     o  Added ability to specify a default file specification by pressing
  121.        function key F4 from the File Selection window.
  122.  
  123.     o  Added ability to copy any record onto the current record being
  124.        appended or edited. (EDIT version only)
  125.  
  126.     o  Added ability to move a word at a time. (EDIT version only)
  127.  
  128.     o  Added system date stamp. (EDIT version only)
  129.  
  130.     o  Fixed many minor bugs in the edit routine. (EDIT version only)
  131.  
  132.     o  Fixed a bug which occurred when specifying a pass-thru filename
  133.        that contained wildcards.
  134.  
  135.     o  Fixed file selection to handle 0 files found.
  136.  
  137.     o  Smaller default buffer sizes.
  138.  
  139. Version 3.2 - Released June 17, 1989
  140. ------------------------------------
  141.  
  142.     o  Fixed a bug which occured when editing a character field that was
  143.        longer than 60 bytes.  The field was edited correctly, but the
  144.        cursor was positioned incorrectly.
  145.  
  146. Version 3.2 - Released May 31, 1989
  147. -----------------------------------
  148.  
  149.         o  There is now a "pass-thru" mode so you can use PopDBF without
  150.        installing it into memory.  You may also specify a file name with
  151.        this option and go right to browsing that file.
  152.  
  153.     o  Should work with all dBASE IV files.
  154.  
  155.  
  156. Version 3.1 - Released May 27, 1989
  157. -----------------------------------
  158.  
  159.     o  Fixed bug when assigning a mark and no other marks exist.
  160.  
  161.     o  After panning to the right, executing a ZOOM did force
  162.        browse display to begin with first field, but now works.
  163.  
  164.     o  You can now adjust the size of the read buffer in bytes, the size
  165.        of the edit buffer in bytes (EDIT version only), and the maximum
  166.        number of fields.  This is done by  specifying command line
  167.        parameters when loading PopDBF into memory.
  168.  
  169.     o  All windows now have shadows to give a 3-D look.
  170.  
  171. Version 3.0 - Released April 26, 1989 (first release to bulletin board)
  172. -----------------------------------------------------------------------
  173.  
  174.     o  Included the EDIT capability!!.
  175.  
  176.     o  Fixed the find-next to start at the record after the one the bar
  177.        is on instead of the second record from the top of the window.
  178.  
  179.     o  Changed find and find next to be F7 and F8 for easier operation.
  180.  
  181.     o  Failure of either a find or find next now causes the bell to sound.
  182.  
  183.     o  Added to /W switch to start in EDIT mode.
  184.  
  185.  
  186. Version 2.55 - Released April 9, 1989
  187. -------------------------------------
  188.  
  189.     o  Dates are now formatted correctly as MM/DD/YY.  Also, you
  190.        can now press Alt-D when browsing to toggle the century on
  191.        or off.  When on, the date is formatted as MM/DD/YYYY.
  192.  
  193.     o  Memos now show as the word 'memo'.
  194.  
  195.     o  Pressing F10 from FILE SELECTION will now work correctly, even
  196.        if an alternate path had been specified
  197.  
  198.  
  199. Version 2.54 - Released April  6, 1989
  200. --------------------------------------
  201.  
  202.     o  Fixed a bug in the find routine that could have caused system
  203.        crashes.
  204.  
  205.     o  Pressing the hotkey while entering find text now exits back to
  206.        the browse window instead of beginning the find.
  207.  
  208.     o  You can now assign sequence marks to unmarked fields.
  209.  
  210.     o  When printing records you may elect to limit the printing
  211.        to only those records in the print range that meet a previous
  212.        find condition.
  213.  
  214.     o  Alt-F1 will pop-up a help window with information about general
  215.        keyboard movement.
  216.  
  217.     o  Pressing PGDN in file selection or view structure when there are
  218.            less than a window's worth of entries now moves the bar to the
  219.            last entry in the window.
  220.  
  221. Version 2.53 - Released April 1, 1989
  222. -------------------------------------
  223.  
  224.     o  If help file is not found, error message did not show where it
  225.        expected it to be located.
  226.  
  227.     o  After panning to the right, executing a GOTO or a FIND did force
  228.        browse display to begin with first field, but now works.
  229.  
  230. Version 2.52 - Released on March 25, 1989 (1st release)
  231. -------------------------------------------------------
  232.  
  233.     o  Context sensitive help improved both in the area of speed and text.
  234.  
  235.     o  Added ability to toggle case sensitivity indicator while in the
  236.        find window.
  237.