From ee16bf7509cff45f3eb2b8ff06bed2d34c1cf03e Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sun, 9 Feb 2003 23:50:12 +0000 Subject: [PATCH] A couple of Java todo's git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4277 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/TODO | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/SWIG/TODO b/SWIG/TODO index 3660f9a04..5ff19c5a5 100644 --- a/SWIG/TODO +++ b/SWIG/TODO @@ -1,6 +1,6 @@ SWIG TO-DO -Release: SWIG-1.3.16 (Late September, 2002) +Release: SWIG-1.3.18 (Late Feb??? 2003) ----------------------------------------------------------------------------- **** = High Priority @@ -274,7 +274,9 @@ Ruby Java ---- -[DONE] Consider using typemaps for proxy class code generation. +** Vararg typemaps +** $javaconst(1) option for enums - so that no JNI call is necessary to + get the value of the enum. PHP ---