summaryrefslogtreecommitdiff
path: root/ANNOUNCEMENT
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2003-09-08 17:30:06 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2003-09-08 17:30:06 +0000
commitc704b6ad8ebd3c39973f9101520b66c41b1551dd (patch)
tree59093dd0f2ae7a0a34e8735d8ee02aa218020254 /ANNOUNCEMENT
parentf6a1e8ca404dfd3bfc796d457beed17c7d3ccea8 (diff)
Add implementation for fl_read_image() on OSX (STR #161)
Update changelog and announcement. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3096 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ANNOUNCEMENT')
-rw-r--r--ANNOUNCEMENT4
1 files changed, 4 insertions, 0 deletions
diff --git a/ANNOUNCEMENT b/ANNOUNCEMENT
index 90ec74704..2dabb21ae 100644
--- a/ANNOUNCEMENT
+++ b/ANNOUNCEMENT
@@ -32,6 +32,8 @@ exceptions that allow for static linking.
Changes since FLTK 1.1.3 include:
+ - The fl_read_image() function was not implemented on
+ OSX (STR #161)
- VC++ 7.1 didn't like how the copy operators were
disabled for the Fl_Widget class; now include inline
code which will never be used but makes VC++ happy
@@ -265,6 +267,8 @@ exceptions that allow for static linking.
<UL>
+ <LI>The fl_read_image() function was not implemented on
+ OSX (<A HREF="http://www.fltk.org/str.php?L161">STR #161</A>)
<LI>VC++ 7.1 didn't like how the copy operators were
disabled for the Fl_Widget class; now include inline
code which will never be used but makes VC++ happy