From d7575bca78ae6b0c102653c75adb680b59fe5157 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Fri, 27 May 2005 22:47:10 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7235 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES.current | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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 ***