home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / vrac / geded101.zip / WHATSNEW.DOC < prev   
Text File  |  1994-08-05  |  8KB  |  219 lines

  1. GedEdit modifications log
  2. **************************************************************************
  3. BETA modifications:
  4. Aug 5/94
  5.   Changed version number to 1.01
  6.   ------------------------------
  7.  
  8.   Modified function key prompt display to show regular function keys
  9.   unless the 'Alt' key is pressed, upon which the Alt-key function
  10.   prompts are displayed. Releasing the 'Alt' key restores the previous
  11.   prompt display.
  12.  
  13.   Debugged some logic that was making addition/deletion functions to the
  14.   header structure (0 HEAD) redisplay strangely.
  15.  
  16.   Changed registration (beg) screen display.  Provided 1-800 phone
  17.   number for Credit Card purchases. Provided non-800 number for
  18.   inquiries.
  19.  
  20. Aug 4/94
  21.   Added routine that empties the keyboard buffer after every 'F4-delete
  22.   record' function is performed.  Eliminates unwanted machine-gun deletes
  23.   experienced by some faster hardware.
  24.  
  25. July 12/94
  26.   Modified edit mode paging to check record count before ordering a new
  27.   page for current structure when page full and PgDn/DownArrow is pressed.
  28.  
  29. July 5/94
  30.   Corrected fault in INDI/FAM lists (Alt-I/Alt-F) where lists would fail
  31.   to add to chain if one or more individual/family structures (other than
  32.   the one selected) are missing from the GedCom.
  33.  
  34. July 4/94
  35.   Add structure '@Xnnn@' number generation logic modified from '1+total
  36.   number of these structures' to '1+the number used in the last entered
  37.   structure of this type'. Allows for missing structures.
  38.  
  39.   GEDED1D.ZIP (beta) released to BandMaster BBS 1:153/7715, Vancouver,
  40.   B.C. Canada file area NEW. First public release (beta pre-release).
  41.  
  42.   Modified 'Add Structure ->Submitter structure' logic to improve
  43.   operational speed.
  44.  
  45. July 3/94
  46.   Added point-and-shoot menus for all INDIviduals and FAMilies in the
  47.   current .WRK file. Alt-I displays INDIvidual menu. Alt-F displays
  48.   FAMily menu. Updated help screens.
  49.  
  50.   Added alternate prompt bar display. If the 'ALT' key is pressed the
  51.   prompt bar displays functions controlled by the 'Alt' and 'Ctl' keys.
  52.  
  53. July 1/94
  54.   added file index logic to (F7) Add Structure function (INDI and FAM
  55.   structure types only).
  56.  
  57. June 30/94
  58.   Fixed bug in Search [replace option] that occurred in multiple page
  59.   structures when 'Ask first?' prompt is answered 'Y'.
  60.  
  61. June 29/94
  62.   Added ALT-F5 function key. Displays scrollable 'GoTo' menu of chained
  63.   structures.
  64.  
  65. June 26/94
  66.   Added logic to allow up-arrow and down-arrow keys to pagenate. Up
  67.   arrow key will page to last line of previous page/structure. Down
  68.   arrow key will page to 1st line of next page/structure.
  69.  
  70.   Revised beg screen.
  71.  
  72. June 25/94
  73.   Fixed incorrect level insertion when using 'F2 CONT'.
  74.  
  75.   Family Report mods:
  76.     Modified logic to handle long (+95 line) structures.
  77.  
  78.     Removed '@Xnnn@' cross-reference labels from report body.
  79.  
  80.     Top of page filing keys reformatted. Full name at left margin, Fnn
  81.     reference at right margin.
  82.  
  83.     Changed logic to allow for extra long names. If the name is long
  84.     enough to be truncated by the Occupation field, then the name is
  85.     given the entire line and the Occupation field is moved to the next
  86.     line.
  87.  
  88.  
  89. June 24/94
  90.   Enhanced compatibility to handle 'long-winded' structures. Eliminated
  91.   maximum lines-per-structure restriction of 100. Current version should
  92.   read any size GedCom containing structures of any size having line
  93.   length of not more than 256 characters, including label and tag.
  94.  
  95.   Added 'End edit session?' prompt when escape pressed during edit mode.
  96.  
  97.   Added function halt if escape pressed during search or replace.
  98.  
  99. June 23/94
  100.   Enhanced compatibility to handle up to 256 characters per GedCom input
  101.   line. (5.3 standard=level+tag+maximum 247 chars). GedEdit will reformat
  102.   overlength input to 80 characters per line maximum with overflow going
  103.   to CONT record on next lines(s). Reformatting is done during first
  104.   load as a background operation (transparent to the user).
  105.  
  106.   Modified replace function to allow keyword search phrase to end with a
  107.   '*' wildcard. (See STRIP.DOC)
  108.    
  109.   Modified GoTo. User input box no longer needs to be ended with '@'.
  110.  
  111.   Added Ctl-PgUp hot key in editor to GoTo start-of-file. Restarts
  112.   series of chained records. Current version (1B) discards previous
  113.   chain.
  114.  
  115.   Added Alt-F6 control to search (find) function. If Alt-F6 is pressed
  116.   instead of F6, keyword search will start at top-of-file.
  117.  
  118.   Revised help screens and menu. Deleted 'Done' help. Added function 'keys'
  119.   help.
  120.  
  121. June 22/94
  122.   Wrote STRIP.DOC as a demo-type tutorial for global search and replace.
  123.  
  124. June 21/94
  125.   Modified find(F6) to chain similar to GoTo. Reduced maximum number of
  126.   chained structures to 5000. Installed FIFO (First in, First out)
  127.   buffer to chaining procedure. FIFO kicks in at 5000 links. (Drop link
  128.   1, add link 5000). Done to accommodate future version enhancements.*
  129.  
  130.   (*On the workbench: 2-way movement through the chain, Multiple chains,
  131.   search/replace within chains, save/load chain macro, Export chain to
  132.   *.GED, Import chain, etc.)
  133.  
  134.   Added 'where-am-I meter' to Global search and replace 'working...'
  135.   message.
  136.  
  137.   Determined current version blows its lid during a search if target
  138.   found in a structure with more than 4 screenfull of data. GedComs in
  139.   CLARK.ZIP not compatible at this date due to large structures.
  140.  
  141.   Improved shell to dos function. Version 1A required COMMAND.COM in root
  142.   directory. Version 1B gets the path from DOS.
  143.  
  144. June 20/94
  145.   Modified edit mode Reports to toggle on if current field contains
  146.   an x-reference label. (Can print FAM report from INDI structure).
  147.  
  148.   Added global Search/Replace with toggles for global, case
  149.   ignore and ask first controls.
  150.  
  151. June 19/94
  152.   Changed help screens to reflect GedEdit vs GEDIT.
  153.  
  154.   added aditional GoTo help screen explaning chaining function.
  155.  
  156.   added ability to print reports from edit mode. (F9 key)
  157.  
  158.   fixed bug that truncated last n kids where kids>8 in GedEdit Family
  159.   Report.
  160.  
  161.   Added sanitary exit with prompts if Disk Space <5000 bytes.
  162.   during initial load. (Disk Full).
  163.  
  164.   Added Reports help screen to edit mode help.
  165.  
  166.   Added default GoTo x-reference label. If the current line being edited
  167.   contains an x-reference label and F5(GoTo) is pressed, the GoTo window
  168.   will contain that label. Pressing ENTER displays the structure.
  169.  
  170. June 18/94
  171.   Restricted maximum number of structures that may be 'chained' during
  172.   edit mode to 9000. 9001th stucture becomes 9000, chained to 8999th, etc,
  173.   ad-infidentum. Done to avoid potential stack overflow when editing
  174.   large ( >9000 structures) GedCom files. Does not affect any other
  175.   editing, file handling or reporting functions. Will probably never be
  176.   needed.
  177.  
  178. June 17/94
  179.   Changed all brown-on-cyan displays to yellow-on-black displays.
  180.  
  181.   Added expiry notice beg screen.
  182.  
  183.   Linked fast-find logic into Edit-mode GoTo (FAMily or INDIvidual) logic.
  184.  
  185.   Modified PgUp to chain backward through last sequence of GoTo's.
  186.  
  187.   Modified Family ID user input display to default to last displayed GoTo
  188.   Family or last Family Report printed, whichever is last.
  189.  
  190.   Added 'not found' prompt if Edit-mode search does not find search string.
  191.  
  192.   Added default to last value logic to Edit-mode search string.
  193.  
  194. June 16/94
  195.  
  196.   modified IDX/FDX get_structure procedure to sequential search index
  197.   if initial index read does not find correct key (key out of sequence).
  198.  
  199.   Reports no longer searches  *.WRK file. Displays a prompt if a record
  200.   is missing.
  201.  
  202. June 15/94
  203.   GEDIT Ver 1.1B renamed to GedEdit Ver 1.0
  204.  
  205.   modified display to always reflect person count, family count and free
  206.   diskspace.
  207.  
  208.   Added 'F8=Shell' to prompt bar and coded shell to DOS using editor hot key
  209.   F8.
  210.  
  211.   Modified documentation to reflect new name.
  212.  
  213. June 14/94
  214.   added Person count, family count and free diskspace to edit and load
  215.   display.
  216.  
  217. June 12/94
  218.   Added help screen for main menu.
  219.