aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9c81d269..3e430b8d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -40,8 +40,9 @@ dillo-fltk2
- Reimplemented html.cc using a class, removed the linkblock,
and hooked memory-release to dw destruction.
- Switched UI shortcuts from a global event handler to UI::handle.
- - Bound Ctrl+Space to fullscreen toggle.
- Patches: Jorge Arellano
+ - Bound Ctrl+Space to toggle fullscreen mode.
+ - Switched dillo to push a URL with fragment (anchor) into the stack.
+ Patches: Jorge Arellano Cid
+- Connected signals to <li> elements (fixes links within lists).
- Enabled text, background-color and geometry in preferences.
- Enabled clicking over image links.