diff --git a/SWIG/CHANGES.current b/SWIG/CHANGES.current index cbb463a2e..0a48c0161 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/CHANGES.current @@ -1,12 +1,17 @@ Version 1.3.25 (In progress) ============================ +05/27/2005: wsfulton + Modernised and tidied up Windows macros --> SWIGEXPORT, SWIGSTDCALL. They can be overridden + by users via -D compiler directives if need be. + 05/26/2005: wsfulton %csmethodmodifiers can be applied to variables as well as methods now. - %csmethodmodifiers will replace the virtual/new/override modifiers that SWIG thinks is - appropriate in addition to the default 'public'. This is necessary for some obscure cases - where SWIG might get the modifiers incorrect, for example with private inheritance. + In addition to the default 'public' modifier that SWIG generates, %csmethodmodifiers will also + replace the virtual/new/override modifiers that SWIG thinks is appropriate. This feature is + useful for some obscure cases where SWIG might get the modifiers incorrect, for example + with private inheritance and overriding a method in the base class. *** POTENTIAL INCOMPATIBILITY FOR C# MODULE ***