summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2011-08-24 11:52:01 -0300
committerJorge Arellano Cid <jcid@dillo.org>2011-08-24 11:52:01 -0300
commitb245b5abf8e48ab81bbaaec9edb56a4a4b51af6e (patch)
treeae1471e4230cccb2220462026abc364c0c728ae9 /ChangeLog
parentc4c3614d692d829e63ac5a00cacc75f522a93039 (diff)
Changelog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 16 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 80595ae2..0d48b6c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,18 +6,27 @@ dillo-3.0 [August ??, 2011]
+- Ported Dillo to FLTK-1.3.
Patch: corvid, Johannes Hofmann, Jorge Arellano Cid
-+- Default binding for close-all changed from Alt-q to Ctrl-q.
++- Rewrote the User Interface: much simpler design and event handling.
+ - Avoid double render after going Back or Forward (takes half the time now!).
+ - Added on-the-fly panel resize (tiny/small/medium and normal/small icons).
+ - Implemented a custom tabs handler (to allow fine control of it).
+ - Rewrote dw's crossing-events dispatcher (avoids redundant events).
+ - Fixed a years old bug: stamped tooltips when scrolling with keyboard.
+ - Allow multiple search engines to be set in dillorc, with a menu in the web
+ search dialog to select between them.
+ - Added an optional label to dillorc's search_url. Format: "[<label> ]<url>"
+ - Fixed a border case in URL resolver: empty path + {query|fragment} (BUG#948)
+ - Avoid a certificate dialog storm on some HTTPS sites (BUG#868).
+ - Cancel the expected URL after offering a download (BUG#982)
+ - Default binding for close-all changed from Alt-q to Ctrl-q.
- Default binding for close-tab changed from Ctrl-q to Ctrl-w.
- Add right_click_closes_tab preference (default is middle click).
- 'hide-panels' key action now hides the findbar if present, and toggles
display of the control panels otherwise.
+ - Removed 'large' option of panel_size preference.
- 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!).
- - Avoid a certificate dialog storm on some HTTPS sites (BUG#868).
- - Remove 'large' option of panel_size preference.
- - Allow multiple search engines to be set in dillorc, with a menu in the web
- search dialog to select between them.
+ - Eliminated a pack of 22 compiler warnings (gcc-4.6.1 amd64)
+ - Lots of minor bug-fixes.
Patches: Jorge Arellano Cid
+- Remove --enable-ansi configure option.
- Limit saved cookie size.