From 664dcacd7973c4a3d01bfe4ccffc2e4907dbd9ec Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Sun, 4 Feb 2001 03:24:05 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@1015 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/SWIG/CHANGES b/SWIG/CHANGES index 057352970..2c95fcd8d 100644 --- a/SWIG/CHANGES +++ b/SWIG/CHANGES @@ -2,6 +2,15 @@ SWIG (Simplified Wrapper and Interface Generator) Version 1.3 Alpha 6 (Work in progress) ====================================== +02/03/01: beazley + Fixed some bugs related to typedef and typemaps. The following + declarations are now legal: + + typedef type (f)(parms); + + %typemap(method) type (*f)(parms) { + ... + } 01/16/01: ttn Integrated XML output code contributed by Klaus Wiederaenders.