aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-02-15 21:21:12 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-02-15 21:21:12 +0100
commit5ac8b4d285f275c97b4d8bcd58d5002200f69d26 (patch)
tree0ddf7931dff34953154af6223823d38e7b9fd1ba /ChangeLog
parent04a815861515d57692cad2354c05eab69c80d444 (diff)
ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 216e524f..12c5c4e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -52,8 +52,15 @@ dillo-2.1
+- Reduced warnings with gcc-4.3.
Patch: Thomas Orgis
+- Made the parser recognize "[^ ]/>"-terminated XML elements.
+ - Implemented basic CSS infrastructure.
+ - Brought in Sebastian's CSS parser from dillo-0.8.0-css-3.
+ - Read user style from ~/.dillo/style.css.
+ - Added support for descendant and child selectors.
+ - Improved CSS selector matching performance using hash tables.
+ - Support selector specificity.
+ - Add support for font-size and font-weight enum values.
- Added "font_min_size" dillorc option.
- Patch: Johannes Hofmann
+ Patches: Johannes Hofmann
+- Implemented a close-tab button for the GUI.
Patch: João Ricardo Lourenço, Jorge Arellano Cid
+- Added the "middle_click_drags_page" dillorc option.