summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2005-02-05 20:35:51 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2005-02-05 20:35:51 +0000
commit4d3a3a7f66e41e51697606b2748d27957aad677d (patch)
treee2d0d75a9b90ba7ac8e1a855c87d879d762d5c0c /CHANGES
parent89c0329b719735ed3237508b66ca4d7662782a42 (diff)
Documentation fix (STR #648)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4019 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0ee9f4310..3343b8316 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
CHANGES IN FLTK 1.1.7
+ - Documentation fixes (STR #648)
+ - Image drawing on OSX changed the current drawing
+ colors (STR #662)
- Fixed some compiler errors on WIN32 (STR #647)
- FLUID didn't update the widget panel X/Y/W/H values
when moving the selected window (STR #701)