diff options
author | corvid <corvid@lavabit.com> | 2011-08-29 17:34:24 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-08-29 17:34:24 +0000 |
commit | b7aac4d0bf42d11183506bc190da4b9183fd263b (patch) | |
tree | 4fdd87440b15b7dee97d730a64fd027cee7f830c /src/IO/about.c | |
parent | de4e1fe380adba1c158489fdd2b3c820a348ac34 (diff) |
splash wording
Diffstat (limited to 'src/IO/about.c')
-rw-r--r-- | src/IO/about.c | 51 |
1 files changed, 25 insertions, 26 deletions
diff --git a/src/IO/about.c b/src/IO/about.c index a5698c21..f96dc111 100644 --- a/src/IO/about.c +++ b/src/IO/about.c @@ -248,19 +248,18 @@ const char *const AboutSplash= " <tr>\n" " <td>\n" "<p>\n" -"The new dillo-3.0 is an important milestone.\n" +"Dillo-3.0 is a port to FLTK-1.3, which is big news because FLTK-1.3.0 was\n" +"<a href='http://fltk.org/articles.php?L1086'>released</a>\n" +"in June, 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" -"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" +"Dillo-3.0 also has plenty of improvements and bugfixes.\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" +"After this release, the core team will focus on implementing the CSS\n" +"feature of floating elements. This will <em>greatly</em> improve dillo's\n" +"web page rendering since many sites have adopted floats instead of tables.\n" "<p>\n" -"The new dillo3 has shown excellent stability so far.\n" +"The new dillo3 has shown excellent stability in our experience.\n" "The core team welcomes developers willing to join our workforce.\n" "<p>\n" " </table>\n" @@ -284,6 +283,22 @@ const char *const AboutSplash= " <td>\n" "<ul>\n" "<li>Ported Dillo to FLTK-1.3.\n" +"<li>Native build on OSX.\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" +"<li>Default binding for left-tab changed to Shift-Ctrl-Tab.\n" +"<li>'hide-panels' key action now hides the findbar if present,\n" +" and toggles display of the control panels otherwise.\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>Removed 'large' option of panel_size preference.\n" +"<li>Add right_click_closes_tab preference (default is middle click).\n" +"<li>Allow binding to non-ASCII keys and multimedia keys.\n" +"<li>Removed --enable-ansi configure option.\n" +"<li>Avoid a certificate dialog storm on some HTTPS sites (BUG#868).\n" +"<li>Enable line wrapping for <textarea>. (BUG#903)\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" @@ -291,30 +306,14 @@ const char *const AboutSplash= "<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" |