home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / print / lj2 / changelo next >
Text File  |  1993-06-04  |  2KB  |  48 lines

  1. 03 Jun 93 Darrel Hankerson (hankedr@mail.auburn.edu)
  2.     * Corrected some bugs in the -d (duplex) option.
  3.     * Some code clean-up. Eliminated copyname(), as it is unnecessary
  4.       under MSDOS, undesired under OS/2, and wrong under any case-sensitive
  5.       file system. Prototypes added.
  6.     * Print msg on bad option and quit (previous version continued with
  7.       default options).
  8.     * The -e option (introduced some time ago) was not integrated smoothly
  9.       into the code (-e and -b do not work together). Additional work is 
  10.       needed here.
  11.  
  12. 28 Apr 93 Darrel Hankerson (hankedr@mail.auburn.edu)
  13.     * Output is now to stdout. Messages re-inserted. Perhaps a "quiet" mode
  14.      * is needed. Code involving chars and fgetc corrected. copyname() was
  15.     * broken on toupper macro. Makefile added for EMX and MSC.
  16.  
  17. 31 Jul 92 Mark Polly
  18.     * compiled under OS/2 2.0 using C set/2.
  19.     * removed the message "printing page nn, line nn to make it look good under
  20.     * IBM's Workframe
  21.  
  22. 11 Jan 91 Jim Derr
  23.     * added -l option to specify number of lines per page to print.
  24.     * added -i options to ignore formfeed characters.
  25.     * added -d option to allow for duplex printing.
  26.         (Note: when printing duplex only one file at a time may be
  27.         specified on the command line)
  28.  
  29. 16 Oct 89 Jim Derr 
  30.     * Turbo C 2.0 Compiler.
  31.       Uses the wildargs obj module for file wild card expansion.
  32.     * Corrected some anomalies in the code that was causing invalid pages breaks.
  33.     * Added the -s command line option that will shade every other line on the
  34.     * printout for readability.
  35.  
  36. Apr 88 Serge Stepanoff, STS Enterprises, 5469 Arlene Way, Livermore, CA.
  37.     * DATALIGHT C Compiler support
  38.       The revised code uses the built in file wildcard expansion feature
  39.       of DATALIGHT C.
  40.     * additional flags to turn off the Header line
  41.     * optionally use the 7 point Prestige Elite font
  42.     * Typing "lj2" with no parameters will produce a short users' explanaion
  43.       Program has been checked out on an OKIDATA LASERLINE printer 
  44.       (HP Laserjet compatible).
  45.  
  46. Sep 86 Steven Stern, JMB Realty Corp
  47.     * Mark Williams C Programming System
  48.