diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-02-15 21:21:12 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-02-15 21:21:12 +0100 |
commit | 5ac8b4d285f275c97b4d8bcd58d5002200f69d26 (patch) | |
tree | 0ddf7931dff34953154af6223823d38e7b9fd1ba /ChangeLog | |
parent | 04a815861515d57692cad2354c05eab69c80d444 (diff) |
ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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. |