summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2014-11-03 09:30:36 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2014-11-03 09:30:36 +0000
commit14bed23132604853de19002668741456386e9548 (patch)
tree93ed68e797cdb080bc5aef62c2f0506e9b0f04bd
parentd0e261300be262329dc0e84e0eae5b7d54a49a48 (diff)
Update CHANGES (fix typo).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10430 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--CHANGES6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 073e5fbd5..31088f28f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -48,7 +48,7 @@ CHANGES IN FLTK 1.3.3 RELEASED: Nov 03 2014
user modifies the output file type.
- Many Mac OS X improvements related to Fl_Sys_Menu_Bar.
- Improved Mac OS X keyboard handling of special keys or combinations.
- - General Mac OS X improvements, incl. high resolution (retina)
+ - General Mac OS X improvements, incl. high resolution (Retina)
displays, and support up to Mac OS X 10.10.
- Documentation improvements and clarifications.
- Printing support improvements, including GL windows.
@@ -84,7 +84,7 @@ CHANGES IN FLTK 1.3.3 RELEASED: Nov 03 2014
- Fixed a memory leak in font loading/allocation (STR #3069).
- Fixed minor memory leaks in handling/freeing of X11 objects.
- Fixed OS X fl_read_image() and Fl_Paged_Device::print_window_part()
- when using a 'retina' display.
+ when using a Retina display.
- Fixed MinGW build if configure didn't find strcasecmp() (STR #2994).
- Fixed access of protected member under Linux/Unix (STR #2903).
- Fixed various Mac specific OpenGL issues (STR #2944)
@@ -151,7 +151,7 @@ CHANGES IN FLTK 1.3.2 RELEASED: Dec 12 2012
- Fixed regression in FLTK 1.3.1 for unbundled Mac OS FLTK applications
that did not appear in dock nor have a menu bar (STR #2890).
- Fl_Table::clear() now calls table->clear() for consistency. (STR #2889)
- - Fixed Fl_Scroll widget that fails under Mac OS X 10.8 and retina
+ - Fixed Fl_Scroll widget that fails under Mac OS X 10.8 and Retina
display (STR #2887).
- Prevents scrollbars from drawing when widget is sized too small
to be visible (STR #2886).