diff options
author | Sebastian Geerken <devnull@localhost> | 2014-04-09 21:35:54 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-04-09 21:35:54 +0200 |
commit | eb66c4f173f4791e3e7400ec4beb52e8fc506b40 (patch) | |
tree | 80fbb8f029df0ee0411fba3e7987f02f73fd84c2 /src/IO/about.c | |
parent | 78f994b717711a902944ef804c7df54567584711 (diff) | |
parent | ccf5cb61e69cc93da258db1a84b191be48d23fa9 (diff) |
Merged with main repo.
Diffstat (limited to 'src/IO/about.c')
-rw-r--r-- | src/IO/about.c | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/src/IO/about.c b/src/IO/about.c index 22999b79..772e1247 100644 --- a/src/IO/about.c +++ b/src/IO/about.c @@ -230,7 +230,7 @@ const char *const AboutSplash= "<tr>\n" " <td bgcolor='#CCCCCC'>\n" " <h4>Release overview</h4>\n" -" April ??, 2014\n" +" April 09, 2014\n" "<tr>\n" " <td bgcolor='#FFFFFF'>\n" " <table border='0' cellspacing='0' cellpadding='5'>\n" @@ -244,12 +244,13 @@ const char *const AboutSplash= "including a new preference stretchability_factor.\n" "<p>\n" "It also comes with support for a few <b>HTML5</b> elements and better CSS\n" -"including background <b>images.</b>\n" +"including background <b>images</b> (enable load_background_images in\n" +"dillorc or the tools menu).\n" "<p>\n" "It has enhanced <b>security</b> by fixing a set of potentially exploitable\n" "code patterns reported by the Oulu University Secure Programming Group.\n" "<p>\n" -"Finally it also fixes compiling on HURD and IRIX\n" +"Finally it also fixes compiling on HURD and IRIX.\n" "<p>\n" "The core team welcomes developers willing to join our workforce.\n" "<p>\n" @@ -275,20 +276,20 @@ const char *const AboutSplash= "<ul>\n" "<li> OPTGROUP and INS elements.\n" "<li> Added some HTML5 elements.\n" -"<li> Added show_ui_tooltip preference (BUG#1140).\n" +"<li> Added <b>show_ui_tooltip</b> preference (BUG#1140).\n" "<li> Make embedding into other applications more reliable (BUG#1127).\n" "<li> Add search from address bar.\n" "<li> Better scaling (down) of images, even with consideration of gamma \n" " correction.\n" "<li> Some linebreaking fixes, and optimization for non-justified text,\n" -" including new preference stretchability_factor.\n" -"<li> Added white_bg_replacement preference.\n" +" including new preference <b>stretchability_factor</b>.\n" +"<li> Added <b>white_bg_replacement</b> preference.\n" "<li> Implemented background images (except 'background-attachment'), added\n" -" load_background_images preference, as well as a new entry in the tools\n" -" menu.\n" +" <b>load_background_images</b> preference, as well as a new entry in the\n" +" tools menu.\n" "<li> Fix a set of bugs reported by Oulu Univ. Secure Programming Group\n" " (HTML parsing, URL resolution, GIF processing, etc.)\n" -"<li> Made show_url dillorc option work again (BUG#1128)\n" +"<li> Made <b>show_url</b> dillorc option work again (BUG#1128)\n" "<li> Fix compiling on Hurd.\n" "<li> Avoid Dpid children becoming zombies.\n" "<li> Fix compiling on IRIX with MIPSpro compiler.\n" |