summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-08-16 20:10:21 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-08-16 20:10:21 +0000
commitab53ef9a444b7a32295e68e3faa98308a5e33cf0 (patch)
treebf181e04328cf127c2b4256d6dc35f2e208e2e97 /CHANGES
parenta2c193c777fab8e0cc7a87df9df1578dbbbf2555 (diff)
Fix FLUID image problems.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2591 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c622151cc..532a6c5ee 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
CHANGES IN FLTK 1.1.0
+ - FLUID didn't register the image formats in the
+ fltk_images library, and had some other image
+ management problems.
- Fixed one more redraw bug in Fl_Browser_ where we
weren't using the box function to erase empty space in
the list.