home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 16 / 16.iso / t / t222 / 1.img / WHAT'S.NEW < prev   
Encoding:
Text File  |  1993-10-30  |  12.0 KB  |  252 lines

  1.                   File Finder/Grouper Release Summary
  2.  
  3. 1.53s3 10/29/93 - Removes floppy access attempt for *: (all hard drives).  In
  4.                   prior versions, even though "*:" didn't search floppies,
  5.                   they were accessed briefly causing a short delay in
  6.                   searching.
  7.  
  8.                 - For single-floppy-drive systems, if A: or B: or both are
  9.                   specified, now the one system floppy drive will be
  10.                   searched without having the user prompted by DOS to switch
  11.                   disks.  The summary report will report the drive letter
  12.                   DOS was using for that drive.  Before this version of FFG,
  13.                   the user would get the annoying DOS message if the single
  14.                   system floppy disk were using the A: designation and the
  15.                   user requested a search of drive B:.
  16.  
  17. 1.53s1 10/26/93 - Improved speed of archive file searches by 20+%.
  18.  
  19. 1.53s  10/25/93 - Changed shell-to-DOS function (during /e execute) to look
  20.                   for COMSPEC variable for command shell in lieu of assuming
  21.                   COMMAND.COM.
  22.  
  23.                 - DOS prompt during shell now indicates FFG is resident by
  24.                   putting the program name "[FFG]" in the DOS prompt.
  25.  
  26. 1.53r  10/24/93 - Decreased runtime memory requirements to about 140K.
  27.  
  28. 1.53q  10/22/93 - Bug Fix: Eliminated program crash for marginal memory
  29.                            conditions.
  30.  
  31.                 - Adds option to shell to DOS prior to executing a command with
  32.                   the /e option.
  33.  
  34. 1.53p  10/13/93 - Adds 43-line mode for VGA.  Before, /v4 on a VGA would use
  35.                   50-line mode.  Video option /v specified without arguments
  36.                   toggles between 25-line mode and 43/50 line mode, if
  37.                   supported.
  38.  
  39.                 - Help screens improved slightly.
  40.  
  41. 1.53o  10/11/93 - Completely revamped help.  Added a /?[c] option, which
  42.                   provides help about specific switches.  (e.g., /?d provides
  43.                   help about the /d (date) switch.  Help takes advantage of
  44.                   full screen if 43/50-line video modes used.
  45.  
  46.                 - Summary report format revised to better handle logical
  47.                   AND/OR combinations of criteria.
  48.  
  49. 1.53m   10/3/93 - Name/Date/Time/Size/Attr criteria specified with separate
  50.                   option switches are logically ANDed together (i.e., all
  51.                   criteria must be satisfied for a file to match).  Within a
  52.                   criterion type (e.g., Date) criteria alternatives can be
  53.                   logically ORed by specifying them all within the same option
  54.                   switch, separating each alternative with a comma.  For
  55.                   example,
  56.  
  57.                      /d85,86,87,88 /d1/1/*-6/30/*
  58.  
  59.                   is interpreted as "all files in the years 1985 OR 1986 OR
  60.                   1987 OR 1988, AND having dates between 1/1 and 6/30"
  61.  
  62.                 - Output summary screen reformatted to account for logical
  63.                   groupings.
  64.  
  65.                 - Compatibility note: Previously multiple name and name
  66.                                       exclude (/x) options were logically
  67.                                       ORed together.  Now they are ANDed.
  68.                                       Use comma-separated criteria with one
  69.                                       option switch to achieve the desired
  70.                                       result.
  71.  
  72. 1.53l   9/26/93 - Adds /v[2|4|5] switch to force screen to 25 or 43/50 line
  73.                   mode.  If /v is used without provide a number of lines 50 is
  74.                   assumed.
  75.  
  76.                 - Bug Fix: Since v1.53j, if a file name was specified w/o using
  77.                            extended wildcards and the /z option were used, all
  78.                            files within archives (e.g., ZIPs) would be found.
  79.  
  80. 1.53k    9/6/93 - Interpretation of partially specified dates/times improved to
  81.                   provide more consistent results.
  82.  
  83.                 - There is no longer a limit on the number of size, date, time,
  84.                   and attribute option switches.  Previously, only one of each
  85.                   type was allowed.  When multiple options of the same type are
  86.                   specified, a file will match if it matches ANY of the
  87.                   "include" (e.g., /s...) criteria AND doesn't match ANY
  88.                   "exclude" (e.g., /s!...) criteria.
  89.  
  90.                   Note: The semantics will change in a future release such that
  91.                         separate switches will be logically ANDed together.  A
  92.                         provision will be made to logically OR several criteria
  93.                         together using a single switch argument.
  94.  
  95.                 - Bug fix: /dY now correctly expands to */*/Y (it was expanding
  96.                            to M/Y/Y)
  97.  
  98. 1.53i  8/25/93  - Bug fix: /d2/29... would find all files because of
  99.                            leap year date validation bug.
  100.  
  101. 1.53h  8/23/93  - Adds expanded capability for time option, which now accepts
  102.                   wildcards '*' and current hour 'H', min 'M', and sec 'S' in
  103.                   lieu of normal time.  Also adds relative times:
  104.  
  105.                      /tH:M:S       Current time
  106.                      /t1n          1 minute ago (1N = 1 minute before Now)
  107.                      /t15n-10n     10-15 minutes ago
  108.                      /t2n-n        Within the last two minutes
  109.  
  110.                   Generally, when a colon is used, but is not separating hh, mm
  111.                   or ss, it is interpreted as implying you don't care about the
  112.                   unspecified elements of the time.  For example, see the
  113.                   difference between /t8 and /t8: below:
  114.  
  115.                 - Also inteprets partial times:
  116.  
  117.                     /t8-13         8:00:00am - 1:00:00pm
  118.                     /t45:16-55:00  Any hour, 45m16s-55m00s
  119.                     /t8:           8:*:* (8:00:00am - 8:59:59am)
  120.                     /t8            8:00:00
  121.  
  122.                 - Bug Fix: Date option failed to pick up some files when
  123.                            partial Day-of-week range specified. e.g., /dSU-
  124.  
  125. 1.53g  8/18/93  - Adds current month, day and/or year to date option by
  126.                   substituting M, D, and/or Y respectively.
  127.  
  128.                 - Interprets partial dates:
  129.  
  130.                     /d89-90     1989-1990
  131.                     /d1-28      1st through 28 of this month
  132.                     /d5/93-6/93 May through June
  133.                     /d5/y-9/y   May through September of this year
  134.                     /d6/29-7/4  6/29 through 7/4 of this year
  135.  
  136. 1.53f  8/16/93  - Adds wildcard capability for dates, which lets you
  137.                   substitute a '*' for the month, day or year.  For example,
  138.                   the option /d*/*/93 finds all files with 1993 dates.
  139.  
  140. 1.53e  8/16/93  - Adds ability to exclude a time, date ranges with
  141.                   /t!mintime-maxtime and /d!...
  142.  
  143. 1.53d  8/14/93  - Bug fix: Eliminates empty comma-delimited field for archive
  144.                            file when /f, used without /z.
  145.  
  146. 1.53c  8/12/93  - Bug fix: For /d day-of-week option - If 'Saturday' (spelled)
  147.                            out were used, it would be interpreted as Tuesday,
  148.                            because the 'TU' in Saturday was found.  Now only
  149.                            first two letters of a DOW are considered (this was
  150.                            always the intent).
  151.  
  152. 1.53a   8/9/93  - Adds ability to exclude size ranges with /s!minsize-maxsize
  153.  
  154. 1.53    8/4/93  - Adds range capability to day-of-week date specs (e.g.,
  155.                   /dSA-SU for weekend files, /dMO-FR for weekday files)
  156.  
  157.                 - Adds NOT capability for attributes switch e.g., /a!S
  158.  
  159. 1.52   7/25/93  - Adds preliminary wild path capability - this feature may be
  160.                   further refined
  161.  
  162.                 - Keeps running meter visible when output redirected to a file
  163.  
  164.                 - Improves Archive search speed for small archived files and
  165.                   generally improves Archive search efficiency
  166.  
  167.                 - Adds on-the-fly ability to turn on beep-when-done switch
  168.  
  169.                 - Improved search speed when NameMask is such that standard DOS
  170.                   wildcard conventions can be used.
  171.  
  172.                 - **IMPORTANT** Discontinues use of '+' to separate multiple
  173.                   file masks. Use comma intead.
  174.  
  175.  
  176.                 - Adds ability to specify file masks as patterns of
  177.                   alternatives.  For example:
  178.  
  179.                     All executables:      *.[com,exe,bat]
  180.                     All Archive Programs: *[zip,arj,arc,lha,pak,zoo]*.[exe,com]
  181.                     C source code files:  *.[c,h][,pp]
  182.  
  183.                   Note that bracketed terms may be nested:
  184.  
  185.                     Configuration files:  *c[[o,]n,]f[i,]g*
  186.  
  187.                   A slash '/' can be used in lieu of the comma to separate
  188.                   alternatives in the file name masks.  This was required to
  189.                   that the name mask could be passed to FFG as a batch file
  190.                   command line argument.  If commas were used, DOS would parse
  191.                   the command line using the commas.
  192.  
  193.                 - Improves appearance of display of directories for directory
  194.                   search
  195.  
  196.                 - Adds a "Stop after one find" option '/1'
  197.  
  198.                 - Adds a "Beep" option (/b) which will cause beeps when program
  199.                   is done (d), user is prompted (p), file is found (f) and/or
  200.                   an error occurs (e). If only /b is specified beeps occur for
  201.                   all of the above.  To get beeps for only some of the above
  202.                   add P,F,D,E as appropriate after the /b.
  203.                 - Adds a "Quiet" option (/q) which suppresses all screen output
  204.                   Can selectively force display of Title, Files, Summary, Meter
  205.                   by putting t,f,s, and/or m after /q. For example, /qms
  206.                   suppresses all screen output but running meter and summary.
  207.  
  208. 1.51    6/5/93  - Adds "Execute Command" option (/e) which allows a command to
  209.                   be executed for each found file
  210.  
  211.                 - While searching through an archive FFG will respond more
  212.                   quickly to user keypresses.
  213.  
  214.                 - For files found in archives, the file attributes are reported
  215.                   as *ZIP, *LZH, *ARC... to indicate the archive type
  216.  
  217.                 - Adds a "Skip rest of drive" feature by pressing 's' during
  218.                   search
  219.  
  220. 1.50   5/10/93  - Bug Fix: /g switch did not change into found directory
  221.  
  222. 1.49    5/9/93  - Causes all DOS "Drive not ready" errors to be ignored
  223.  
  224.                 - Determines whether drives are logical drives at one time to
  225.                   improve reliability of the logical drive determination·
  226.  
  227.                 - Bug Fix: only first of multiple drive ranges in DriveSpec was
  228.                            considered.  For example, a-df-z:*.* would have
  229.                            searched only d: through f:
  230.  
  231. 1.48    5/8/93  - Bug Fix: "/fb." displays 0s and 1s instead of a period '.'
  232.  
  233.                 - Returns result codes: 1 = found, 0 = not found (and other
  234.                   error codes), which can be checked using DOS "if errorlevel"
  235.                   command.
  236.  
  237.                 - Adds new output format specifier 'n' for full file name (same
  238.                   as 'f.e')
  239.  
  240.                 - Changed Abort/interrupt message to appear even if summary
  241.                   display is turned off
  242.  
  243. 1.47    5/4/93  - Adds a "bytes occupied" report to summary, which reports the
  244.                   total disk space used by the found files.
  245.  
  246. 1.46    5/1/93  - Bug Fix: root files were reported in current directory
  247.  
  248.                 - Updated help/usage screens
  249.  
  250. 1.45   4/27/93  - Improves speed of archive file searches by up to factor of
  251.                   2.4
  252.