about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Completion/Unix/Command/_java4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d816cbc0..13d4c5731 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-11-20  Doug Kearns  <djkea2@mugca.its.monash.edu.au>
+
+	* 20571: Completion/Unix/Command/_java: update javac completion for
+	J2SE 5.0
+
 2004-11-19  Peter Stephenson  <pws@csr.com>
 
 	* 20568: Src/pattern.c: in debug test, checking for NULL
diff --git a/Completion/Unix/Command/_java b/Completion/Unix/Command/_java
index 949477b73..3faf10273 100644
--- a/Completion/Unix/Command/_java
+++ b/Completion/Unix/Command/_java
@@ -19,8 +19,8 @@ javac)
     '-extdirs[override location of installed extensions]:extensions directories:->extdirs' \
     '-d[specify where to place generated class files]:directory:_files -/' \
     '-encoding[specify character encoding used by source files]:encoding:->encoding' \
-    '-source[provide source compatibility with specified release]:release:(1.3 1.4)' \
-    '-target[specify VM version]:release:(1.{1..4})' \
+    '-source[provide source compatibility with specified release]:release:(1.{2..5})' \
+    '-target[specify VM version]:release:(1.{1..5})' \
     '-help[print a synopsis of standard options]' \
     '*:java source file:_files -g \*.java\(-.\)' && return 0
   ;;