diff options
author | corvid <devnull@localhost> | 2014-04-09 15:31:53 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2014-04-09 15:31:53 +0000 |
commit | b57b49afd73792608adc207b56272bf9026a2c78 (patch) | |
tree | 31ec35abac0dace47c21b2692b513c2fd78337bd /src/IO/about.c | |
parent | d7b2163db989b8d9d3eab0c1ea35b08b392bb305 (diff) |
few splash page changes
Diffstat (limited to 'src/IO/about.c')
-rw-r--r-- | src/IO/about.c | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/src/IO/about.c b/src/IO/about.c index 22999b79..87f65b1c 100644 --- a/src/IO/about.c +++ b/src/IO/about.c @@ -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" |