Update CHANGES.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@11322 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser 2016-03-08 17:05:50 +00:00
parent a0d519142c
commit a9b052b038

View File

@ -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).