summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0fcde6851..7936508e7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,11 @@
CHANGES IN FLTK 1.3.0
+ - Added alternative text input awareness on OS X
+ - Fixed 'del' keycode on OS X (must be verified for all keyboards)
+ - Fixed OS X support for sending and receiving dnd data as utf8
+ - Added drop box to utf8 test that will show the utf8 encoding
+ for the first dropped character
+ - Restructured the unittest application
- Updated the bundled libpng to v1.2.35 (released 18 Feb. 2009)
- Fl_Preferences.H now doesn't include windows.h any more
(Windows only, STR #2173).