home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 16 / 16.iso / t / t238 / 1.img / WHATS.NEW < prev    next >
Encoding:
Text File  |  1993-10-13  |  19.6 KB  |  493 lines

  1. Recent Changes to InteliCat(tm)
  2. -------------------------------
  3. If you need to contact me via US mail you can write to:
  4.  
  5.         Curtis Little
  6.         PO Box 33613
  7.         Northglen, CO  80233
  8.  
  9.  
  10.  
  11. 10/13/93
  12. Released v1.89d
  13.  
  14. Released v1.0 of the registration key program (FIXSN.EXE).
  15.  
  16.  
  17. 10/8/93                
  18. Added intelligence to InteliCat so that it will now go through exact paging
  19. when pressing the PGUP key while viewing a report to the screen.  (Prior
  20. versions didn't have an exact page start, but calculated where to go due to
  21. the problem incurred with various length comments).  InteliCat can now 
  22. overcome this minor technical problem.
  23.  
  24. NOTE:  Using the search function can cause some overlap in the pgup function
  25. since it causes a page to be set at random when a match is found.
  26.  
  27. Added an option to print double sided reports.  InteliCat is yet another
  28. product that helps us go easier on our environment!    
  29.  
  30.  
  31. 10/7/93
  32. Added printer initialize and deinitialize strings.  The strings are stored
  33. in a printer configuration file (the file name is whatever you specify as
  34. the printer name).  They are available from the report output options 
  35. screen.
  36.  
  37. NOTE:  IF YOU HAVE A PRINTER NAME WITH SPACES IN IT (OR CHARACTERS THAT DOS
  38. DOESN'T ALLOW IN A FILENAME, YOU WILL RECEIVE AN ERROR MESSAGE WHEN 
  39. INTELICAT ATTEMPTS TO WRITE THE FILE.  IF THIS OCCURS YOU SHOULD CHANGE THE
  40. NAME OF THE PRINTER.
  41.  
  42. You can specify specific ASCII characters by using a backslash in the 
  43. init string.  When InteliCat finds a backslash in the string immediately
  44. followed by upto 3 numbers, it will read the numbers and send the
  45. equivalent ASCII value.  For example, to send an ESCAPE character followed
  46. by the ASCII value 15, the string would be:
  47.  
  48.     \027\015
  49.  
  50.  
  51. 10/6/93
  52. Finished the serialization program to allow registered users to 'register'
  53. the shareware versions of InteliCat.
  54.  
  55.  
  56. 10/5/93
  57. Added the capability for the user to specify to InteliCat what fields should
  58. be looked at to determine if a file is a duplicate (for reporting purposes).
  59. Setting the Dup ck field to yes causes InteliCat to require a match between
  60. two files on that field before considering them to be duplicates.
  61.  
  62. (NOTE:  The duplicate check depends on the sort order to be correct for
  63. proper operation.  If you select the duplicate files report, InteliCat 
  64. handles the sort for you.  If not, you should sort the fields in a way that
  65. duplicate checking will succeed if that's what you want.  The proper sort
  66. order to insure duplicate file checking works is to sort all the fields
  67. that you have InteliCat set to check in the order they appear on the 
  68. options screen.  For example, if you tell InteliCat to check the filename 
  69. and size before considering a file to be duplicate, the sort to support this
  70. check would be FILENAME, FILEEXT, FILE SIZE.)
  71.  
  72.  
  73. 10/4/93
  74. Completed work on the report module that allows the user to specify the
  75. order that fields are printed on the file reports.  A new field allows you
  76. to specify the column number for a field.  When a report is printed, the 
  77. fields are printed in column number order.
  78.  
  79.  
  80. 10/3/93
  81. Fixed an obscure bug that has been present in all versions of InteliCat that
  82. could cause it to be unreliable when logging something with a large number
  83. of subdirectories.
  84.  
  85.  
  86.  
  87. 9/22/93
  88.  
  89. Released v1.89c
  90.  
  91. Fixed a bug that kept InteliCat from reading archive information from 
  92. files created with the latest version of ARJ (v2.41).
  93.  
  94. Fixed a bug that caused the mouse cusor to be displayed after returning
  95. from a DOS shell, ignoring the setting of the use mouse flag.
  96.  
  97.  
  98. 6/1/93
  99. Released v1.89b
  100.  
  101. Added a command line option to turn off the mouse.  Specify /R to keep 
  102. InteliCat from allowing use of the mouse.
  103.  
  104. Corrected a minor bug that would allow the user to enter a filter list without
  105. first specifying the filter file name.  This would cause an error message to
  106. be generated when InteliCat attempted to autosave the filter list on exit.
  107.  
  108. Fixed a problem in the new code that checked to insure the version of
  109. InteliCat in used is capable of reading the config/filter file.
  110.  
  111. 5/27/93
  112. Modified the sort and selection portion of InteliCat to immediately recognize
  113. when the ESCape key is pressed instead of performing the selection or sort
  114. before realizing the user wanted to abort the operation.
  115.  
  116. 5/13/93
  117. Added file filtering to InteliCat.  Editing the filter list can be done from
  118. the configuration menu.  The filters can be saved/read from disk (via the
  119. files menu).  Full regular expression support (as defined in the manual
  120. for selection criteria) is provided.
  121.  
  122. Any files on logged disks that match one (or more) of specified filters will
  123. not be logged by InteliCat.  For example if you setup a filter file and 
  124. define the filters as README*.* and *.BAT, InteliCat will ignore files on
  125. disks that are logged that start with README or have a .BAT extension.
  126.  
  127. When filtering is being used, a symbol will be displayed on InteliCat's 
  128. status line in the first position of the status line (to the left of the 
  129. Log Drive(s) data).
  130.  
  131. The name of the filter file is saved in InteliCat's configuration file.  When
  132. InteliCat is started it will attempt reading the configured filter list.
  133.  
  134. Added an option to autosave the filter file.  (Available from the autosave 
  135. options selection on the configuration menu).
  136.  
  137. Modified the list input function (i.e. what's used when you are entering
  138. selection criteria or filters), and made it so pressing ESCape while 
  139. inputting doesn't cause the criteria to be zapped (although the abort is
  140. still performed).
  141.  
  142. 5/12/93
  143. Added a files menu.  This menu will have the read and write selections for 
  144. the various files used in InteliCat (they were previously located on the
  145. configuration menu).
  146.  
  147. 5/9/93
  148. Modified selection criteria to accept dates in the configured format (instead
  149. of requiring dates to be entered in USA format in selection criteria).
  150.  
  151. 5/6/93
  152. Modified InteliCat to allow users to backup to previously entered 
  153. field when inputting a list of selection criteria.  This can be done by
  154. pressing the up arrow.  F10 now works as a 'complete' key when entering 
  155. a set of selection data.
  156.  
  157. 4/2/93
  158. Optimized the options input code.
  159.  
  160. 4/1/93
  161. Added Switch! options to control how the Switch! DOS Shell utility works.
  162.  
  163. Added an option to turn on/off the support for a mouse in InteliCat.
  164.  
  165. 3/29/93
  166. Fixed a bug in the merge routine that kept things from working properly
  167. when the merged database contained duplicate disk IDs.
  168.  
  169. 12/19/92
  170. Fixed a bug that kept the ALT-B (Next match backward toggle from working).
  171.  
  172. Modified InteliCat to shut down the mouse completely before doing a DOS 
  173. shell.  Then, it is restarted when control returns to InteliCat.
  174.  
  175. Added an option to rename the disk that is being logged when you are
  176. prompted if you want to replace it.  (This helps when you have InteliCat
  177. set to automatically name a disk with it's volume label, and the disk name
  178. already exists.  Using this option you can manually name the disk something
  179. different than it's volume label without having to go to configuration and
  180. turn off the use of volume label as the disk name).
  181.  
  182. In conjunction with the new option outlined above, if you have InteliCat
  183. configured to automatically use the volume label as the disk name, and then
  184. manually rename the disk to something else using the option outlined above,
  185. InteliCat will prompt before writing the new volume label to the disk (this
  186. is only done if you have InteliCat configured to write the disk name as a 
  187. volume label).
  188.  
  189. 12/9/92
  190. Modified the sort to also put disks in alpha order when sorting by filename
  191. and the disks are included in the selection set.
  192.  
  193. 12/6/92
  194. Released v1.89a
  195.  
  196. Completed mouse support functions for all of InteliCat except the comment
  197. import utility.
  198.  
  199. Added next match support while in the comment add/modify function.
  200.  
  201. Added a toggle that allows you to reverse the search direction when
  202. searching for the next match.  This key is valid in all parts of the 
  203. program that allow searching for the next match.  (I.E. the browse
  204. screens, report to screen, while adding comments, etc...).
  205.  
  206. The new toggle key is ALT-B.  Each time you press ALT-B it will reverse the
  207. search direction and then search for the next match to the criteria you've
  208. previously specified (or if you haven't initiated a search yet, it will
  209. cause you to be prompted for data to search for).
  210.  
  211. The search direction flag is now stored in the configuration file.  InteliCat
  212. will always default to the last search direction as maintained in the 
  213. configuration.
  214.  
  215. 12/5/92
  216. Fixed a bug that kept rename, delete, and replace from working properly.
  217. Replace and Delete had to be done previously using the disk list.  
  218.  
  219. Fixed a bug in the mouse routines that kept them from working after a 
  220. hotkey (ALT-Z) was used to shell to DOS.
  221.  
  222.  
  223. 11/20/92
  224. Fixed a minor bug in the mouse routines that could sometimes make 
  225. InteliCat confused in a way it wouldn't recognize mouse selections 
  226. until after a key was pressed.
  227.  
  228. Continued to increase mouse support in InteliCat.
  229.  
  230. 11/15/92
  231. Released v1.89
  232.  
  233. Continued to increase the mouse functionality.
  234.  
  235. **NOTICE** Pressing return when prompted for the disk name to log will
  236. no longer display the list of disks.  To display this list, select the 
  237. dialog box option (tab to it and press enter, or press ALT-L) to list
  238. the existings disks.
  239.  
  240.  
  241. 11/6/92
  242. Fixed the delete file function to flag the database as being changed.
  243.  
  244. Fixed the delete file function to keep the scroll bar line active after
  245. deleteing a disk.
  246.  
  247. Modified the functions to get a disk name from the user to use dialog
  248. boxes, providing an option to list existing names for selection.
  249.  
  250. Fixed a bug that kept the merge utility from being able to save the 
  251. comment records when you merge into a database with no existing records.
  252.  
  253. 11/1/92
  254. Modified the Log Disk function to use dialog boxes and include an option to
  255. log a disk starting at a specified subdirectory.
  256.  
  257. Changed InteliCat to remain on the same logging drive when the logging
  258. of a disk is aborted.
  259.  
  260.  
  261. 10/31/92
  262. Released v1.88 of InteliCat
  263.  
  264. The documentation is no longer distributed in a file separate from the 
  265. program file.
  266.  
  267.  
  268. 10/26/92
  269. Added limited mouse support to InteliCat.  Work included also added dialog
  270. boxes to many of the prompts in InteliCat.
  271.  
  272. 7/3/92
  273. Fixed a bug that caused InteliCat to give an error message that the report
  274. destination file couldn't be opened if you loaded a configuration file that 
  275. contained the option to automatically output to a file after having one
  276. loaded that asked for the destination.
  277.  
  278. 3/30/92
  279. Released v1.87 to registered users.
  280.  
  281. 3/8/92
  282. Released v1.86
  283. Fixed a bug that caused changed comments and keywords to not be flagged as
  284. a change in the database.
  285.  
  286. Modified InteliCat to ask if you want to save the database anyway when you
  287. request to write a database that had no changes.
  288.  
  289. 2/24/92
  290. Released v1.85
  291.  
  292. 2/22/92
  293. Fixed a bug in the comment editor that caused F10 to prematurely quit
  294. (Previously, the F8 key would work around the problem).
  295.  
  296. 2/15/92
  297. Fixed the search to retain the previous search value (next match now works).
  298.  
  299. 2/3/92
  300. **********************************************************************
  301. ** IMPORTANT --- ALL USERS SHOULD READ ABOUT THE CHANGES MADE SINCE **
  302. ** VERSION 1.83 BECAUSE NOT ONLY HAVE NEW OPTIONS BEEN ADDED, BUT   **
  303. ** THE OLD FILE NAME DEFAULTS OF LC ARE NO LONGER USED!             **
  304. **********************************************************************
  305. The following changes have been made in InteliCat which are addendums to
  306. what InteliCat's documentation describes:
  307.  
  308.         New Options
  309.         -----------
  310.         o       InteliCat now has options to configure how dates are
  311.                 displayed.  From the Configuration menu you may select
  312.                 the date options to set the date format as well as the
  313.                 separator.  This should make things look a little better
  314.                 for other countries that don't view dates in the typical
  315.                 format used in the USA.
  316.  
  317.                 NOTE:  At default InteliCat will detect the country (if you
  318.                 have MSDOS v3.0 or above.  For DOS versions older than 3.0
  319.                 the USA format is used at default.  You may change the
  320.                 default by editing the date options.
  321.  
  322.         o       Auto save options - InteliCat now has autosave options to
  323.                 allow you to specify whether it should automatically save
  324.                 the configuration and/or database when exiting or reading
  325.                 a new file (if changes were made to the previous one).
  326.                 At default these items are both turned on.
  327.  
  328.         o       Added an option to specify whether comments extracted from
  329.                 an archive should be put in InteliCat's keyword field instead
  330.                 of the comment field.  (Note:  You must have the option for
  331.                 extracting archive comments set for this option to work).
  332.                 This option is located on the archive options page.
  333.  
  334.         o       Added an option to the import utility to allow you to
  335.                 specify whether comments imported should be put in InteliCat's
  336.                 keyword field instead of the comment field.  (This is actually
  337.                 an option that is stored in your configuration file, but can
  338.                 only be modified from the comment import screen).
  339.  
  340.  
  341. Other than those changes the following minor changes and fixes have been 
  342. added since v1.83 was released:
  343.  
  344. o  Modified InteliCat to allow the user to abort changes made since the last 
  345.    time a database was saved (autosave of the database must be off for you to
  346.    have this option though!).
  347.  
  348.    NOTE:  Comments that you modify are immediately written to disk, so the
  349.    changes you make to existing comments can't be aborted.  New comments 
  350.    you input for files that didn't have them will be aborted if you don't
  351.    save changes though.
  352.  
  353. WARNING:  If you ZAP the database the changes can't be reversed!  Once you
  354. --------
  355. confirm a ZAP, the database will be written to DISK with no records in it, 
  356. unless you have backups of both the database file and the comment database,
  357. you won't be able to undo this action.
  358.  
  359. o  Modified InteliCat to remove references to the old default files of LC.
  360.    NOTE:  Existing users should rename their configuration to IC.CFG, delete
  361.    the old configuration file, or add the following to your autoexec.bat file:
  362.  
  363.     ICCFG=LC.CFG
  364.  
  365. o  If you set up the configuration properly with your database name you don't 
  366.    really need to change from the old default of LC (if that's what you use).
  367.    Note however, that if you do choose to modify the name of your database 
  368.    that there are TWO DATABASES that must be renamed.  Please refer to the 
  369.    documentation in a section titled 'Two Files per Database' if you're not
  370.    sure how InteliCat names it's database files.
  371.  
  372. o  Fixed InteliCat to not adjust the number of files, disk, dirs, etc when a 
  373.    configuration file with a lower number is read.  Note however, that if you
  374.    read a configuration file with more files/disks/dirs configured than what
  375.    you currently have available, InteliCat will try to increase the number 
  376.    available.
  377.  
  378. o  Fixed the skip input of keywords option to really work.
  379.  
  380. o  Modified the program to default to XMS instead of EMS as a first choice 
  381.    (This is done because there appear to be a number of TSR programs out
  382.    there that don't understand they are supposed to restore the state of the
  383.    resources they use to make their operation transparent to other programs.).
  384.    InteliCat's use of EMS ***REQUIRES*** that pages it maps in are not mapped
  385.    out until it tells the EMM driver to do so.  To solve the problem at
  386.    default XMS appears to be a better solution for use when possible.
  387.  
  388. o  Fixed keywords to be carried over for files within an archive when 
  389.    replacing a disk.
  390.  
  391. o  Added the banner to show Switch! is active when the temp file is going 
  392.    to a disk file.
  393.  
  394. o  Added a display of the file date and the listing file date when the import
  395.    utility asks if you want to replace an existing comment/keyword.
  396.  
  397. o  Fixed the DOS Shell to restore the cursor to the way it was before the 
  398.    shell when the user invokes the shell from something other than an input
  399.    prompt.
  400.  
  401.  
  402. ------------------------------------------------------------
  403. Changes made prior to v1.83:
  404.  
  405. 12/15/91
  406. Released v1.83
  407.  
  408. Modified the archive view functions to once again use non-buffered i/o
  409. (as v1.78 used to).  This change was made because the time to expand
  410. archives (i.e. ZIP files) has doubled since v1.78 due to the overhead
  411. involved with the buffering.  The non-buffered i/o may be slower under
  412. some multi-tasking environments, but for the majority of users it will be
  413. faster.
  414.  
  415.  
  416. 12/01/91
  417. Released v1.82
  418.  
  419.  
  420. 11/30/91
  421. Changed InteliCat to delete usage of comments when a file is deleted (this
  422. change doesn't change most setups, but if you're short on disk space it works
  423. better than the old method of determing deleted comments when the database
  424. is read).
  425.  
  426. Fixed a few bugs in the registered users upgrade utility that kept the old
  427. field width settings from being moved over when the configuration file is 
  428. formatted for v1.8+.
  429.  
  430. Modified the comment editor to issue a message when you press F10 to save
  431. & advance while on the last file.  After the message, pressing a key now 
  432. returns you to the menu.  Fixed other methods of advancing out of range when
  433. editing comments to cause a beep.
  434.  
  435. Made cosmetic changes on the report headers to show 'InteliCat'.
  436.  
  437. Fixed a bug that kept the keyword field width from being honored.
  438.  
  439. Fixed a minor bug that caused the files time stamp to be displayed wrong by
  440. 32 minutes in some cases.
  441.  
  442.  
  443. 11/17/91
  444. Fixed a bug in the expansion of ARJ archives.
  445.  
  446. Released v1.81
  447.  
  448.  
  449. 10/5/91
  450. Due to a naming conflict, v1.8 of my program begins with a new name.  From
  451. this point forward, this program will be called InteliCat.
  452.  
  453. This version is starting with a clean version of this file as 
  454. the documenation has been completely rewritten.  In short, this version
  455. has the following enhancments over what was previously v1.78:
  456.  
  457.         EMS/XMS can be utilized allowing databases to have 32,000 files.
  458.  
  459.         Advanced selection criteria can now be specified (using logical
  460.           operators).
  461.  
  462.         A merge utility has been added to allow combining multiple databases.
  463.  
  464.         Individual files may now be deleted from the database.
  465.  
  466.         Disk names are now treated as non-case sensitive, and an option is
  467.           provided to allow you to force all disk names to upper case as
  468.           they are added to the database.  InteliCat won't accept disk names
  469.           that are unique by their case only.
  470.  
  471.         The comment entry screen has been completely reworked to allow 
  472.           easier input of comments.
  473.  
  474.         The comment import utility has been expanded to allow import of 
  475.           a greater variety of file/comment listings.
  476.  
  477.         Reworked the options input screens to provide a consistent user
  478.           interface.  (Also added several new options, and changed the 
  479.           format of the configuration file.  LCNEW - available to registered
  480.           users - will upgrade the old format configuration files to the 
  481.           new format.
  482.  
  483.         InteliCat supports startup in extended VGA/EGA modes.
  484.  
  485.         InteliCat now initializes faster on many computers.
  486.  
  487.         GIF Files are now support as ARChive types.
  488.  
  489.         4DOS descript.ion comment files can be imported automatically.
  490.  
  491. Many other minor changes help round out the most significant upgrade of
  492. InteliCat to date.
  493.