diff --git a/CHANGES b/CHANGES index cbdaeeb8a..71ee11436 100644 --- a/CHANGES +++ b/CHANGES @@ -82,8 +82,12 @@ CHANGES IN FLTK 1.3.4 RELEASED: ??? ?? 2016 unless you know what you do). - FLTK code and fluid-generated code can be used in static initializers. - Added light gray separator line to fluid widget browser (STR #2997). - - Improve tooltip behavior for huge tooltips: remove flicker, support + - Improved tooltip behavior for huge tooltips: remove flicker, support key/mouse dismiss (STR #2650). + - Modifier key names displayed in shortcut labels can now be localized. + See documentation of fl_shortcut_label(). You can set modifier key + names for Ctrl, Alt, Shift, and Meta by assigning global string + pointers to your translated modifier key names. - Many documentation improvements and fixes. - Removed many compilation warnings (STR #2988). - Fluid now generates code with less compiler warnings (STR #2813).