From 488e5ead26d7757671ba8f748c80f1d7ce11706f Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Fri, 19 Feb 2010 04:11:48 +1300 Subject: [PATCH 1/2] tools.deploy.libraries.windows: add unportable tag to avoid loading windows.kernel32 on non-windows platforms --- basis/tools/deploy/libraries/windows/tags.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 basis/tools/deploy/libraries/windows/tags.txt diff --git a/basis/tools/deploy/libraries/windows/tags.txt b/basis/tools/deploy/libraries/windows/tags.txt new file mode 100644 index 0000000000..6bf68304bb --- /dev/null +++ b/basis/tools/deploy/libraries/windows/tags.txt @@ -0,0 +1 @@ +unportable From 2a517d31dffff7e0b6ef9056f6edf6b033ce81bd Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Fri, 19 Feb 2010 04:11:57 +1300 Subject: [PATCH 2/2] help.stylesheet: tweak color --- basis/help/stylesheet/stylesheet.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/help/stylesheet/stylesheet.factor b/basis/help/stylesheet/stylesheet.factor index d5b783fef8..254b65e5ac 100644 --- a/basis/help/stylesheet/stylesheet.factor +++ b/basis/help/stylesheet/stylesheet.factor @@ -83,7 +83,7 @@ H{ SYMBOL: output-style H{ { font-style bold } - { foreground COLOR: dark-red } + { foreground COLOR: DarkOrange4 } } output-style set-global SYMBOL: url-style