]> granicus.if.org Git - python/commit
$OFF_SITE_LINK_ICON: Don't define here; simply defining it overrides a
authorFred Drake <fdrake@acm.org>
Tue, 3 Oct 2000 06:05:25 +0000 (06:05 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 3 Oct 2000 06:05:25 +0000 (06:05 +0000)
commit5f84c9b55eef50291b97f7970afa9108e0aef1eb
treee7bc019a7693f0ae66985f0474db8c44f9b0a35d
parent58a2dff7f4fb4753980781a983be3d5b61abe41d
$OFF_SITE_LINK_ICON:  Don't define here; simply defining it overrides a
        definition provided by previously loaded configuration code, and
        testing whether it's defined isn't needed since the default was
        false anyway.

get_link_icon():  Add support for $OFF_SITE_LINK_ICON_HEIGHT and
        $OFF_SITE_LINK_ICON_WIDTH, giving the dimensions of the icon
        being used.  This can make for faster page display.  Both are
        optional.

make_my_titlegraphic():  Fix insertion of the off-site icon link.

do_env_funcdesc():  Remove debugging print.

handle_rfclike_reference():  Remove trailing colon from first line; it
        doesn't really make sense and looks bad if we add an icon to
        mark off-site links.
Doc/perl/python.perl