diff --git a/ChangeLog b/ChangeLog index 832fc535d..c2ff769e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2000-11-21 Fred Kiefer + + * Headers/gnustep/gui/NSPrintOperation.h: + * Source/NSPrintOperation.m: Split up in three classes added + primitiv printing in file + * Source/NSPageLayout.m: Added more graphical elements, + any functionality is still missing. + * Source/GSInfoPanel.m: Use system fonts, not explicit names. + Tue Nov 14 23:45:56 2000 Adam Fedor * Source/NSScrollView.m (reflectScrolledClipView:): Check for diff --git a/Headers/gnustep/gui/NSPrintOperation.h b/Headers/gnustep/gui/NSPrintOperation.h index 9a7e1d800..4aa161a6c 100644 --- a/Headers/gnustep/gui/NSPrintOperation.h +++ b/Headers/gnustep/gui/NSPrintOperation.h @@ -64,6 +64,7 @@ typedef enum _NSPrintingPageOrder { NSView *_accessoryView; NSPrintingPageOrder _pageOrder; BOOL _showPanels; + BOOL _pathSet; } //