home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / SFUED111.ZIP / HISTORY.17 next >
Encoding:
Text File  |  1992-12-24  |  11.4 KB  |  222 lines

  1. --------------------------------
  2. -  Program History for SFUE17  -
  3. --------------------------------
  4.  
  5. 12-23-1992  v1.11:
  6.     Combined redundant code to reduce EXE size.  Fixed a problem with
  7. the Tag array when records are added (i.e. rEstore).  Modified some
  8. low-level video routines and switched over to my own screen clearing
  9. code.
  10.     Improved update method for the sort.  If you're moving more than
  11. 40% of the total records then the entire database will be re-written
  12. instead of records being "swapped" around.  Added Record Verification
  13. to find records that may cause problems (those that have matching
  14. Names, matching ID's or ID's of all zeros).
  15.     Added an exit confirmation option.  Added option (CTRL_V) to
  16. display special files (CWF, SpOEC, and all 5 SpAnn files) via the
  17. DOS TYPE command.  It's primitive, but better than nothing.  Also
  18. updated Opus structures to use the latest ones available.  Removed
  19. DV detection and switched to using the DOS Idle Interrupt while
  20. waiting for a keypress to allow for greater compatibility.
  21.  
  22.  
  23. 11-16-1992  v1.10:
  24.     Made some changes to try and fix a problem if the user database
  25. has a size mismatch.  Added some more options to the Global command
  26. (under Ratios).
  27.     Fixed problem with adding a new line to the end of the USER.DEL
  28. file (if it existed) every time you ran the Zap, and added a 'reason'
  29. string after the user's name.  Added a 1 second delay before checking
  30. for a response from the ANSI driver to allow time for a response (in
  31. case of remote operation) when using DOS mode.
  32.     Changed Xlate to translate more characters by using a lookup table
  33. of all 256 characters (in case you need to edit the table).  Fixed a bug
  34. in the Adduser function that caused the program to abort even though it
  35. added a record.  Added ANSI detection when in DOS mode.  Added a log file
  36. containing the names of any users removed from the database during a Zap
  37. that is compatible with the Opus log style.  Fixed a problem with
  38. appending deleted users to the save file (if there were already records
  39. in the save file).  The USER.SAV and USER.DEL files will be deleted if
  40. they are zero-length (empty).  Added the ability to update each users'
  41. expiration date field based on the value in the PRM file, or a value
  42. specified on the command-line (in relation to the last time the user
  43. called).  If a user's record is going to expire there is now an indicator
  44. up in the Status field (see documentation).
  45.  
  46.  
  47. 08-01-1992  v1.09:
  48.     Added routines to attempt opening a file three times (w/half-second
  49. delay between attempts) before failing.  Added command-line sorting
  50. capabilities.
  51.     Slight screen modification.  Enhanced Zap function.  Changed
  52. command-line arguments for selecting video options (old ones still work
  53. for now).
  54.     Added some shortcut keys.  Added checking of index program name field
  55. to make sure it isn't empty.  Added Help screens!!!  Another screen
  56. re-design (thanks to the help screen).  Added a search field for the
  57. Sysop Comment.
  58.     Changed the INI file to a more flexible format.  Also did a screen
  59. re-design (removed QkInq).  Added record tagging for use with the Find,
  60. Global, and Report options.
  61.  
  62.  
  63. 06-11-1992  v1.08A:
  64.     Checking for status files (ACTIVE##.DAT/LASTUS##.DAT) will be done in
  65. the STATUS directory instead of the Opus directory.
  66.  
  67. 05-29-1992  v1.08:
  68.     There are no longer 1stname/Lastname options when sorting.  They have
  69. been replaced with just Name to allow for consistency when sorting by
  70. either Name or Alias (you will be prompted to choose the first or last
  71. name).
  72.     If there is an ACTIVE##.DAT file in the Opus directory you won't be
  73. allowed to Sort or Zap the database.  Added an indicator to show that a
  74. user has a CWF file and an indicator that shows whether or not you're
  75. editing the real user database or just a copy of it.  First attempt at
  76. being multi-tasker friendly. ;-)  You can now choose which printer port
  77. to send the Report to.  If a user is online, you won't be allowed to
  78. make changes to his/her record.  Added toggle for hiding user passwords
  79. (CTRL-H).  The PATH will be searched for the INI file if it's not in the
  80. current directory or the program directory.
  81.     I decided to use Ralph Brown's spawno() function to swap the program
  82. out of conventional memory when calling USERNDX, and when going to the DOS
  83. Shell.
  84.     Changed the sort routine to a faster one. (Thanks to Bob Stout's
  85. SNIPPETS file and R. Gardner.)  Fixed the Search to be case-insensitive.
  86. If you're using the 'LOGON AskReal' option in your CTL (PRM) file, SFUE17
  87. will display each persons' Real Name and Alias in the correct fields.
  88. (i.e. The persons' Real Name will be in the Name field and not in the
  89. Alias field).
  90.     Added an option to have an inactivity timer when waiting for a
  91. keypress.  If you have IBM Graphics Translation turned on then the
  92. graphics in the Report will be translated also.  There are two new
  93. string input routines (one for BIOS/DIRECT screen writes, the other
  94. for DOS). CTRL-C won't abort the program anymore.
  95.     Added *detection* of encrypted passwords (via PRM file).  Added
  96. IBM Graphics conversion to Normal ASCII characters (-X on command-line,
  97. or CTRL-X to toggle the translation ON/OFF within the program).  Switched
  98. to the Large memory model to get rid of the 64K Code restriction (which
  99. instantly added about 11K to the program size).  There is now an INI
  100. file that is created in the same directory as SFUE17 that contains default
  101. information.
  102.  
  103.  
  104. 02-28-1992  v1.07:
  105.     Modified the Global change option. Made some screen changes.
  106. Changed the Rmrk (Remark) option to QkInq (QuickInquire) in
  107. ScrnSect 1.  Enhanced the Search option to allow you to modify
  108. records as you go.  After you initially specify a search key,
  109. a new menu option will appear in the lower right-hand corner
  110. section (pressing a zero (0) will continue the previously
  111. selected search).
  112.     SFUE17 will now rename any Custom Welcome Files (CWF's) when
  113. you either sOrt or Zap users so the CWF's always point to the same
  114. user no matter what record number they're moved to.
  115.  
  116.  
  117. 01-18-1992  v1.06:
  118.     If the current record has been modified in any way, there will
  119. be an asterisk placed in the upper right-hand corner of the screen.
  120.     I split the source code into smaller modules and made some minor
  121. code changes in the process (there's now well over 200K worth of
  122. source code).  Eliminated a problem with marking files read-only.
  123. Added options to change the User Macros in ScrnSect 5.
  124.     Changed the Language option to include the language number.  Also
  125. added an Import option to restore user records from USER.SAV.  Made
  126. some other minor improvements (including using a new sort routine).
  127. You can now format the output of the report when sending it to a file.
  128.     Fixed a problem in the Report when sending a specific range of
  129. records to a file (it would name the file whatever the highest record
  130. number you selected was).  Added some more questions to the Report.
  131. Also switched to the Compact memory model to allow up to 2300 records
  132. to be sorted.
  133.  
  134.  ** NOTE:  The command-line option -F has been replaced with -U to
  135.     allow for future expansion.
  136.  
  137.  
  138. 12-06-1991  v1.05:
  139.     SFUE17 no longer accepts a record number of zero when asking which
  140. record number to show.  Now SFUE17 will not allow you to have a user's
  141. number of calls set to zero.  Added user (SysOp) selectable multi-key
  142. sorting (hurray!).
  143.     Made a couple of internal changes.  Added a save file to the Zap
  144. option.  Added option to generate a report for ONLY a specific range
  145. of records instead of the entire database.  Added Global option to
  146. make global changes to the database.  Also made it so SFUE17 will ask
  147. to update the index when exiting if necessary, instead of always
  148. updating when it felt necessary.
  149.     Changed the Report format.  Also when sending the report to the the
  150. printer, you can now specify whether you want it formatted for 6 or 8
  151. Lines Per Inch (66 or 88 Lines Per Page).  You can also display users
  152. with their last name first (Report).  Also when you sort by lastname
  153. (2ndname), the database is sorted by true lastname.  Before if a user
  154. had a middle initial, then it would be considered part of the lastname.
  155. Also, if a user has his last call time set in the future (it could
  156. happen), SFUE17 will now set the number of days since his last call
  157. to zero (so he/she doesn't get Purged).
  158.  
  159.  
  160. 10-12-1991  v1.04:
  161.     Added a 5th ScrnSect (in the position of ScrnSect 2) to allow changing
  162. of the Sysop Comment.  Also did slight improvement on the function that
  163. accepts a string.  Fixed (and improved) the Report option (Screen).
  164.     Fixed a share violation when updating the user index, and slightly
  165. improved on the Sort/Zap file sharing modes.  Also did minor color change
  166. to the ScrnSect's.
  167.     Added the "Hidden" access privilege for those who want to use it.
  168. Also changed the assignment of a file-handle when sending output to either
  169. the screen or printer.  Fixed a problem when changing the current record
  170. when the index needs updating.
  171.  
  172.  
  173. 09-14-1991  v1.03:
  174.     Fixed ReadMsgs to use a 'D' instead of an 'R' which is used for
  175. selecting a record number.
  176.     Program now updates the USER.NDX via calling USERNDX every time that
  177. the program does something that could change the order/number of records
  178. in the database (i.e. sOrt, Zap).
  179.     Added a DOS Shell option via the F9 key.  Re-designed the screen to
  180. allow for more options.  Added an option to change the user's Section.
  181. Also added an option to change the Default Protocol.
  182.     Added a user Report option.  Added file sharing for multi-tasking
  183. environments.  The ScrnSect box that is active now has its number BLINK.
  184. Improved the Zap function to allow for Confirmation before removing each
  185. user from the database.  The command-line Zap (by Days) now works like it
  186. should.  Also did slight modifications to the Expiration controls.
  187.     SFUE17 will now search for USER.DAT using the OPUS environment, then the
  188. PRM file if the User Database isn't in the Opus Home directory, then in
  189. the directory that SFUE17 started from if the database isn't found in the
  190. current directory.  Also did a minor screen change (credit/debit).
  191.     Did some internal changes.  Added the ability to specify (on the
  192. command-line) the first file SFUE17 will try to open instead of USER.DAT,
  193. or just specify the default path to look for USER.DAT.
  194.  
  195.  
  196. 07-14-1991  v1.02:
  197.     Cleaned up help screen.  Also changed the way Keys are set (now the
  198. Keys are toggled instead of having to type in every key you want active).
  199. Also dots are displayed on the screen in place of inactive Keys.
  200.     Fixed the display for extended text modes available on the VGA.
  201.     Added -B command-line option for BIOS screen writes.  Also fixed a
  202. problem when pressing Enter instead of entering in a number on certain
  203. items.  The screen now displays the proper key for changing the Address.
  204.     Added number of days option when doing a Zap.
  205.  
  206.  
  207. 06-16-1991  v1.01:
  208.     Added option to swap two records with each other.  Also you can now
  209. sort a range of records instead of the whole database.  By default, the
  210. first record will now be protected from the sort.  The Sort option now
  211. sorts by the user's last name instead of their first name.  Added a -Z
  212. command-line option for automated cleanup (Zap) of the database.
  213.     Added color for local mode.  Fixed ScrnSect from accepting an invalid
  214. keypress.  Fixed the displayed month in the BirthDate field, and how it
  215. saves the number of the month.
  216.  
  217.  
  218. 05-19-1991  v1.00:
  219.     First public release.
  220.  
  221. [EOF]
  222.