summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJeremy Henty <onepoint@starurchin.org>2009-11-21 01:54:44 +0000
committerJeremy Henty <onepoint@starurchin.org>2009-11-21 01:54:44 +0000
commit09b8391fb124f8180f04c47d9d1c71de02e7ee76 (patch)
treefedccd9dfca8e63b03060d0a86c976864654aeb9 /ChangeLog
parentff8fa5b392f20d27c3e77989b85b22bb3c870d7b (diff)
trim the labels of the stylesheet menu
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 10964734..9ecc21a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -54,6 +54,9 @@ dillo-2.2 [??]
Patches: corvid
+- Support for the letter-spacing property.
Patch: Johannes Hofmann, corvid
++- Fixed a bug in w3c_mode. In fact it wasn't working at all.
+ - Improve stylesheet menu.
+ Patches: Jeremy Henty
-----------------------------------------------------------------------------
@@ -129,7 +132,6 @@ dillo-2.1 [Jun 15, 2009]
- Fixed a memory leak in Klist().
- Fix the comment for DLWin::del() (dpi/downloads.cc).
- Removed redundant caller NULL checks already in the API.
- - Fixed a bug in w3c_mode. In fact it wasn't working at all.
Patches: Jeremy Henty
+- Implemented Basic authentication!
Patch: Jeremy Henty, Jorge Arellano Cid