summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2010-01-12 04:16:21 +0000
committercorvid <corvid@lavabit.com>2010-01-12 04:16:21 +0000
commit2fa3aa0931a73d9ac83ee95ebef1c66b06f708c6 (patch)
tree98d036fb7ac7637ecad3bffd1fbedb5c7db78c13 /ChangeLog
parent388754c08adb5da535d94690ae327d0e2493e89c (diff)
If http_proxy pref set, but env var not set, then set env var (for wget).
http://lists.auriga.wearlab.de/pipermail/dillo-dev/2009-December/007131.html
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f5f4ad5b..603d72a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@
Dillo project
=============================================================================
-dillo-2.2 [??]
+dillo-2.2 [??, 2010]
+- Added keybindings for scrolling.
Patch: corvid, Jorge Arellano Cid
@@ -59,6 +59,8 @@ dillo-2.2 [??]
- Allow keysyms in keysrc.
- Explicitly check installation bindir for dpid (BUG 930)
- General cookies overhaul.
+ - If http_proxy environment var not set and http_proxy pref is set, then set
+ env from pref so a spawned dpid/downloads dpi/wget will see pref value.
Patches: corvid
+- Support for the letter-spacing property.
Patch: Johannes Hofmann, corvid