From a9b052b038a8f55f9d243c68cb35b90f8a113cc4 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Tue, 8 Mar 2016 17:05:50 +0000 Subject: [PATCH] Update CHANGES. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@11322 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- CHANGES | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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).