summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2010-10-30 20:16:43 +0000
committerMatthias Melcher <fltk@matthiasm.com>2010-10-30 20:16:43 +0000
commit9b6f68dd7ce28ca42e31af0cf2a9c2535b34553f (patch)
treeb92069c1f16f636a1edb450909026bf45d400c9b /CHANGES
parentf1f1d8ed4239898a76e421d68fdd97459b125419 (diff)
Added interface to set color chooser mode (STR #2407)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7781 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f3bb0b275..6d125e87a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,6 @@
CHANGES IN FLTK 1.3.0
+ - Added interface to set color chooser mode (STR #2407)
- Fixed compile errors when HAVE_LIBJPEG was not defined
(STR #2382)
- Fixed special handling for ISO back-tab keycode (STR #2369)