2000-12-04  Grant Taylor  <gtaylor@linuxprinting.org>

	* Mention requirement for LWP::UserAgent aka libwww-perl

2000-12-04  Grant Taylor  <gtaylor@habanero.picante.com>

	* Make cupsomatic print gs commandline right before exec.

2000-12-03  Grant Taylor  <gtaylor@habanero.picante.com>

	* lpdomatic wasn't using postpipe when printing docs.  Fix thinks
          to Norbert...

2000-12-03  Grant Taylor  <gtaylor@linuxprinting.org>

	* Assorted minor fixes.  PHTDBPUB.pm is now perl -w clean.  A few
	  silly bugs wrt local file databases are fixed.  The install is
	  marginally better, although I perhaps ought to make the thing be
	  slightly more clever about onyl snarfing once per day.

2000-12-02  Grant Taylor  <gtaylor@linuxprinting.org>

	* Add Makefile with install and fixup target.  Put in CVS.

	* Version tag support in PHTDBPUB.pm and make-datafile (not to
	  mention the whole web backend).

2000-11-05  Grant Taylor  <gtaylor@linuxprinting.org>

	* Temporarily force slow-path ascii in PDQ generator to help
          Robert sleep at night.  PDQ v2.11

2000-11-01  Grant Taylor  <gtaylor@linuxprinting.org>

	* Fixed % bug in pdq generator

	* Fixed ascii-to-ps bug in pdq generator; pdqgenerator 2.09

2000-10-29  Grant Taylor  <gtaylor@linuxprinting.org>

	* Modified PPD generator to construct PaperDimension clause by
          looking at the PageSize from the driver data.
	  PPD generator version 0.4c.

	* Fixed % bug in lpdomatic/cupsomatic: they were interpreting
	  non-%s %-format strings in options.  This broke the oki4w
	  driver, which has fake little %FAKEOKI lines for options.
	  lpdomatic 0.4d, cupsomatic 0.4i.

Thu Sep 28 09:21:58 EDT 2000

	PDQ generator 2.06
	
	Fixed a minor bug in PDQ generator; if $echostr is null, don't put
	the semicolon, since there is no command.  Doh!

Sun Sep 24 17:54:50 EDT 2000

	Radical rearrangements in both lpdomatic and cupsomatic.  

	Both now use the shared function getdriverhandle() to get a file
	handle for a spawned pipeline of driver commands.  Code in
	getdriverhandle() automatically handles 'G' style
	postscript-syntax options and 'J' style PJL options, including a
	job wrapper.  This is all done by forking and such a number of
	times.

	All option styles are now processed in one pass in one loop,
	instead of in several passes in several very similar loops.  This
	simplified things greatly.

	PJL options should have been broken before; they should work now.
	
	cupsomatic should now properly implement int and float options
	even when they are postscript-style ones.

	lpdomatic now has tested and working ascii handling.

	lpdomatic's postpipe should now work uniformly across the various
	printing modes.  It may or may not have worked before...

	My testing showed some funkiness around the passing in of
	postscript-style options in lpdomatic; this may just be a function
	of the bjc600 driver I am testing with, or options may suddenly
	just not work.  Do tell.

	
Wed Sep 20 03:01:50 EDT 2000

	Modified lpdomatic to do ascii properly.  Also fixed niggly little
	bug with postpipe having extra | symbol.

	Cupsomatic now parses options from the cups filter commandline
	properly for quoted options.

	Cupsomatic now parses options out of the job itself, as well as
	looks for defaults in the PPD file.


Sun Sep 17 22:34:46 EDT 2000

	Redid PDQ generator to handle ASCII properly.  This doesn't use
	any external software, rather it's a shell script text to
	postscript thing.  If the printer is known to print ascii,
	however, we just fix stairstepping and skip Ghostscript entirely.

