summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2003-02-09 23:50:12 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2003-02-09 23:50:12 +0000
commit868e9085b8b9b8b94b736e073de09c36c23bf68d (patch)
treed7e52507a8389a51c5ea0448872e83b4e9ba5d16 /TODO
parent576033bfe7f00ef56aed6d9bf05608117bf5ccc4 (diff)
downloadswig-868e9085b8b9b8b94b736e073de09c36c23bf68d.tar.gz
A couple of Java todo's
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4277 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 4 insertions, 2 deletions
diff --git a/TODO b/TODO
index 3660f9a04..5ff19c5a5 100644
--- a/TODO
+++ b/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
---