summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-05-16 22:37:57 +0200
committerjcid <devnull@localhost>2008-05-16 22:37:57 +0200
commit42a48c329bdaa79d3a92951912f1174b7bc5035c (patch)
tree594620c1975de922057a8752bd8f2c3948a153d3 /ChangeLog
parent805e66683b1b11606ddff672e639da2c8906bbc3 (diff)
- Fixed a freeze-bug in IO.c where the IOwatch for reading was not removed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e72440ec..af61662e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -138,6 +138,7 @@ dillo-fltk2
- Added a redraw(DAMAGE_HIGHLIGHT) call to Back, Forw and Stop buttons.
- Fixed a segfault bug when closing a bw under active networking.
- Removed the unused SPCBuf variable.
+ - Fixed a freeze-bug in IO.c where the IOwatch for reading was not removed.
Patches: Johannes Hofmann
+- Made progress bars resize automatically.
Patches: Johannes Hofmann, Jorge Arellano Cid