summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-11-22 18:35:48 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-11-22 18:35:48 +0100
commita0635d1f4b7fa7aa8396e1de590174fb840b205c (patch)
treedf5c6afb50c429c8b810117fdc7f7569288b5c03 /ChangeLog
parent09b8391fb124f8180f04c47d9d1c71de02e7ee76 (diff)
split up long lines in plain.cc to avoid X11 coordinate overflows
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ecc21a4..a35266f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,7 @@ dillo-2.2 [??]
- Improve CSS font parsing.
- Enable font face setting via <font> element.
- Ignore XML comment markers in CSS.
+ - Split up long lines in plain.cc to avoid X11 coordinate overflows.
Patch: Johannes Hofmann
+- Cleaned up system includes in dpid directory.
- Fixed CustProgressBox() for systems without weak symbols.