From aaeab8a4076fd882e8481c860662c4df5d09fa78 Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Tue, 25 Nov 2003 03:53:19 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5387 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES.current | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/SWIG/CHANGES.current b/SWIG/CHANGES.current index e6d11de20..6ff318189 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/CHANGES.current @@ -1,5 +1,11 @@ Version 1.3.20 (In progress) ============================ +11/24/2003: beazley + [Tcl] Fixed problem with cross module linking. Previously modules referred + to base classes through a global variable. Now, the module looks up base + classes through the type system itself---avoiding the need to link to a global + like before. Caveat: modules with base classes must be loaded before + modules with derived classes. 11/24/2003: mkoeppe (Matthias Koeppe) [Guile] In -scm mode, use () to represent null pointers,