From 5d2cfd98c31d2368ad825c0ef0b53a7e6fec0015 Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Mon, 10 Jul 2000 23:12:45 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@564 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SWIG/CHANGES b/SWIG/CHANGES index 887e44486..358065081 100644 --- a/SWIG/CHANGES +++ b/SWIG/CHANGES @@ -3,6 +3,10 @@ SWIG (Simplified Wrapper and Interface Generator) Version 1.3 Alpha 4 (not yet released) ====================================== +7/10/00 : beazley + Fixed some bugs related to the handling of the %name() directive + and classes in the Tcl module. Problem reported by James Bailey. + 7/10/00 : beazley Fixed parsing and enum handling problems with character constants. Reported by Greg Kochanski.