summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-12-08 20:46:33 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-12-08 20:46:33 +0000
commitef96c53019228c616e8ba6d99f8a45dfeff9918e (patch)
tree4f9b9b7412c4c8d755662180e5c1d27c45a2da98 /CHANGES
parent64f2cc0635008f63a97601035618c40c75482b6a (diff)
Fix infinite loop problem in Fl_Text_Editor - was resizing before we
updated the number of lines in the buffer. Carl, please make sure this fix gets added to 2.0 CVS, if necessary. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1824 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 8aa2aad8a..e0e255ecc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,12 @@
CHANGES IN FLTK 1.1.0b7
- More documentation updates...
+ - Fl_Text_Display would lockup when all text was
+ deleted; for example, when running the editor
+ demo, you couldn't load a second file.
- Added Fl::lock() and friends from FLTK 2.0 to
- support multi-threaded applications.
+ support multi-threaded applications; see the
+ "threads" demo for an example of this.
- Fl_Check_Button and Fl_Round_Button now use the
FL_NO_BOX box type to show the background of the
parent widget.