Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Molaro <lupus@oddwiz.org>2007-09-25 19:57:26 +0400
committerPaolo Molaro <lupus@oddwiz.org>2007-09-25 19:57:26 +0400
commitbc3b51b83f5d2f6ea4f84c56ad3afa27308783e2 (patch)
tree8dae4d4fb03e22476dd13a827e71cfb5f93ec2e4 /mcs/class/System/System.Diagnostics/ChangeLog
parent1e597c4439f7a46c826e2339b6b7953782c5d7ff (diff)
Tue Sep 25 18:03:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
* Process.cs: eliminate the console encoding logic which was duplicated from System.Console and just use Console.Out.Encoding (bug #328162). svn path=/trunk/mcs/; revision=86341
Diffstat (limited to 'mcs/class/System/System.Diagnostics/ChangeLog')
-rw-r--r--mcs/class/System/System.Diagnostics/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/mcs/class/System/System.Diagnostics/ChangeLog b/mcs/class/System/System.Diagnostics/ChangeLog
index a3297001c55..ef8e65ca77c 100644
--- a/mcs/class/System/System.Diagnostics/ChangeLog
+++ b/mcs/class/System/System.Diagnostics/ChangeLog
@@ -1,3 +1,10 @@
+
+Tue Sep 25 18:03:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
+
+ * Process.cs: eliminate the console encoding logic which was
+ duplicated from System.Console and just use Console.Out.Encoding
+ (bug #328162).
+
2007-09-21 Gert Driesen <drieseng@users.sourceforge.net>
* DiagnosticsConfigurationHandler.cs: Rename ValidateIntegralValue