home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / ped309.zip / PEDIGREE.REV < prev   
Text File  |  1995-07-14  |  7KB  |  108 lines

  1. (*****************************************************************************
  2.  *                                                                           *
  3.  *             PEDIGREE  ver. 3.09  14-Jul-95     by C. H. Orange            *
  4.  *                                                                           *
  5.  *         A program to keep track of dog breed data for use in making       *
  6.  *         pedigrees, descendency charts, and top producing lists.           *
  7.  *                                                                           *
  8.  *****************************************************************************
  9.  
  10.                         Revision History:
  11. 14-Jul-95 v 3.09  Added printing of sire & dam on medical clearance report.
  12.                   Corrected bug in data reorganization to delete empty
  13.                   supplemental records.  Added pause to printing annotated
  14.                   pedigrees before notes page.  Corrected line breeding
  15.                   list page length.  Corrected line wrap in name listing.
  16. 09-Apr-95 v 3.08  Added report for animals with an entry in a specific
  17.                   medical clearance field.  Allow all reports to exit at end
  18.                   of current page.
  19. 16-Mar-95 v 3.07  Corrected bug in revision of animal name if an alias record
  20.                   exists.  Caused program to go into infinite loop.  Added
  21.                   Medical field headings to descendant list and top producing
  22.                   list selections.
  23. 14-Jan-95 v 3.06  Corrected page heading line length.  Properly sent formfeed
  24.                   for 2nd printer.  Increased printer margin maximum to 30.
  25.                   Eliminated comments from printing with animal record.
  26.                   Corrected notation field save error for new records.
  27. 23-Dec-94 v 3.05  Corrected page length setting for second printer.
  28. 20-Dec-94 v 3.04  Added pick list for file name to start program.  Added full
  29.                   name for breed to configure file.  Revised error handling
  30.                   procedures.  Corrected Offspring search problem when an
  31.                   animal has only one offspring in Pedigree Scroll.
  32. 18-Nov-94 v 3.03  Added error message for Alias Name Display problem.
  33. 02-Nov-94 v 3.02  Corrected various heap deallocation errors.
  34. 20-Oct-94 v 3.01  Corrected line breeding list page length.  Fixed PYear
  35.                   heap deallocation error.  Fixed Revise save error.  Added
  36.                   word wrap to alphabetic name listing.  Added full data
  37.                   listing to Breeder search, Comment search, Kennel search
  38.                   and Title/date search.
  39. 23-Jul-94 v 3.00  Switched to BTree Filer from Turbo Data Toolbox.
  40.                   Configuration data now kept in separate file PEDIGREE.CFG
  41.                   Added annotated pedigree listing.  Add new notation file
  42.                   to the sequential outputs.  New fields are available for
  43.                   dual registered animals.  Added ability to change
  44.                   printer ports and use a second printer.
  45. 31-Oct-92 v 2.20  Added listing of animals with titles in specified year.
  46. 04-Jun-92 v 2.19  Corrected sequential file input blank entry error.
  47.                   Modified AKC title order for printing.
  48. 18-Apr-92 v 2.18  Added F4 Previous key to Add/Revise screens.  Added
  49.                   <ESC> to print out of data and alphabetic listing.
  50. 02-Feb-92 v 2.17  Increased title abbreviation length to 8 characters.
  51. 30-Jan-92 v 2.16  Add printer initialization code setup.
  52. 11-Jan-92 v 2.15  Correct printing of foreign championship with domestic
  53.                   titles.  Correct display of date in edit screens.
  54. 31-Dec-91 v 2.14  Add ability to loup animal entries by number and
  55.                   name browse function to all animal name inputs.  Put
  56.                   main procedures into overlay for reduced memory usage.
  57. 04-Dec-91 v 2.13  Correct printed pedigree output without graphic chars.
  58. 30-Nov-91 v 2.12  Correct birth date display routine.
  59. 07-Nov-91 v 2.11  Add country setup routine.
  60. 21-Sep-91 v 2.10  Corrected revise animal name routine.  Added error trap
  61.                   for duplicate name as sire and dam in editing.
  62. 04-Sep-91 v 2.09  Corrected date comparison routine for deletion of records.
  63. 11-Aug-91 v 2.08  Added data validation routine.
  64. 23-Jul-91 v 2.07  Corrected sire & dam indexing problem.
  65. 11-Jul-91 v 2.06  Changed revision to animal sex method to speed up.
  66.                   Corrected delete record function data pointers.
  67. 08-Jun-91 v 2.05  Corrected index problem in Top Producer listing.
  68. 04-Jun-91 v 2.04  Changed to trim spaces off end of sequential data read in.
  69. 27-May-91 v 2.03  Added Esc and F10 prompts to entry screens.  Revised
  70.                   screen display of data file.  Corrected problem with
  71.                   2nd copy of pedigree.  Added breeder name search.
  72.                   Corrected Supplemental input problem for indexing.
  73. 10-May-91 v 2.02  Corrected Entry Screen lock out problem.
  74. 28-Apr-91 v 2.01  First release of improvements made by version 2.00.
  75. 20-Dec-90 v 2.00  Combined all records into single file of data on animal.
  76.    thru           Added printer margin control and new listing for less
  77. 27-Apr-91         than 160 column printer.  New help system.  Complete new
  78.    various        file structure to accomodate additional record types.
  79.    revision       Added command line switch /M or /m to force monochrome
  80.    letters        display.  Added supplemental data records and comment
  81.                   records to data file.  Revised foreign champion entry.
  82.                   Increased size of AKC number field for new numbers.
  83.                   Limited release for testing purpose only.
  84. 26-May-90 v 1.12  Corrected large foreign champion display to truncate when
  85.                   line is longer than field size.  Corrected error in adding
  86.                   data from sequential files.
  87. 08-Apr-90 v 1.11  Increased size of printer setup strings to 20 characters.
  88. 11-Feb-90 v 1.10  Corrected error in renaming of animal with alias name.
  89.                   Added error trap for printer not ready at start of print
  90.                   output.  Complete revision of sequential file handling to
  91.                   allow sequential files to merge two data files.  Revised
  92.                   method of printing foreign championship data.
  93. 28-Jan-90 v 1.06  Corrected error in attempting to delete record and replace
  94.                   with itself.  Corrected error in AFC - FC title generation.
  95.                   Made 2 titles user defined in program setup.  Eliminated
  96.                   file creation error in un-successful descendant listing.
  97.                   Added printer reset to initial condition capability.
  98.                   Changed printer code entry to \nnn format.  Breed name
  99.                   may now contain more than one word.  First word up
  100.                   to 8 characters become the file name.  Revised data
  101.                   input method and keyboard handling.  Added search for Kennel
  102.                   Name feature.  Documentation and help file updated.
  103. 25-Nov-89 v 1.05  Re-compiled with no changes except telephone area code.
  104. 12-Oct-89 v 1.05  Fixed problem with revise data to change sex of animal.
  105. 12-Aug-89 v 1.04  Eliminated closing of disk files if no writes took place.
  106. 09-Jun-89 v 1.03  Fixed printer parameter save error.
  107. 15-Apr-89 v 1.02  1st public release.
  108.