diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2011-09-06 18:15:19 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2011-09-06 18:15:19 -0300 |
commit | 791722fe618c68d98a1ca85e4a9ec1c597d6e306 (patch) | |
tree | 7b01b51667b82241f783a3d21cbd9400e6030887 /src/IO/about.c | |
parent | 0b32abdc19b0c37d3f8c69d4b720437405246f88 (diff) |
Last changes before dillo-3.0 release (rc3)release-3_0
Diffstat (limited to 'src/IO/about.c')
-rw-r--r-- | src/IO/about.c | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/src/IO/about.c b/src/IO/about.c index ad033d90..1875705f 100644 --- a/src/IO/about.c +++ b/src/IO/about.c @@ -117,6 +117,10 @@ const char *const AboutSplash= " <tr>\n" " <td> \n" " <td>\n" +" <a href='http://slashdot.org/'>Slashdot</a>\n" +" <tr>\n" +" <td> \n" +" <td>\n" " <a href='http://www.linux.org.uk/Portaloo.cs'>Linux.org.uk</a>\n" " <tr>\n" " <td> \n" @@ -235,7 +239,7 @@ const char *const AboutSplash= "<tr>\n" " <td bgcolor='#CCCCCC'>\n" " <h4>Release overview</h4>\n" -" August ??, 2011\n" +" September 06, 2011\n" "<tr>\n" " <td bgcolor='#FFFFFF'>\n" " <table border='0' cellspacing='0' cellpadding='5'>\n" @@ -281,22 +285,20 @@ const char *const AboutSplash= "<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>Rewrote the User Interface: much simpler design and event handling.\n" +"<li>Added on-the-fly panel resize (tiny/small/medium and normal/small icons).\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" -"<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" @@ -304,9 +306,12 @@ const char *const AboutSplash= " (BUG#948)\n" "<li>Cancel the expected URL after offering a download (BUG#982)\n" "<li>Eliminated a pack of 22 compiler warnings (gcc-4.6.1 amd64)\n" +"<li>Removed 'large' option of panel_size preference.\n" +"<li>Removed --enable-ansi configure option.\n" "<li>Limit saved cookie size.\n" "<li>Wrap image alt text.\n" "<li>Added support for CSS adjacent sibling selectors.\n" +"<li>Fix redraw loops and reenabled limit_text_width dillorc option.\n" "<li>Collapse parent's and first child's top margin.\n" "</ul>\n" " </table>\n" |