]> git.ipfire.org Git - thirdparty/cups.git/history - systemv/lp.c
More localization work.
[thirdparty/cups.git] / systemv / lp.c
2010-11-22  mikeMore localization work.
2010-03-24  mikeChange all private headers to foo-private.h, and option...
2009-10-15  mikeStop using exclamation marks in error messages.
2008-11-18  mikeThe lp "-H immediate" option did not specify that the...
2008-01-04  mikeImplement streaming API (STR #2261)
2007-12-20  mikeAdded a new cupsGetNamedDest() function to the CUPS...
2007-07-11  mikeMass change of copyright to CUPS' new owner, Apple...
2007-03-19  mikeFix usage of notify-recipient-uri - was using notify...
2006-09-05  mikeThe command-line applications did not convert command...
2006-08-16  mikeSet the locale in all command-line programs to avoid...
2006-03-06  mikeUpdate httpGetHostname() API to accept a http_t * argum...
2006-01-25  mikeMerge features and bug fixes.
2006-01-20  mikeAdd mailto: notifier and fix some notification bugs.
2006-01-19  mikeUpdate all command-line programs to support -h and...
2006-01-13  mikeUse new ippNewRequest() and cupsLastErrorString() funct...
2006-01-13  mikeSimplify the _cupsLangPuts/Printf functions - we just...
2006-01-10  mikeMark old APIs as "deprecated", and remove use of those...
2006-01-08  mikeFix some problems with the cupsLangPrintf/Puts and...
2005-08-04  mikeThe lp and lpr commands did not error out properly...
2005-02-18  mikeMove 1.2 branch to trunk.
2005-02-18  mikeUpdate copyright notices, addresses, etc.
2005-01-03  mikeCopyright updates.
2004-09-08  mikeMirror 1.1.x changes.
2004-09-08  mikeThe lp, lpq, lpr, and lpstat commands now report when an
2004-07-17  mikeMirror 1.1.x changes.
2004-07-17  mikeThe lp and lpr commands now report the temporary filena...
2004-06-29  mikeCleanup.
2004-05-27  mikeMirror 1.1.x changes.
2004-05-27  mikeThe scheduler could crash when processing a Limit or...
2004-02-25  mikeCopyright updates...
2003-11-07  mikeMirror 1.1.x changes.
2003-11-07  mike"lp -i jobid -H restart" would often return an error...
2003-05-09  mikeMirror 1.1.x changes.
2003-05-09  mikeFix erroneous "no default destination" message when...
2003-05-01  mikeMirror 1.1.x changes.
2003-05-01  mikeAdd support for "-" to print from the standard input.
2003-04-10  mikeMirror 1.1.x changes.
2003-04-10  mikeUse cupsGetDest() to find default queue.
2003-01-24  mikeMirror 1.1.x changes.
2003-01-24  mikeAdd -H restart support to lp command.
2003-01-15  mikeMirror 1.1.x changes.
2003-01-15  mikeGNU TLS support from Jeff Licquia.
2003-01-07  mikeCopyright update.
2002-12-17  swdevChange the end copyright for Easy Software Products...
2002-10-01  mikeMirror 1.1.x changes.
2002-10-01  mikeReturn exit status 1 when errors occur.
2002-09-15  mikeMirror 1.1.x changes.
2002-09-15  mikeRemove artificial # copies limits in lp and lpr.
2002-08-12  mikeMirror 1.1.x change.
2002-08-12  mikeFix "lp -q" crash fix from Jeff Licquia/Debian.
2002-05-09  mikeRename "header" member back to "request"...
2002-04-22  mikeMirror 1.1.x changes.
2002-04-22  mikeOnly catch SIGINT if we aren't already ignoring SIGINT...
2002-03-22  mikeBreak out the IPP and HTTP code into a separate library...
2002-01-02  mikeCopyright updates...
2002-01-02  mikeCopyright update...
2001-12-26  mikeMerge changes from 1.1.x into 1.2 devel.
2001-10-02  mikeTreat unauthenticated usernames as case-insensitive...
2001-07-12  mikeUse read() instead of fread() to get print files from...
2001-06-21  mikeFix set-job-attributes bug.
2001-05-13  mikeMerge changes from 1.1 tree.
2001-05-06  mikeAdd httpConnectEncrypt() and fix all code that uses the
2001-03-09  mikeSend requesting-user-name attribute for set-job-attribu...
2001-02-06  mikeNew cupsTempFd() function to work around glibc fopen...
2001-01-23  mike"-E" option for all commands (use encryption.)
2001-01-22  mikeCopyright 2001...
2001-01-12  mikeMap job-printer-uri to job-printer-name
2000-11-11  mikeFinished "alter job" support for Solaris compatibility.
2000-11-10  mikeChanges to support Solaris command-line options.
2000-08-03  mikeBug #76 - user options overridden when -d/-P specified...
2000-05-11  mikeThe lp command now prints multiple files as a single...
2000-03-09  mikeCode cleanup (no more unused vars, etc.)
2000-03-01  mikeMisc changes.
2000-02-28  mikeUser-defined options and printers, fixes.
2000-01-29  mikeDropped old mime.h file from distribution file.
2000-01-21  mikeMerged changes from 1.0.x branch.
2000-01-04  mikeY2k copyright changes.
1999-12-21  mikeWasn't calling "CheckJobs()" after a job was finished.
1999-12-14  mikeAdded support for "-h" option...
1999-10-26  mikeFixed cancel and lprm - now report error messages,...
1999-08-06  mikeNow use cupsTempFile() for temporary files.
1999-08-04  mikeWasn't deleting the temp file when printing from stdin.
1999-07-13  mikeFixed makefile.
1999-06-23  mikeOops, reporting stdin print errors using argv[i]...
1999-05-20  mikeUpdated lp and lpadmin documentation.
1999-05-10  mikeAdded install target commands.
1999-04-21  mikeAdded accept/disable/enable/reject command (all the...
1999-03-24  mikeChanges for new IPP prototypes and text structure.
1999-03-03  mikeAdded lpstat and cancel programs to makefile and CVS.
1999-03-01  mikeNow set copies, job-name, and job-priority options...
1999-02-26  mikeImplemented first cut of System V lp command.