summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-06-06 13:40:49 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-06-06 13:40:49 +0000
commit9c4a8a4ed24667a0d12bc06cc89a777a449d763f (patch)
tree8690dd9c5b6fb268f41881fc4dfd1748e68b9aa9 /CHANGES
parent7f64473acea78b9c1bdc0d7d67d7642f751dbf80 (diff)
Fix uninitialized memory bugs in Fl_Help_View.cxx.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2281 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index bb631b05b..8109f73a0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,8 @@
CHANGES IN FLTK 1.1.0rc3
- Documentation updates.
+ - Did some testing against Valgrind and fixed some
+ uninitialized memory problems in Fl_Help_View.
- Fixed some redraw() bugs, and now redraw portions of
the parent widget when the label appears outside the
widget.