From 344c461ae6d03d2fb81e4552bb9085f571fac6a6 Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Wed, 20 Sep 2000 02:25:28 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@863 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES b/CHANGES index 6d07b4e8a..d2b185d88 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,15 @@ SWIG (Simplified Wrapper and Interface Generator) Version 1.3 Alpha 5 =================== +9/19/00 : beazley + Library files specified with the -l option are now included at the + end of the interface file (reverting to the old behavior). + +9/19/00 : beazley + Fixed some problems with enum handling. enums are now manipulated as + 'int', but cast into the enum type when values are passed to the + corresponding C function. + 9/19/00 : mkoeppe [Guile] Removed "-with-smobs" command-line option, as this is the default now. Added "-emit-setters" command-line option,