summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2004-11-21 14:32:22 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2004-11-21 14:32:22 +0000
commit4dd8dd654fbe58ba4d155baee5421ad89ce8869a (patch)
tree6c168ac9fb89899ef67d6f5046c2612b6aa34793 /CHANGES
parentbc1a32f00053655b246f7e5e92fc3ba45d6bd072 (diff)
Fl_Sys_Menu_Bar didn't compile on case-sensitive file-systems
(STR #622) More Watcom changes (STR #623) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3908 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 4ea5e5910..099423078 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,8 @@
CHANGES IN FLTK 1.1.6
- Documentation updates (STR #608)
+ - Fl_Sys_Menu_Bar didn't compile on case-sensitive
+ file-systems (STR #622)
- FLUID didn't handle default function parameters
properly (STR #579)
- Moving or resizing widgets in FLUID didn't always
@@ -14,7 +16,8 @@ CHANGES IN FLTK 1.1.6
- Fixed the scandir() conditional code for HP-UX 11i
(STR #585)
- Fl_Text_Display didn't support CTRL/CMD-A/C (STR #601)
- - Watcom fixes (STR #581, STR #584, STR #594, STR #595)
+ - Watcom fixes (STR #581, STR #584, STR #594, STR #595,
+ STR #623)
- Fixed library include order when building DSOs on
MacOS X (STR #596)
- fl_xid() could cause a WIN32 application to crash (STR