summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-05-07 14:34:22 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-05-07 14:34:22 +0000
commitf50ac7f22e2a4748a4825589d3abae4c8e3ceafb (patch)
tree6a701f117039ecbb21d58a41816a8502cc999194 /CHANGES
parent336996c7abb716844d3389df7bd7779298af3dcf (diff)
Fix Mesa test in configure script.
Update changelog. Update revision number for manual. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1455 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 46426c611..d06db1383 100644
--- a/CHANGES
+++ b/CHANGES
@@ -21,6 +21,19 @@ CHANGES SINCE FLTK 1.0.10
- Tidied up the HTML documentation to be more standards
compliant.
+ - Compiling with -DBOXX_BUGS will work around some
+ problems with the newest X drivers that BoXX delivers,
+ the problems all affect use of Overlays for normal X
+ drawing and OpenGL drawing. Normal compilation is
+ unchanged.
+
+ - The file chooser buttons use user_data() rather than
+ the label to decide what to do, allowing the label to
+ be somewhat cleaner.
+
+ - Selection color on X changed to blue, to match what
+ happens on Windows now.
+
- Added support for AIX (static library only).
- Added support for SunOS 4.x