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:
authorJackson Harper <jackson@novell.com>2003-11-27 13:58:31 +0300
committerJackson Harper <jackson@novell.com>2003-11-27 13:58:31 +0300
commite39c4986464b9c24a5a23afe187e6d92275aa6c3 (patch)
tree73218f70b0ec051b1863932d5ab96747e525938b /mcs/class/System/Microsoft.VisualBasic
parent91301d9ae884d91304316178f2bffebb9a3408a8 (diff)
* VBCodeCompiler.cs: Put a space between Property and the
properties name. svn path=/trunk/mcs/; revision=20530
Diffstat (limited to 'mcs/class/System/Microsoft.VisualBasic')
-rw-r--r--mcs/class/System/Microsoft.VisualBasic/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/System/Microsoft.VisualBasic/ChangeLog b/mcs/class/System/Microsoft.VisualBasic/ChangeLog
index 591a779b84f..df28e34b8fb 100644
--- a/mcs/class/System/Microsoft.VisualBasic/ChangeLog
+++ b/mcs/class/System/Microsoft.VisualBasic/ChangeLog
@@ -1,5 +1,10 @@
2003-11-27 Jackson Harper <jackson@ximian.com>
+ * VBCodeCompiler.cs: Put a space between Property and the
+ properties name.
+
+2003-11-27 Jackson Harper <jackson@ximian.com>
+
* VBCodeCompiler.cs: use /wlevel for warning level. This is what
mbas uses.