diff options
| author | Matthias Melcher <git@matthiasm.com> | 2019-02-01 20:59:06 +0100 |
|---|---|---|
| committer | Matthias Melcher <git@matthiasm.com> | 2019-02-01 20:59:06 +0100 |
| commit | aa6d9b74c69c39874daf159187bfbd829c3a20f8 (patch) | |
| tree | 68c8d29206dc87cdda561ca491604e44d970e826 | |
| parent | 4deeea317a788c2a88ae6b71805d2db2f8559779 (diff) | |
Updated CHANGES file.
| -rw-r--r-- | CHANGES.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 0c03fdd33..6884618b4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -145,6 +145,10 @@ Changes in FLTK 1.4.0 Released: ??? ?? 2019 Bug Fixes - (add new items here) + - 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). + - Fixed Help_View return value (STR #3430). - Fix 'fluid.app' on case sensitive macOS (was: Fluid.app). - Fix FL_PUSH event handling of Fl_Check_Browser (STR #3004). - Fix a potential crash when a program exits before it opens a window |
