summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
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.