diff options
-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" |