summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2005-08-07 14:03:42 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2005-08-07 14:03:42 +0000
commit2c8dce49b12030ab232b518ede85bf295155ea09 (patch)
tree00b109155903b2a4ff0c85630e64b9a079ab01a6 /CHANGES
parent1216232ebf256f7db1de99dc31eade257d03dbd8 (diff)
Fixed OSX compilation problems with non-HFS filesystems (STR
#972) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4470 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 7 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 72f14dcdf..05301eced 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,13 @@
CHANGES IN FLTK 1.1.7
- - Problems with CMake on MinGW have been solved, thanks to
- Mr. "fltk.x0", who submitted the patch. (STR #863)
- - Fixed memory leak in Fl_Check_Browser reported by "miguel2i". (STR #967)
+
- Documentation fixes (STR #648, STR #692, STR #730, STR
#744, STR #745, STR #942)
+ - Fixed OSX compilation problems with non-HFS filesystems
+ (STR #972)
+ - Problems with CMake on MinGW have been solved, thanks
+ to Mr. "fltk.x0", who submitted the patch. (STR #863)
+ - Fixed memory leak in Fl_Check_Browser reported by
+ "miguel2i". (STR #967)
- Fl_File_Input could draw in the wrong window (STR #958)
- WIN32: Internal WM_PAINT message now ignored (STR #831)
- Added Windows support for Fl_Window::xclass() (STR #848)