summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-05-30 15:09:03 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-05-30 15:09:03 +0000
commitd5541b5cd6a2584cd8f2470bdfd53b616b954462 (patch)
treee2c2465d8b888c937198edc84809af17a58579cb /CHANGES
parent085eccc43909e93f2c840e936b52ebd9b7625f8d (diff)
fl_read_image() - not implemented for WIN32 or OSX yet.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2269 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 345178600..8140cf5d2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,7 @@
CHANGES IN FLTK 1.1.0rc3
- Documentation updates.
+ - Added fl_read_image() function.
- Fixed Fl_Valuator::format() so that the correct format
type is used when step == 1.0.
- Fl_Help_View didn't support the TT markup.