home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / duucp-1.17 / AU-117b4-src.lha / src / util / version.doc < prev   
Encoding:
Text File  |  1994-02-04  |  4.1 KB  |  197 lines

  1.  
  2.                 VERSION.DOC
  3.  
  4. TRIMNEWS.C
  5.  
  6.     .10
  7.         Stop printing out all filenames to delete unless debug
  8.         is turned on.
  9.  
  10.     .09
  11.         Clean up an Enforcer hit when using a single option. Send
  12.         errors to stderr, not stdout.
  13.  
  14.     .08
  15.         Added "-n" option, to stop delay in changing directories,
  16.         when on 3.0 or above.
  17.  
  18.     .07
  19.         Made completely ANSI compatible.
  20.  
  21.     .06
  22.         Version .05 of TrimNews would fail on 1.3 and below due to
  23.         the use of the 2.0+ function.
  24.  
  25.         TrimNews now logs the number of files deleted and how many
  26.         bytes were in the files deleted.
  27.  
  28.     .05
  29.         If DeleteFile() fails, print an error message to stdout as to
  30.         *why* it failed. Useful for debugging. 2.0 and above only.
  31.  
  32.         On 2.0 and above, if TrimNews is compiled with DEBUG set,
  33.         extensive debug information for ExAll() related things is
  34.         displayed on stdout.
  35.  
  36.         On 3.0 and above, TrimNews waits for 2 seconds after processing
  37.         a directory before switching to the next directory.
  38.  
  39.     .04
  40.         When on 2.04 and above, use a double-buffered ExAll(), instead
  41.         of the prior single-buffered ExAll(). Allocate the ExAllData
  42.         buffers to be 200 bytes larger than ExAll() is informed. These
  43.         two changes are to work around ExAll() bugs.
  44.  
  45.         Implement a "-all" argument to indicate that all articles are
  46.         to be deleted. This overrides any specification in UULib:Newsgroups
  47.         or any -h parameter. ".next" files are NOT deleted.
  48.  
  49.         Implement a "-h <hours>" argument to indicate that deletion
  50.         should take place in the specified <hours> instead of days. This
  51.         does not override a days argument in UULib:Newsgroups, and is
  52.         global (for all newsgroups).
  53.  
  54.     .03
  55.         When on 2.04 and above, use ExAll instead of ExNext(). Large
  56.         speed improvement and avoid problems with ExNext() on some
  57.         filesystems.
  58.  
  59.         Remove stdio for significant decrease in object size.
  60.  
  61.         TrimNews will now recognize a break between groups (it
  62.         used to ignore CTRL-C completely).
  63.  
  64.     .02
  65.         Heirarchical scan (this is actually backwards compatible)
  66.  
  67. ANYMAIL.C
  68.  
  69.     .05
  70.         Modified source to be ANSI compliant.
  71.  
  72.     .04
  73.         no longer calls ScreenToFront()
  74.  
  75.     .03 (1.13 release)
  76.  
  77.     .02 (1.08 release)
  78.         Automatic configuration save (of window params) added.
  79.  
  80.     .01
  81.         Initial release, simple pattern matching routine for
  82.         non-lattice compilation.
  83.  
  84. SPLITMBOX.C
  85.  
  86.     .02
  87.         Modified source to be ANSI compliant.
  88.  
  89.     .01 (1.08 release)
  90.         First Distribution
  91.  
  92. FROM.C
  93.     .06
  94.         Added _bufsiz = 8192 for speed.
  95.  
  96.         Some reformat.
  97.  
  98.     .05
  99.         Modified source to be ANSI compliant.
  100.  
  101.     .04
  102.         If a subject or a username was less than 20 characters wide,
  103.         extra newlines would be added into the output for a message.
  104.         Not any more...
  105.  
  106.         The username field is expanded to 25 characters, and the subject
  107.         field to 45. They both were 20 previously. The message number
  108.         field is expanded to 4 characters.
  109.  
  110.         If a username cannot be found, "from" now exits with a return
  111.         code of 30, not 0.
  112.  
  113.         "from" now calls exit() instead of falling off...
  114.  
  115.     .03 (1.08 release)
  116.         Now uses GetUserName()
  117.  
  118.     .02
  119.         Adds \n to each output line (oops!)
  120.  
  121.     .01
  122.          Prints message # and formats better
  123.  
  124.     .00
  125.  
  126. UIDENT.C
  127.  
  128.     .03
  129.         Modified source to be ANSI complient.
  130.  
  131.     .02 (1.08 release)
  132.         Properly handles multiple idents in a single executable
  133.  
  134.     .01
  135.  
  136. MAILQ.C
  137.     .05
  138.         Added ctrl-c checking.
  139.  
  140.         Added atexit() support.
  141.  
  142.         Some reformat.
  143.  
  144.     .04
  145.         Modified source to be ANSI complient.
  146.  
  147.     .03
  148.         So MailQ works again
  149.  
  150.     .01
  151.         11-Nov, scan fixed to handle new spool file case munged names
  152.  
  153. LOCKSERIAL
  154.     .03
  155.         Modified source to be ANSI complient.
  156.  
  157.     .02
  158.         Revamped to use OwnDevUnit.Library
  159.  
  160.     .01
  161.  
  162. FLATTOHEIRARCHICAL
  163.  
  164.     .02
  165.         Modified source to be ANSI complient.
  166.  
  167.     .01
  168.         First release
  169.  
  170. EXPANDM
  171.  
  172.     .02
  173.         ANSI-ized and output has been prettified.
  174.  
  175.     .01
  176.         First release.
  177.  
  178. TRIMFILE
  179.     .02
  180.         Properly NULL OwnDevUnit in global section.
  181.  
  182.         Error messages to stderr.
  183.  
  184.         Failure exit()'s now at 30, instead of 1.
  185.  
  186.         Improved parameter and other error checking.
  187.  
  188.         Source is ANSI compliant.
  189.  
  190.         Reformat.
  191.  
  192.     .01
  193.         Added ODU support.
  194.  
  195.     .00
  196.         First release
  197.