diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2009-06-24 11:34:59 -0400 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2009-06-24 11:34:59 -0400 |
commit | fe90d0924c68e13d552d31d702e7e41267337477 (patch) | |
tree | 1b4b8ac504da201dd2ae4e62ff780ea4ef4a3347 | |
parent | 2bd3cfa55508b588716a68fc2c244c29ddc35e48 (diff) |
Changelog
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -2,6 +2,18 @@ Dillo project ============================================================================= +dillo-2.2 [??, 2009] + ++- Fixed a bug in parsing RGB color values (CSS). + - Added support for css colors of the form rgb(255, 255, 255). + - Assert that SimpleVector size is positive. + Patches: Johannes Hofmann ++- Removed redundant system includes. + Added the "nop" keybinding (nop = NO_OPERATION; cancels a default hook). + Patches: place (AKA corvid) + +----------------------------------------------------------------------------- + dillo-2.1 [Jun 15, 2009] +- Added ipv6 addresses iteration and ipv4 fallback. |