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

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

[Dotgnu-pnet-commits] pnetlib ChangeLog, 1.1444, 1.1445 Makefile.am, 1.


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib ChangeLog, 1.1444, 1.1445 Makefile.am, 1.29, 1.30 configure.in, 1.103, 1.104
Date: Sat, 08 Nov 2003 01:54:51 +0000

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

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


Add the new assembly "DotGNU.Terminal" to the system, which implements a
readline-like line input mechanism using the extended console.


Index: configure.in
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/configure.in,v
retrieving revision 1.103
retrieving revision 1.104
diff -C2 -d -r1.103 -r1.104
*** configure.in        30 Oct 2003 07:18:20 -0000      1.103
--- configure.in        8 Nov 2003 01:54:49 -0000       1.104
***************
*** 361,364 ****
--- 361,365 ----
  System.EnterpriseServices/Makefile
  System.Windows.Forms/Makefile
+ DotGNU.Terminal/Makefile
  tests/Makefile
  tests/System/Makefile

Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/ChangeLog,v
retrieving revision 1.1444
retrieving revision 1.1445
diff -C2 -d -r1.1444 -r1.1445
*** ChangeLog   8 Nov 2003 00:19:17 -0000       1.1444
--- ChangeLog   8 Nov 2003 01:54:48 -0000       1.1445
***************
*** 1,2 ****
--- 1,14 ----
+ 
+ 2003-11-08  Rhys Weatherley  <address@hidden>
+ 
+       * Makefile.am, configure.in, DotGNU.Terminal/.cvsignore,
+       DotGNU.Terminal/ConsoleExtensions.cs,
+       DotGNU.Terminal/DotGNU.Terminal.build, DotGNU.Terminal/History.cs,
+       DotGNU.Terminal/Makefile.am, DotGNU.Terminal/Readline.cs,
+       DotGNU.Terminal/TabCompleteEventArgs.cs,
+       DotGNU.Terminal/TabCompleteEventHandler.cs: add the new
+       assembly "DotGNU.Terminal" to the system, which implements a
+       readline-like line input mechanism using the extended console.
+ 
  2003-11-07  Neil Cawse  <address@hidden>
  

Index: Makefile.am
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/Makefile.am,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** Makefile.am 8 Oct 2003 07:37:03 -0000       1.29
--- Makefile.am 8 Nov 2003 01:54:49 -0000       1.30
***************
*** 5,9 ****
                  DotGNU.Images Xsharp System.Drawing System.Drawing.Xsharp \
                  System.Drawing.Win32 System.Drawing.Postscript \
!                 System.EnterpriseServices System.Windows.Forms tests samples
  else
  SUBDIRS = tools resources runtime DotGNU.SSL System System.Xml . \
--- 5,10 ----
                  DotGNU.Images Xsharp System.Drawing System.Drawing.Xsharp \
                  System.Drawing.Win32 System.Drawing.Postscript \
!                 System.EnterpriseServices System.Windows.Forms \
!                 DotGNU.Terminal tests samples
  else
  SUBDIRS = tools resources runtime DotGNU.SSL System System.Xml . \





reply via email to

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