changelog 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. 2003-09-21 Alexandre Pigolkine <[email protected]>
  2. Checkin for Hervé Poussineau <[email protected]>
  3. * Margins.cs
  4. * MarginsConverter.cs
  5. * PageSettings.cs
  6. * PaperSize.cs
  7. * PaperSource.cs
  8. * PreviewPageInfo.cs
  9. * PrintController.cs
  10. * PrintDocument.cs
  11. * PrintEventArgs.cs
  12. * PrintEventHandler.cs
  13. * PrintPageEventArgs.cs
  14. * PrinterSettings.cs
  15. * PrinterUnitConvert.cs
  16. * PrintingPermission.cs
  17. * PrintingPermissionAttribute.cs
  18. * QueryPageSettingsEventHandler.cs
  19. * StandardPrintController.cs
  20. Implemented.
  21. * PaperSourceCollection.cs: subclass of PrinterSettings
  22. * PaperUnitConvert.cs: not found in .NET documentation
  23. Deleted.
  24. 2003-07-17 Andreas Nahr <[email protected]>
  25. * PrinterResolution.cs: Fixed signature, implemented, restyled, removed non-CLS compliant members
  26. 2002-10-13 DennisHayes <[email protected]>
  27. * PrintDocument
  28. * Added OriginAtMargin for .NET V 1.1 compatablity.
  29. 2002-9-2 DennisHayes <[email protected]>
  30. * PageSettings.cs
  31. * PaperSize.cs
  32. * PaperSource.cs
  33. * PrintControler.cs
  34. * PrintDocument.cs
  35. * PrintingPermission.cs
  36. * PrintPageEventHandler.cs
  37. * QueryPageSettingEventArgs.cs
  38. * QueryPageSettingsEventHandler.cs
  39. * added todos back
  40. * minor bug fixes
  41. 2002-9-2 DennisHayes <[email protected]>
  42. * Duplex.cs
  43. * InvalidPrinterExecption.cs
  44. * Margins.cs
  45. * MarginsConverter.cs
  46. * PageSettings.cs
  47. * PaperKind.cs
  48. * PaperSize.cs
  49. * PaperSource.cs
  50. * PaperSourceCollection.cs
  51. * PaperSourceKind.cs
  52. * PaperUnitConvert.cs
  53. * PreviewPageInfo.cs
  54. * PreviewPrintControler.cs
  55. * PrintControler.cs
  56. * PrintDocument.cs
  57. * PrinterResolution.cs
  58. * PrinterResolutionKind.cs
  59. * PrinterSettings.cs
  60. * PrinterUnit.cs
  61. * PrintEventArgs.cs
  62. * PrintEventHandler.cs
  63. * PrintingPermission.cs
  64. * PrintingPermissionAttribute.cs
  65. * PrintingPermissionLevel.cs
  66. * PrintPageEventArgs.cs
  67. * PrintPageEventHandler.cs
  68. * PrintRange.cs
  69. * QueryPageSettingEventArgs.cs
  70. * QueryPageSettingsEventHandler.cs
  71. * StandardPrintController.cs
  72. * Added null classes for most/all classes, Many stubs, and some implmentation