From 30d2e3d555ad5d04e630f1863debe3ba2e67fdb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20K=C3=B6ppe?= Date: Sun, 28 Sep 2003 14:59:17 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5167 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES.current | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SWIG/CHANGES.current b/SWIG/CHANGES.current index 22c1c8550..21e924478 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/CHANGES.current @@ -1,5 +1,10 @@ Version 1.3.20 (In progress) ============================ + +09/28/2003: mkoeppe + [Guile with -scm option] Fix typo in generated code for + procedures-with-setters. Reported by John Lenz. + 09/26/2003: beazley Fixed [ 812528 ] externs not correct when throw is in signature. Reported by Joseph Winston.