diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/IO/about.c | 47 |
1 files changed, 5 insertions, 42 deletions
diff --git a/src/IO/about.c b/src/IO/about.c index 132db8a1..83f35067 100644 --- a/src/IO/about.c +++ b/src/IO/about.c @@ -240,38 +240,19 @@ const char *const AboutSplash= "<tr>\n" " <td bgcolor='#CCCCCC'>\n" " <h4>Release overview</h4>\n" -" July 18, 2011\n" +" August ??, 2011\n" "<tr>\n" " <td bgcolor='#FFFFFF'>\n" " <table border='0' cellspacing='0' cellpadding='5'>\n" " <tr>\n" " <td>\n" "<p>\n" -"dillo-2.2.1 is the last of the dillo-2.x series:\n" -"<p>\n" -"The 2.x series\n" -"was based on FLTK-2.0,\n" -"which was never released. As distributions have the sensible policy\n" -"of not including alpha software, this kept dillo from being\n" -"provided in their native packaging systems.\n" -"<p>\n" -"In response, the core team switched to the more modern\n" -"<a href='http://fltk.org/articles.php?L1086'>FLTK-1.3</a> which\n" -"has already seen its first release. This opens the door\n" -"for dillo to be included in distros once again and reach our users\n" -"more easily.\n" -"<p>\n" -"The development effort shifted to the dillo-3.x branch long ago, and\n" -"it became the active one (dillo-2.x received less and less attention).\n" +"dillo-3.0 is based on FLTK-1.3\n" "<p>\n" "The new dillo-3.0 will be available in a few weeks, after it\n" "passes the final stages of the release process. It has shown\n" "excellent stability and comes with some nice new features as well.\n" "<p>\n" -"Special thanks go to our longtime users and developers for\n" -"their support and help. We hope to keep surprising them\n" -"with the new features in the dillo-3.x series that is to come.\n" -"<p>\n" " </table>\n" "</table>\n" "</table>\n" @@ -284,7 +265,7 @@ const char *const AboutSplash= " <td bgcolor='#CCCCCC'>\n" " <h4>ChangeLog highlights</h4>\n" " (Extracted from the\n" -" <a href='http://dillo.org/dillo-2.x/ChangeLog'>full\n" +" <a href='http://hg.dillo.org/dillo/file/tip/ChangeLog'>full\n" " ChangeLog</a>)\n" "<tr>\n" " <td bgcolor='#FFFFFF'>\n" @@ -292,25 +273,7 @@ const char *const AboutSplash= " <tr>\n" " <td>\n" "<ul>\n" -"<li>Fix fullwindow start.\n" -"<li>Implemented \"View source\" as a dpi.\n" -"<li>Fix: vsource html, fix entities display, indentation.\n" -"<li>Accept application/xhtml+xml.\n" -"<li>Small caps support.\n" -"<li>Border-collapse, border-style properties.\n" -"<li>Configurable User-Agent HTTP header.\n" -"<li>Work with libpng-1.4.\n" -"<li>Limit total number of cookies.\n" -"<li>Handle white-space: pre-wrap and pre-line.\n" -"<li>Support for the word-spacing property.\n" -"<li>Text-indent property.\n" -"<li>Reintroduce bg_color dillorc option.\n" -"<li>Support !important in style attributes.\n" -"<li>Implement line-height.\n" -"<li>Draw image maps when image not loaded.\n" -"<li>Support @media rules.\n" -"<li>Implement media-conditional @import rules.\n" -"<li>Fix meta refresh looping.\n" +"<li>[...]\n" "</ul>\n" " </table>\n" "</table>\n" @@ -330,7 +293,7 @@ const char *const AboutSplash= " <td>\n" "<ul>\n" " <li> There's a\n" -" <a href='http://www.dillo.org/dillo-2.x/dillorc'>dillorc</a>\n" +" <a href='http://www.dillo.org/dillorc'>dillorc</a>\n" " (readable config) file within the tarball; It is well-commented\n" " and has plenty of options to customize dillo, so <STRONG>copy\n" " it</STRONG> to your <STRONG>~/.dillo/</STRONG> directory, and\n" |