Mention the last 2 committed changes.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@13053 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2018-09-17 09:05:38 +00:00
parent 38cd22d609
commit 23e36efa83

View File

@ -3,6 +3,13 @@ CHANGES IN FLTK 1.3.5 RELEASED: ??? ?? 2018
Bug fixes and other improvements
- MacOS platform: fix regression in OS 10.13 where an unbundled app
had its system menu bar unresponsive.
- MacOS≥ 10.10 platform: Fl_Window::fullscreen() and fullscreen_off()
no longer call Fl_Window::hide() + Fl_Window::show().
The new procedure essentially resizes the window, as done on
the X11+EWMH and Windows platforms. This improves in particular
the possibility to turn an Fl_Gl_Window fullscreen on and off.
- MacOS platform: Support \r\n as end of line used by recent
MS Office apps in clipboard.
- Add FL/platform.H for compatibility with FLTK 1.4 and higher.