Removed the FailReadOnly option, this is now the default behavior.
[wine] / dlls / wineps / escape.c
2004-02-12  Huw DaviesBracket code inserted by the PASSTHROUGH escapes by
2003-11-11  Huw DaviesHandle multicopy printing correctly.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-23  Huw DaviesFor PostScript versions < 2.015 we need to explicitly...
2003-05-20  Huw DaviesLook up the printer's port in the registry if neither...
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2002-11-15  Huw DaviesImplemented Escapes *_PATH and POSTSCRIPT_IGNORE.
2002-10-18  Alexandre JulliardFixed warnings caused by conversion to -DSTRICT.
2002-06-24  Huw D M DaviesAdded Type 1 and Type 42 font downloading.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-28  Alexandre JulliardChanged the GDI driver interface to pass an opaque...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-08-09  Patrik StridvallDocumentation fixes.
2001-07-29  Alexandre JulliardRewrote Escape to avoid calling down to Escape16.
2001-07-28  Alexandre JulliardAdded GetDeviceCaps to the DC driver interface. Removed...
2001-07-24  Alexandre JulliardRemoved HEAP_strdupA.
2001-05-08  Marcus MeissnerPS passthrough was sending 2 bytes too many.
2001-05-07  Ian PilcherMake PSDRV_Escape(GETPHYSPAGESIZE) return physical...
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-05  Alexandre JulliardAllocate DC objects on the process heap, and removed...
2000-10-19  Alexandre JulliardBrian Pirie
2000-05-30  Dimitrie O. PaunSeparate wineps out of Wine's core.