summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2007-01-20 15:28:11 +0000
committerMatthias Melcher <fltk@matthiasm.com>2007-01-20 15:28:11 +0000
commite9e0826d10ac38ab162c0407ee618d1edf93069d (patch)
tree5067110648ed065583e84a56b2282b8e1cacdc07 /CHANGES
parent84ad997529c888e5890ab35834b8bcfce9a009b1 (diff)
Made resource fork on OS X obsolete. We still do add it just in case, but should the data be lost during a copy process through a different file system, the app will still put itself in the foreground if using a GUI (STR #1453)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5627 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 44819a927..815b8946e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,6 @@
CHANGES IN FLTK 1.1.8
+ - OS X resource fork now obsolete (STR #1453)
- Added chapter 10 about multithreading (STR #1532,
1533)
- OS X system menu bar itop level attribute support