summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2003-05-30 07:03:09 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2003-05-30 07:03:09 +0000
commit0aa85c540cc0b440d6ae46720f3496ce3733d4db (patch)
treef60e044982d9d08abc0c0325874822be14d7f490 /CHANGES
parent47426f0b3fe6cddea8cca421d0c905edb4834bfa (diff)
Add preliminary support for Apple Open Documents event callback interface
on OSX (to allow FLUID and other apps to register a callback to open files) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3016 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 fa882f6e6..c05032f0a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
CHANGES IN FLTK 1.1.4
+ - Added the OSX-specific fl_open_callback() function to
+ handle Open Documents messages from the Finder (STR
+ #pending)
- The configure script contained erroneous whitespace in
various tests which caused errors on some platforms
(STR #60)