From 4f439bfe7cfb3085b50fa9cb6cc4372fd68cff4b Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Mon, 27 Sep 2004 19:36:53 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6274 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES.current | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/SWIG/CHANGES.current b/SWIG/CHANGES.current index 58b7c7c01..f3cf3ca5e 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/CHANGES.current @@ -1,6 +1,13 @@ Version 1.3.23 (in progress) ================================== +09/27/2004: wsfulton + Patch from Bill Clarke - + 1) Warning emitted when -importall and -includeall is used together, + with -includeall taking precedence. + 2) Fixes to ensure SWIGIMPORT is always defined when a file is being + imported with %import. This macro definition is is now documented. + 09/26/2004: mmatus - add %feature("exceptionclass") to identify a class used @@ -83,6 +90,7 @@ Version 1.3.23 (in progress) shows on Solaris and gcc, eg: Warning(202): Could not evaluate '!defined(SWIGJAVA) && !(defined(SWIGCSHARP)' + Also fixes a bug where '#if "a" == "b" == 1' wouldn't have worked 09/10/2004: wsfulton Restored multiple build directories for the test-suite. Patch from