I will try to keep track of the changes I make and report them here in FEAVERS.TXT.

Version 2a  3/30/92

1. Fixed COPY MEMO problem in UNPACK.PRG

2. Small adjustments in JKEYLEE.PRG, will keep better track in the future

3. Added VIDMODE function which changes video mode from 25/50 in a more
   efficient manner than FE

4. Added WINDLIST function puts list of open data entry under the Windows
   menu pad, allowing for easy switching between open screens.


Version 2b 3/31/92

1. Ultra Picklist
   - Removed WAIT WINDOW statements that were in there for debugging reasons
   - On child screens (Using the cursor TEMP instead of memvars) the wrong
     table was being updated - fixed
   - The lookup failed on filterd lists - fixed
   - The After Lookup Function is now supported
   - Case Sensitive lookups are now supported

2. Super Browse
   - Case Sensitive option added

Version 2c 4/12/92

1. Ultra Picklist
   - Ability to call Add/Delete/PHd or any routines via hotkeys
   - Filters set with *[LIMIT:<expr>:] were not being released - fixed

2. Super Browse
   - Ability to call Add/Delete/PHd or any routines via hotkeys
   - When browsing child screens filter wasn't set - fixed
   - When browsing child screens, work area wasn't properly reset - fixed
   - When browsing child screens, always set to top record
     instead of the current record - fixed

3. OPENDBF
   - Call to unknown GETFNAME function - fixed
   - Call to unknown POPERROR function - fixed

4. LEEPOINT
   - Enhanced with PARAMETER plClear which sets file pointers to EOF().
     This was necessary so that when adding reccords, related table values
     are "cleared".  Place the call:
       =LEEPOINT(@LAJOINS,.T.)

     in the "ADD" CASE statement of the ACTION procedure in your control panel.

5. JOINARAY
   - Enhanced to find all relationships
   - Enhanced with PARAMETER plNoCyc, which if .T. will remove cyclical
     relationships.

6. WALKREL [New Feature]
   - Finds all relationships: used by JOINARAY and LHDELETE

7. LHDELETE [New Feature]
   - Replaces DDDELETE.  Can cascade delete all levels of relationships.
     Progress indicators which come in handy when deleting records from
     files that have many relationships

8. THERMLEE [New Feature]
   - My version of a thermometer: adapted from Fox's THERM.PRG.






