summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2004-11-20 03:19:59 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2004-11-20 03:19:59 +0000
commit23bb0590651da3f342cddcd3c87aee38a1d067cc (patch)
treebee2ca6b14fcf94b4754a310164e0a864832dcd6 /CHANGES
parenta5a683f35f71f1e7ebe9a70660634cbf518b1dcd (diff)
Watcom fixes (STR #584, STR #594, STR #595)
Fixed library include order when building DSOs on MacOS X (STR #596) fl_xid() could cause a WIN32 application to crash (STR #560, STR #576, STR #618) Fl_Browser::remove_() removed the item from the list before computing the item height, which caused problems with some programs (STR #613) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3897 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 88c7c1110..db40613c7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,15 @@
+CHANGES IN FLTK 1.1.6
+
+ - Watcom fixes (STR #584, STR #594, STR #595)
+ - Fixed library include order when building DSOs on
+ MacOS X (STR #596)
+ - fl_xid() could cause a WIN32 application to crash (STR
+ #560, STR #576, STR #618)
+ - Fl_Browser::remove_() removed the item from the list
+ before computing the item height, which caused
+ problems with some programs (STR #613)
+
+
CHANGES IN FLTK 1.1.5
- Documentation updates (STR #568, STR #570)