gcj.texi (Standard Properties): Document http.proxyHost and http.proxyPort.

* gcj.texi (Standard Properties): Document http.proxyHost and
	http.proxyPort.

From-SVN: r60844
This commit is contained in:
Tom Tromey 2003-01-03 18:04:25 +00:00 committed by Tom Tromey
parent 60db58b266
commit 0320cac3d8
2 changed files with 9 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2003-01-03 Tom Tromey <tromey@redhat.com>
* gcj.texi (Standard Properties): Document http.proxyHost and
http.proxyPort.
* gcj.texi (GNU Classpath Properties): Document new properties.
2003-01-02 Steven Bosscher <s.bosscher@student.tudelft.nl>

View File

@ -2151,6 +2151,12 @@ Returned by @code{java.awt.Window.getWarningString()} when the window is
The class name used for initializing the default @code{java.awt.Toolkit}.
Defaults to @code{gnu.awt.gtk.GtkToolkit}.
@item http.proxyHost
Name of proxy host for http connections.
@item http.proxyPort
Port number to use when a proxy host is in use.
@end table
@node GNU Classpath Properties