From d63a710a456534a2f6b5a0f72aa9d65ef46083b0 Mon Sep 17 00:00:00 2001 From: FredKiefer Date: Tue, 21 Nov 2000 19:27:01 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8173 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 9 +++++++++ Headers/gnustep/gui/NSPrintOperation.h | 1 + 2 files changed, 10 insertions(+) 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; } //