summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2011-07-29 15:45:45 -0400
committerJorge Arellano Cid <jcid@dillo.org>2011-07-29 15:45:45 -0400
commitccd39b8804cba58206d254944c8e7c3bb8e02cdf (patch)
tree6ac6da3e820e51dfa5a7aa10eff8bd6edc099c0b /ChangeLog
parentde3a234a12734101bd35b2f64302b65a19797ed0 (diff)
avoid double draw after scrollIdle()
After going back or forward to any page, there were two redraws: one from the origin and another from the scroll position. This patch avoids flicker, and makes rendering 100% faster in this case.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9bb746c0..e787ba61 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,7 @@ dillo-3.0 [August ??, 2011]
display of the control panels otherwise.
- Remove 'fullscreen' key action.
- Fixed a border case in URL resolver: empty path + {query|fragment} (BUG#948)
+ - Avoid double draw after going Back or Forward (it takes half the time now!).
Patches: Jorge Arellano Cid
+- Remove --enable-ansi configure option.
- Limit saved cookie size.