aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2013-08-21 11:42:38 +0200
committerSebastian Geerken <devnull@localhost>2013-08-21 11:42:38 +0200
commit562ad1990d1ce0b97f6df523bee85058b848cc85 (patch)
tree15e38d7f9c33a327f1c5df5784e8f32ec8af205f
parentc9275329477ed56f2cb4f0d705a7338e1d2c026c (diff)
Some more on white_bg_replacement.
-rw-r--r--ChangeLog4
-rw-r--r--dillorc4
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 082f801a..449eeb7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
-----------------------------------------------------------------------------
diff --git a/dillorc b/dillorc
index f743066d..13594797 100644
--- a/dillorc
+++ b/dillorc
@@ -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