dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib ChangeLog, 1.1152, 1.1153 Makefile.am


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib ChangeLog, 1.1152, 1.1153 Makefile.am, 1.24, 1.25 configure.in, 1.85, 1.86
Date: Fri, 18 Jul 2003 01:17:58 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib
In directory subversions:/tmp/cvs-serv23587

Modified Files:
        ChangeLog Makefile.am configure.in 
Log Message:


Add the skeleton of the postscript printer driver to the tree.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/ChangeLog,v
retrieving revision 1.1152
retrieving revision 1.1153
diff -C2 -r1.1152 -r1.1153
*** ChangeLog   18 Jul 2003 04:10:20 -0000      1.1152
--- ChangeLog   18 Jul 2003 05:17:55 -0000      1.1153
***************
*** 13,16 ****
--- 13,27 ----
        driver to handle Unix print requests.
  
+       * Makefile.am, configure.in, System.Drawing/Toolkit/NullToolkit.cs,
+       System.Drawing/Toolkit/ToolkitManager.cs,
+       System.Drawing.Postscript/.cvsignore,
+       System.Drawing.Postscript/Makefile.am,
+       System.Drawing.Postscript/PostscriptDriver.cs,
+       System.Drawing.Postscript/PostscriptGraphics.cs,
+       System.Drawing.Postscript/PostscriptPrintSession.cs,
+       System.Drawing.Postscript/PostscriptToolkit.cs,
+       System.Drawing.Postscript/System.Drawing.Postscript.build:
+       add the skeleton of the postscript printer driver to the tree.
+ 
  2003-07-17  Gopal.V  <address@hidden>
        

Index: Makefile.am
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/Makefile.am,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** Makefile.am 7 Jul 2003 01:37:41 -0000       1.24
--- Makefile.am 18 Jul 2003 05:17:56 -0000      1.25
***************
*** 3,7 ****
                  System.Net.IrDA csunit csupport compat JScript Basic \
                  DotGNU.Images Xsharp System.Drawing System.Drawing.Xsharp \
!                 System.Drawing.Win32 System.Windows.Forms tests samples
  else
  SUBDIRS = tools resources runtime DotGNU.SSL System System.Xml . \
--- 3,8 ----
                  System.Net.IrDA csunit csupport compat JScript Basic \
                  DotGNU.Images Xsharp System.Drawing System.Drawing.Xsharp \
!                 System.Drawing.Win32 System.Drawing.Postscript \
!                 System.Windows.Forms tests samples
  else
  SUBDIRS = tools resources runtime DotGNU.SSL System System.Xml . \

Index: configure.in
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/configure.in,v
retrieving revision 1.85
retrieving revision 1.86
diff -C2 -r1.85 -r1.86
*** configure.in        8 Jul 2003 03:17:36 -0000       1.85
--- configure.in        18 Jul 2003 05:17:56 -0000      1.86
***************
*** 351,354 ****
--- 351,355 ----
  System.Drawing.Xsharp/Makefile
  System.Drawing.Win32/Makefile
+ System.Drawing.Postscript/Makefile
  System.Windows.Forms/Makefile
  tests/Makefile





reply via email to

[Prev in Thread] Current Thread [Next in Thread]