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.1058,1.1059 Makefile.am,


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib ChangeLog,1.1058,1.1059 Makefile.am,1.22,1.23 configure.in,1.81,1.82
Date: Fri, 20 Jun 2003 21:23:55 -0400

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

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


Add the "System.Drawing.Win32" assembly, which provides drawing
functionality using the raw Win32 API.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/ChangeLog,v
retrieving revision 1.1058
retrieving revision 1.1059
diff -C2 -r1.1058 -r1.1059
*** ChangeLog   21 Jun 2003 00:42:42 -0000      1.1058
--- ChangeLog   21 Jun 2003 01:23:53 -0000      1.1059
***************
*** 1,4 ****
  
! 2003-06-22  Simon Guindon  <address@hidden>
  
        * System.Windows.Forms/StatusBar.cs,
--- 1,26 ----
  
! 2003-06-21  Simon Guindon  <address@hidden>
! 
!       * Makefile.am, configure.in, System.Drawing.Win32/.cvsignore,
!       System.Drawing.Win32/DrawingBrush.cs,
!       System.Drawing.Win32/DrawingControlWindow.cs,
!       System.Drawing.Win32/DrawingFont.cs,
!       System.Drawing.Win32/DrawingGraphics.cs,
!       System.Drawing.Win32/DrawingHatchBrush.cs,
!       System.Drawing.Win32/DrawingPen.cs,
!       System.Drawing.Win32/DrawingRootTopLevelWindow.cs,
!       System.Drawing.Win32/DrawingSolidBrush.cs,
!       System.Drawing.Win32/DrawingTextureBrush.cs,
!       System.Drawing.Win32/DrawingToolkit.cs,
!       System.Drawing.Win32/DrawingTopLevelWindow.cs,
!       System.Drawing.Win32/DrawingWindow.cs,
!       System.Drawing.Win32/Makefile.am,
!       System.Drawing.Win32/System.Drawing.Win32.build,
!       System.Drawing.Win32/Win32.cs: add the "System.Drawing.Win32"
!       assembly, which provides drawing functionality using the
!       raw Win32 API.
! 
! Script done on Sat Jun 21 11:14:13 2003
! 2003-06-21  Simon Guindon  <address@hidden>
  
        * System.Windows.Forms/StatusBar.cs,
***************
*** 7,11 ****
        begin the implementation of the StatusBar class.
  
! 2003-06-22  Rhys Weatherley  <address@hidden>
  
        * System.Drawing.Xsharp/DrawingPen.cs, Xsharp/Graphics.cs,
--- 29,33 ----
        begin the implementation of the StatusBar class.
  
! 2003-06-21  Rhys Weatherley  <address@hidden>
  
        * System.Drawing.Xsharp/DrawingPen.cs, Xsharp/Graphics.cs,

Index: Makefile.am
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/Makefile.am,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** Makefile.am 11 Jun 2003 07:07:18 -0000      1.22
--- Makefile.am 21 Jun 2003 01:23:53 -0000      1.23
***************
*** 3,7 ****
                  System.Net.IrDA csunit csupport compat JScript Basic \
                  Xsharp System.Drawing System.Drawing.Xsharp \
!                 System.Windows.Forms tests samples
  else
  SUBDIRS = tools resources runtime DotGNU.SSL System System.Xml . \
--- 3,7 ----
                  System.Net.IrDA csunit csupport compat JScript Basic \
                  Xsharp System.Drawing System.Drawing.Xsharp \
!                 System.Drawing.Win32 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.81
retrieving revision 1.82
diff -C2 -r1.81 -r1.82
*** configure.in        17 Jun 2003 04:35:58 -0000      1.81
--- configure.in        21 Jun 2003 01:23:53 -0000      1.82
***************
*** 321,324 ****
--- 321,325 ----
  System.Drawing/Makefile
  System.Drawing.Xsharp/Makefile
+ System.Drawing.Win32/Makefile
  System.Windows.Forms/Makefile
  tests/Makefile





reply via email to

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