summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2024-10-20 22:28:34 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2024-10-20 22:28:34 +0200
commit18e5c8232abf3da066468828c905fb63e0ab5484 (patch)
tree86f11068c3c1c1e1c062dc45621849cc9a6210c7 /CHANGES.txt
parentd85b67beac200357756e61b25f05f64c7c103501 (diff)
Small typo fixes for release
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 4e32220ee..c4f2e3859 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -147,7 +147,7 @@ Changes in FLTK 1.4.0 RC1 Released: Oct 20 2024
- New member functions Fl_Paged_Device::begin_job() and begin_page()
replace start_job() and start_page(). The start_... names are maintained
for API compatibility.
- - Fl_GL_Window can now contain FLTK widgets that are drawn on top of the
+ - Fl_Gl_Window can now contain FLTK widgets that are drawn on top of the
OpenGL scene.
- OpenGL draws text using textures on all platforms, when the necessary
hardware support is present (a backup mechanism is available in absence
@@ -338,7 +338,7 @@ Changes in FLTK 1.4.0 RC1 Released: Oct 20 2024
- Fixed missing item handling in Fl_Check_Browser (STR #3480).
- Fixed Delete key in Fl_Input deleting entire widgets in Fluid (STR #2841).
- Duplicating Widget Class in Fluid no longer crashes (STR #3445).
- - Fixed 'fluid.app' on case sensitive macOS (was: Fluid.app).
+ - Fixed 'fluid.app' on case sensitive macOS (was: 'Fluid.app').
- Fl_Check_Browser::add(item) now accepts NULL (STR #3498).
- Interface to set maximum width of spinner text field (STR #3386).
- Fl_Text_Display no longer wiggles (STR #2531).