summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-07-26 14:22:02 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-07-26 14:22:02 +0000
commit1cfc6385dd1def16ce809793ff6358eb69d6f770 (patch)
tree99ec0fc68475bc4dc4d811d51f1dca0ce69f89f4 /CHANGES
parent7ce42e25927a18323aabe87e006a6f699aaf3f25 (diff)
BMP image loader fixes.
JPEG with Cygwin fix. Make sure that all generated files are removed with a "make distclean". Make sure we remove the autoconf cache directory when building the source distribution. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2551 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 81d92b834..e7fd9cf4e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
CHANGES IN FLTK 1.1.0
- Documentation updates.
+ - Fl_JPEG_Image didn't compile out-of-the-box with Cygwin
+ due to a bug in the Cygwin JPEG library headers.
+ - Fl_BMP_Image still didn't work with some old BMP files.
+ - "make distclean" didn't really clean out everything.
- Tweeked the look of the check button with a patch from
Albrecht Schlosser.