summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2005-01-09 13:08:27 +0000
committerMark Wielaard <mark@klomp.org>2005-01-09 13:08:27 +0000
commit23e954fddf7396878121d068b382b77c932500fb (patch)
tree20f16adf360b87544880bdfc8cd74aacbe51f5e6 /NEWS
parent3ab79c2af072e197d1f647b40d2060b1fe47de76 (diff)
downloadclasspath-23e954fddf7396878121d068b382b77c932500fb.tar.gz
* acinclude.m4 (CLASSPATH_WITH_GJDOC): Renamed from
CLASSPATH_ENABLE_GJDOC. Can now take argument to use as gjdoc program. Doesn't depend on xml tools. * configure.ac: Use CLASSPATH_WITH_GJDOC. * INSTALL: Mention --with-gjdoc option. * NEWS: Add --with-gjdoc addition. * doc/api/Makefile.am (EXTRA_DIST): Removed. (sourcepath): New variable. (htmllist): Removed. (core): Removed. (packages): Removed. (date): Removed. (clean): Also remove create_html file. (create_html): Rewritten. * doc/api/classpath-copyright.xml: Removed.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fe30b25b5..1363910af 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,8 @@ New in release 0.14
methods with non-native implementations. VM implementors are encouraged
to provide more efficient versions.
* VMRuntime.nativeLoad() now takes an additional ClassLoader parameter.
+* Full documentation for all classes can be generated (again) by using
+ the --with-gjdoc configure option.
New in release 0.13 (Jan 6, 2005)