summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2005-01-25 20:50:25 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2005-01-25 20:50:25 +0000
commit1d871d5744a9bec3d8750b567d4c7b22203f1b2d (patch)
tree8cbe3e60b6ac077075b03d825edb72d919629188 /CHANGES
parent633e4ef5a50928b06d504b7217fd9e6bc3de9fe3 (diff)
Temporary fix for JPEG error handle; we need to flag the error in
the callback function and test for it in the main code... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3969 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a5279d3fe..ed2ecfbb7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,6 @@
CHANGES IN FLTK 1.1.7
+ - Fixes to Fl_JPEG_Image error handler.
- Fl_Menu::popup() and ::pulldown() would crash an
application if a callback created widgets before they
returned (STR #685)