]> git.ipfire.org Git - thirdparty/cups.git/history - cups/ppd.c
Copyright update...
[thirdparty/cups.git] / cups / ppd.c
2002-01-02  mikeCopyright update...
2001-08-14  mikeStrip trailing whitespace from option keywords in the...
2001-07-02  mikeAdd check for (bogus) * on a line by itself in a PPD...
2001-06-29  mikeFix End handling when there is trailing whitespace...
2001-06-29  mikeHandle option text with quotes in it.
2001-06-28  mikeFix for older PPD files from Lexmark with PaperDimensio...
2001-04-18  mike-Ae is only for the HP C compiler, not the C++ compiler.
2001-02-15  mikeMore SuSE fixes.
2001-02-09  mikeMore SuSE fixes.
2001-01-22  mikeCopyright 2001...
2000-11-03  mikeReverted snprintf's to using just sizeof(); a quick...
2000-10-19  mikeBug #128: trailing spaces in PPD files.
2000-09-18  mikeDrop support of SubGroup's, since Xerox doesn't know...
2000-07-18  mikeReduced line buffer from 256k to 64k.
2000-06-12  mikeWasn't adding the right string for the font name.
2000-06-12  mikeMissing #include <ctype.h> in ipp.c.
2000-05-02  mikeDidn't properly handle sub-groups - some non-UI keyword...
2000-04-12  mikeflip-duplex support.
2000-02-06  mikeNow free filetypes in CancelJob()
2000-01-04  mikeY2k copyright changes.
1999-12-21  mikeWasn't calling "CheckJobs()" after a job was finished.
1999-11-03  mikeNo longer filter out HPNup option...
1999-11-01  mikeNow dump the HP "HPNup" option, since the code in the...
1999-10-10  mikeSecurity fixes - scanf, sprintf, strcpy.
1999-09-13  mikeUpdated custom page size code to work whether VariableS...
1999-08-27  mikeMultiple Linux fixes:
1999-07-27  mikeUpdated PPD routines to load separate density and gamma...
1999-07-15  mikecompare_strings() didn't have fix from genlist.c...
1999-07-15  mikeAdded "safe_free()" macro to avoid calling free() with...
1999-07-15  mikeChanged all "unsafe" strcpy's to strncpy's.
1999-07-12  mikeFixed all constant arrays to use "const" modifier.
1999-07-12  mikeAdded output mode and resolution strings.
1999-06-21  mikeAdded echo commands to makefile.
1999-06-18  mikeAdded check in DefaultXXXX processing for NULL string...
1999-06-16  mikeUpdated PPD load routines to "fix" WinANSI characters...
1999-06-15  mikeFixed bug in custom size code - wasn't always using...
1999-06-15  mikeUpdated messages for GUIs.
1999-06-04  mikeGroup names are now decoded to handle I18N.
1999-06-03  mikeAdded compare_strings() function to compare strings...
1999-06-03  mikeFixed bug in constraint loading code (wasn't handling...
1999-06-03  mikeFixed bug in group loading code.
1999-05-17  mikeAdded filter command support.
1999-04-21  mikeGot rid of last vestiges of unsigned char * code for...
1999-04-16  mikehttp.c: httpConnect() now calls httpInitialize()
1999-04-09  mikeAdded custom page size code to PPD routines.
1999-04-07  mikeRemoved num_data, data from ppd_choice_t - no longer...
1999-04-05  mikeChanged ManualCopies, ModelNumber, and ColorProfile...
1999-04-05  mikeAdded model number and manual-copies attributes to...
1999-03-29  mikeAdded color profile stuff to PPD file routines.
1999-03-24  mikeAdded num_data and data members to ppd_choice_t to...
1999-03-21  mikeAdded CUPS_VERSION string to config.h
1999-03-01  mikeCode cleanup - removed extraneous semi-colons...
1999-02-05  mikeAdded IPP client read/write code.
1999-01-30  mikeAdded additional Windows project files.
1999-01-27  mikeUpdated PPD routines to handle emulations and patch...
1999-01-24  mikeCheck-in prior to CVS use.
1998-06-12  mikeFirst working version.
1998-06-11  mikeInitial revision