home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / utility / misc / pmod23a.lzh / pmod23a / History < prev    next >
Encoding:
Text File  |  1992-10-19  |  2.2 KB  |  73 lines

  1.                       HISTORY OF DEVELOPMENT OF PMOD
  2.  
  3. Note that the versions below are the ONLY versions EVER created of this
  4. program.  Any others are suspect to being hacks or worse, Trojan horses.
  5. The versions are listed from most current to least.
  6.  
  7.     I wrote this program to aid me in printing out the many program
  8. assignments and their outputs, or whatever, that are involved with Computer
  9. Systems Engineering here at the University of Arkansas at Fayetteville. 
  10. (Whoopie!) I distribute this program to help out whoever can make use of it
  11. out there in the Internet, so enjoy!   :)
  12.  
  13. -Moz (jem3@engr.uark.edu)
  14.  
  15.  
  16. VERSION 2.3a:
  17.  
  18. * Added a nice requester that will pop up when pmod cannot find a given
  19.   filename or printer code option, allowing the user to skip that argument
  20.   to continue to the next, retry the argument after editing what was typed,
  21.   or abort the entire printing session.
  22.  
  23. * Improved command-line validity checking with more informative error
  24.   messages.
  25.  
  26. * This is a beta test version, subject to corrections upon response.
  27.  
  28.  
  29. VERSION 2.2:
  30.  
  31. * Dramatically corrected the printer codes for many options.  There was a
  32.   problem with turning off NLQ due to trying to print a NULL with printf()
  33.   as well as some other oversights.
  34.  
  35. * Added the printer code option -n so that condensed printing could be
  36.   canceled.
  37.  
  38. * Added the -p printer code option to allow the user to use the Pica
  39.   character style.
  40.  
  41. * Fixed some spelling errors (oops).
  42.  
  43. * Added some intelligence to file access errors, allowing the user the
  44.   option of continuing the print session or cancel using a prompt from the
  45.   shell or CLI.
  46.  
  47. * Decreased the input and the output buffer sizes (who needs 20K?).
  48.  
  49. * Improved readability and alteration of version information in source code
  50.   (ooo, ahhh).
  51.  
  52.  
  53. VERSION 2.1:
  54.  
  55. * Implemented input and output buffering.
  56.  
  57. * Added -q and -d printer code options for using NLQ and draft modes.
  58.  
  59.  
  60. VERSION 2.0:
  61.  
  62. * Text files can now be printed in addition to sending printer codes,
  63.   skipping over files it cannot find and continue on printing.  I might make
  64.   this more inteligent later?
  65.  
  66. * Pmod now requires a dash in front of printer code options to distinguish
  67.   them from filnames of text files to print.
  68.  
  69.  
  70. VERSION 1.1:
  71.  
  72. * This is the first released version of pmod.
  73.