------------------------------------------------------------------------
r62 | cfuhrman | 2005-03-20 11:47:05 -0500 (Sun, 20 Mar 2005) | 3 lines

 - Format for X-Emacs CPerl mode (Note usage of BSD Style of indents)


------------------------------------------------------------------------
r59 | cfuhrman | 2005-02-10 21:02:20 -0500 (Thu, 10 Feb 2005) | 4 lines

 - Make sure sprintf is getting all necessary value(s) when calling
   _logDebug


------------------------------------------------------------------------
r57 | cfuhrman | 2004-12-01 17:39:26 -0500 (Wed, 01 Dec 2004) | 3 lines

 - Don't use getpwent which isn't implemented under MSWin32


------------------------------------------------------------------------
r52 | cfuhrman | 2004-11-27 13:36:23 -0500 (Sat, 27 Nov 2004) | 4 lines

 - Bump up to version 1.00
 - Change Makefile dependencies and location of module


------------------------------------------------------------------------
r48 | cfuhrman | 2004-11-25 13:09:02 -0500 (Thu, 25 Nov 2004) | 5 lines

 - Re-organize code
 - Clean-up
 - Add section about CUPS printers to POD documentation


------------------------------------------------------------------------
r47 | cfuhrman | 2004-11-25 11:58:59 -0500 (Thu, 25 Nov 2004) | 4 lines

 - Objectify Code.
 - Change Debuggery


------------------------------------------------------------------------
r46 | cfuhrman | 2004-11-25 07:35:46 -0500 (Thu, 25 Nov 2004) | 12 lines

 - Use NaturalDocs markups in code
 - Code sanitisatioin
 - Debug now prints calling function and line number
 - Begin to rename private functions using _functionName schema
 - _logDebug & _lpdFatal are now more Object Oriented.
 - We don't need the autoloader
 - Move Printer.pm to sub directory
 - test.pl now sets debug to "Yes"
 - Note this revision marks the switch to Subversion for my source
   control needs


------------------------------------------------------------------------
r44 | cfuhrman | 2004-10-18 21:34:45 -0400 (Mon, 18 Oct 2004) | 3 lines

 - Documentation clarification


------------------------------------------------------------------------
r42 | cfuhrman | 2003-03-15 09:05:05 -0500 (Sat, 15 Mar 2003) | 5 lines

 - New function printerror in the event Net::Printer finds an error
 - Cleaned up debugging
 - Export functions properly
 - queuestatus is now more consistent in returning array

------------------------------------------------------------------------
r39 | cfuhrman | 2003-02-20 05:59:14 -0500 (Thu, 20 Feb 2003) | 2 lines

 - Update version

------------------------------------------------------------------------
r37 | cfuhrman | 2003-02-18 21:06:28 -0500 (Tue, 18 Feb 2003) | 5 lines

 - Net::Printer definitely needs perl 5.6.0 or greater
 - Added rfc1179 compliance mode (thanks to selsky)
 - Removed extraneous whitespace in POD documentation
 - POD documentation clean-up

------------------------------------------------------------------------
r32 | cfuhrman | 2003-02-12 20:53:07 -0500 (Wed, 12 Feb 2003) | 2 lines

 - Added printstring function

------------------------------------------------------------------------
r24 | cfuhrman | 2003-02-10 13:24:33 -0500 (Mon, 10 Feb 2003) | 7 lines

 - Clean up top comments
 - Can use perl 5.005 although not yet tested
 - Implement queuestatus
 - printfile can now take filename as argument
 - Added destroy method
 - Added perl documentation for perldoc

------------------------------------------------------------------------
r20 | cfuhrman | 2003-02-09 21:04:46 -0500 (Sun, 09 Feb 2003) | 2 lines

 - New re-written version

------------------------------------------------------------------------
r12 | cfuhrman | 2001-03-11 11:43:33 -0500 (Sun, 11 Mar 2001) | 5 lines

 - Checked the current OS for use of getpwdent().  This is a problem
   on non *nix architectures. (Neil Lunn)
 - Solve the sprintf problem.  $result from sysread can be returned as
   undef.  When it is we set it to 0. (Neil Lunn)

------------------------------------------------------------------------
r10 | cfuhrman | 2000-06-07 17:23:42 -0400 (Wed, 07 Jun 2000) | 2 lines

 - Added note about sprintf problem

------------------------------------------------------------------------
r6 | cfuhrman | 2000-06-07 17:19:53 -0400 (Wed, 07 Jun 2000) | 4 lines

 - Fixed bug where perl -w complains a blank string is being used with
   an ne (Not Equal To) operator.  Please note that a couple of
   sprintf's generate the same warning.

------------------------------------------------------------------------
r2 | cfuhrman | 2000-06-06 17:08:51 -0400 (Tue, 06 Jun 2000) | 2 lines

 - New revision replaces LinePrinter.pm module

------------------------------------------------------------------------