diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | dillorc | 4 |
2 files changed, 7 insertions, 1 deletions
@@ -13,9 +13,11 @@ dillo-3.0.4 [not released yet] Patch: corvid +- Make embedding into other applications more reliable (BUG#1127). Patch: Johannes Hofmann -+- Better scaling (down) of images, even with consideration of gamma correction ++- Better scaling (down) of images, even with consideration of gamma + correction. - Fixed (possibly security) problem of FltkImgBuf caused by integer overflow (BUG#1129). + - Added white_bg_replacement preference. Patches: Sebastian Geerken ----------------------------------------------------------------------------- @@ -214,6 +214,10 @@ search_url="Google http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s" # If your eyes suffer with white backgrounds, change this. #allow_white_bg=YES +# If allow_white_bg is set to NO, white backgrounds are replaced by +# this color. +#white_bg_replacement=0xe0e0a3 + # When set to YES, the page author's visited link color may be overridden # to allow better contrast with text/links/background #contrast_visited_color=YES |