diff options
Diffstat (limited to 'src/IO')
-rw-r--r-- | src/IO/about.c | 87 |
1 files changed, 25 insertions, 62 deletions
diff --git a/src/IO/about.c b/src/IO/about.c index 25c6a714..756b6c69 100644 --- a/src/IO/about.c +++ b/src/IO/about.c @@ -240,16 +240,16 @@ const char *const AboutSplash= "<tr>\n" " <td bgcolor='#CCCCCC'>\n" " <h4>Release overview</h4>\n" -" July 3, 2009\n" +" ??, 2010\n" "<tr>\n" " <td bgcolor='#FFFFFF'>\n" " <table border='0' cellspacing='0' cellpadding='5'>\n" " <tr>\n" " <td>\n" "<p>\n" -"This release of Dillo improves image size checking. It builds upon version\n" -"2.1, which brought significant improvements such as basic CSS support and\n" -"configurable keybindings.\n" +"This release features a major overhaul of the cookies subsystem,\n" +"a reimplementation of the DPI API, a configurable connection limit,\n" +"and various CSS improvements.\n" "<p>\n" "Remember that the dillo project uses a release model where every new\n" "version shall be better than the last.\n" @@ -273,65 +273,28 @@ const char *const AboutSplash= " <table border='0' cellspacing='0' cellpadding='5'>\n" " <tr>\n" " <td>\n" -"2.1.1:<br>\n" "<ul>\n" -"<li>Add additional size checks for images.\n" -"<li>Added support for css colors of the form rgb(255, 255, 255).\n" -"<li>Added the 'nop' keybinding (nop = NO_OPERATION; cancels a default hook).\n" -"<li>Added 'stop' key action (not bound by default).\n" -"<li>Reduced 'warning: ignoring return value of ...'\n" -"</ul>\n" -"2.1:<br>\n" -"<ul>\n" -"<li>Implemented basic CSS infrastructure!\n" -"<li>Read user style from ~/.dillo/style.css.\n" -"<li>Added configurable keybindings! (in ~/.dillo/keysrc)\n" -"<li>Implemented \"search previous\" in string searches.\n" -"<li>Ported the command line interface from dillo1\n" -"<li>Set middle click to submit in a new TAB. (Helps to keep form data!)\n" -"<li>Implemented Basic authentication!\n" -"<li>Implemented a close-tab button for the GUI.\n" -"<li>Implemented a tools menu.\n" -"<li>Added dillo(1) man page.\n" -"<li>Added \"font_max_size\", \"font_min_size\" dillorc options.\n" -"<li>Added instant client-side redirects (aka. zero-delay META refresh).\n" -"<li>Proxy support for HTTPS.\n" -"<li>Updated the URL resolver to comply with RFC-3986.\n" -"<li>Fixed Bookmarks modify's HTML so it wraps nicely on handhelds.\n" -"<li>Made cookierc parsing more robust.\n" -"<li>Fix: recover page focus when clicking outside of a widget.\n" -"<li>Added support for the Q element. BUG#343\n" -"<li>Added a right-click menu to form controls (show hiddens, submit, reset)\n" -"<li>Added the \"http_language\" dillorc option for setting HTTP's Accept-Language.\n" -"<li>Replace image loading button and page menu option with a tools menu option.\n" -"<li>Implemented the \"overline\" text-decoration.\n" -"<li>Enhanced and cleaned up text decorations for SUB and SUP.\n" -"<li>Added \"View Stylesheets\" to the page menu.\n" -"<li>System config files have moved to sysconfdir/dillo/\n" -"<li>Allowed compilation with older machines by removing a few C99isms.\n" -"<li>Switched SSL-enabled to configure.in (./configure --enable-ssl).\n" -"<li>Removed redundant caller NULL checks already in the API.\n" -"<li>Added use of inttypes.h when stdint.h isn't found.\n" -"<li>Made the parser recognize \"[^ ]/>\"-terminated XML elements.\n" -"<li>Brought in Sebastian's CSS parser from dillo-0.8.0-css-3.\n" -"<li>Support CSS @import directive.\n" -"<li>Improved CSS selector matching performance using hash tables.\n" -"<li>Added support for descendant and child selectors.\n" -"<li>Support selector specificity.\n" -"<li>Replace bg_color dillorc option.\n" -"<li>Remove text_color, link_color, and force_my_colors dillorc options.\n" -"<li>Replace visited_color dillorc option.\n" -"<li>Allow negative values for specific CSS properties only.\n" -"<li>Disable negative margins for now as dw/* does not support them yet.\n" -"<li>Disable form widgets while stylesheets are loading.\n" -"<li>Implement --xid command line option (used by claws mail client).\n" -"<li>Added the \"middle_click_drags_page\" dillorc option.\n" -"<li>Set the File menu label to hide when the File menu-button is shown.\n" -"<li>Made a big cleanup of cache.c WRT charset decoding (fixes bugs).\n" -"<li>Made an extensive cleanup/fixup of the whole image handling process.\n" -"<li>Fixed handling of META's content-type with no MIME type (e.g. only charset).\n" -"<li>Added support for a quoted URL in META refresh.\n" -"<li>Updated the GPL copyright note in the source files.\n" +"<li>Added keybindings for scrolling.\n" +"<li>Help button and local help file.\n" +"<li>Add support for multiple class names in CSS.\n" +"<li>Fix X11 coordinate overflows.\n" +"<li>Improve CSS font parsing.\n" +"<li>Enable font face setting via <font> element.\n" +"<li>Ignore XML comment markers in CSS.\n" +"<li>Fix user agent style for nested <ul>.\n" +"<li>Handle signed chars. Added dIsspace() and dIsalnum() to dlib.\n" +"<li>Changed the CCCs to build in one step (for both HTTP and DPI).\n" +"<li>Remove the empty cache entry lingering after connection abort.\n" +"<li>Fixed URL unescaping in the datauri DPI.\n" +"<li>Changed and reimplemented the DPI API.\n" +"<li>Allow linebreaks around Chinese/Japanese characters.\n" +"<li>Fix scrolling for text search.\n" +"<li>Tooltips.\n" +"<li>Enable popup menu below bottom of page content.\n" +"<li>Handle JPEGs with CMYK color space.\n" +"<li>General cookies overhaul.\n" +"<li>Fixed a bug in w3c_mode.\n" +"<li>Limit number of simultaneous connections.\n" "</ul>\n" " </table>\n" "</table>\n" |