diff options
-rw-r--r-- | src/IO/about.c | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/src/IO/about.c b/src/IO/about.c index 6eb49471..bbb3fe45 100644 --- a/src/IO/about.c +++ b/src/IO/about.c @@ -239,11 +239,6 @@ const char *const AboutSplash= "<p>\n" "dillo-3.0.3 adds some nice new features, as listed below.\n" "<p>\n" -"Dillo3 uses the FLTK GUI toolkit's 1.3.x series. In June, fltk-1.3.0 was\n" -"<a href='http://fltk.org/articles.php?L1086'>released</a>,\n" -"clearing the way for Dillo to return to those distributions\n" -"which had excluded Dillo2 due to FLTK2 never being officially released.\n" -"<p>\n" "This release comes with <b>configurable UI colors</b> in\n" "<a href='http://www.dillo.org/dillorc'>dillorc</a>.\n" "Packagers should set the theme that better fits the distro, and\n" @@ -253,6 +248,16 @@ const char *const AboutSplash= "need to be installed. Most probably your packager did it for you. If not\n" "enabled, just follow directions from the README file.\n" "<p>\n" +"A new <a href='http://www.dillo.org/domainrc'>domainrc</a> mechanism has\n" +"been introduced to provide finer-grained control over automatic requests\n" +"for third-party resources, and the old filter_auto_requests dillorc option\n" +"has been removed. This makes it easier to block ads and trackers but permit\n" +"legitimate use such as wikipedia pulling images from wikimedia.org.\n" +"<p>\n" +"Dillo3 uses the FLTK GUI toolkit's 1.3.x series, whose release\n" +"cleared the way for Dillo to return to those distributions\n" +"which had excluded Dillo2 due to FLTK2 never being officially released.\n" +"<p>\n" "The core team welcomes developers willing to join our workforce.\n" "<p>\n" " </table>\n" @@ -276,7 +281,7 @@ const char *const AboutSplash= " <td>\n" "<ul>\n" "<li>Automatic hyphenation (includes penalty_* preferences that control line-breaking).\n" -"<li>Introduced the domainrc mechanism for finer-grained control than filter_auto_requests had provided.\n" +"<li>Added the domainrc mechanism.\n" "<li>Added user interface color preferences (ui_*).\n" "<li>Support for CSS display property.\n" "</ul>\n" |