diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/IO/about.c | 55 |
1 files changed, 48 insertions, 7 deletions
diff --git a/src/IO/about.c b/src/IO/about.c index 1ba77684..a5698c21 100644 --- a/src/IO/about.c +++ b/src/IO/about.c @@ -117,11 +117,12 @@ const char *const AboutSplash= " <tr>\n" " <td> \n" " <td>\n" -" <a href='http://slashdot.org/'>Slashdot</a>\n" +" <a href='http://www.linux.org.uk/Portaloo.cs'>Linux.org.uk</a>\n" " <tr>\n" " <td> \n" " <td>\n" -" <a href='http://www.linux.org.uk/Portaloo.cs'>Linux.org.uk</a>\n" +" <a href='http://www.mathaba.net/'>Mathaba</a>\n" +" <tr>\n" " <tr>\n" " <td> \n" " <td>\n" @@ -247,11 +248,20 @@ const char *const AboutSplash= " <tr>\n" " <td>\n" "<p>\n" -"dillo-3.0 is based on FLTK-1.3\n" +"The new dillo-3.0 is an important milestone.\n" +"<p>\n" +"dillo-3.0 is a port to fltk-1.3 that comes with plenty of improvements\n" +"and bugfixes. The big news is\n" +"<a href='http://fltk.org/articles.php?L1086'>fltk-1.3</a>\n" +"is already released, which\n" +"eliminates the policy barrier that kept dillo out of distro's repositories.\n" +"<p>\n" +"After this release, the core team will focus on implementing CSS's\n" +"floating objects. This fundamental feature will improve dillo's web page\n" +"rendering a lot since many sites have adopted floats instead of tables.\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" +"The new dillo3 has shown excellent stability so far.\n" +"The core team welcomes developers willing to join our workforce.\n" "<p>\n" " </table>\n" "</table>\n" @@ -273,7 +283,38 @@ const char *const AboutSplash= " <tr>\n" " <td>\n" "<ul>\n" -"<li>[...]\n" +"<li>Ported Dillo to FLTK-1.3.\n" +"<li>Rewrote the User Interface: much simpler design and event handling.\n" +"<li>Avoid double render after going Back or Forward\n" +" (it takes half the time now!)\n" +"<li>Added on-the-fly panel resize (tiny/small/medium and normal/small icons).\n" +"<li>Implemented a custom tabs handler (to allow fine control of it).\n" +"<li>Rewrote dw's crossing-events dispatcher (avoids redundant events).\n" +"<li>Fixed a years old bug: stamped tooltips when scrolling with keyboard.\n" +"<li>Allow multiple search engines to be set in dillorc, with a menu\n" +" in the web search dialog to select between them.\n" +"<li>Added an optional label to dillorc's search_url.\n" +" Format: \"[<label> ]<url>\"\n" +"<li>Native build on OSX.\n" +"<li>Fixed a border case in URL resolver: empty path + {query|fragment}\n" +" (BUG#948)\n" +"<li>Avoid a certificate dialog storm on some HTTPS sites (BUG#868).\n" +"<li>Cancel the expected URL after offering a download (BUG#982)\n" +"<li>Add right_click_closes_tab preference (default is middle click).\n" +"<li>'hide-panels' key action now hides the findbar if present,\n" +" and toggles display of the control panels otherwise.\n" +"<li>Removed 'large' option of panel_size preference.\n" +"<li>Eliminated a pack of 22 compiler warnings (gcc-4.6.1 amd64)\n" +"<li>Removed --enable-ansi configure option.\n" +"<li>Limit saved cookie size.\n" +"<li>Allow binding to non-ASCII keys and multimedia keys.\n" +"<li>Enable line wrapping for <textarea>. (BUG#903)\n" +"<li>Wrap image alt text.\n" +"<li>Added support for CSS adjacent sibling selectors.\n" +"<li>Collapse parent's and first child's top margin.\n" +"<li>Default binding for left-tab changed to Shift-Ctrl-Tab.\n" +"<li>Default binding for close-all changed from Alt-q to Ctrl-q.\n" +"<li>Default binding for close-tab changed from Ctrl-q to Ctrl-w.\n" "</ul>\n" " </table>\n" "</table>\n" |