From ffb1bf4951c2489e02052b0d141748511bbbb463 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 16 Sep 2008 23:22:01 +0000 Subject: [PATCH] 2008-09-16 Jeffrey Stedfast * generator/Property.cs (IsDeprecated): Allow "1" or "true". * generator/Method.cs (.ctor): Allow "1" or "true". * generator/ClassBase.cs: Allow a value of "true" to work the same as "1" for the deprecated and abstract attributes. svn path=/trunk/gtk-sharp/; revision=113239 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 74ccc6783..105d48822 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2008-09-16 Jeffrey Stedfast + * generator/Property.cs (IsDeprecated): Allow "1" or "true". + + * generator/Method.cs (.ctor): Allow "1" or "true". + + * generator/ClassBase.cs: Allow a value of "true" to work the same + as "1" for the deprecated and abstract attributes. + * generator/ObjectGen.cs (Generate): Remove the extra generated space if the class isn't abstract.