From 121abf4ca98a1ef9c1c517928680dcff5cd8bcf3 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Fri, 10 Aug 2018 15:56:50 +0000 Subject: [PATCH] Mention MacOS change to support pasting from recent MS Office apps git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@13016 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- CHANGES | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index a305d0e87..4f37893c7 100644 --- a/CHANGES +++ b/CHANGES @@ -1,8 +1,10 @@ -CHANGES IN FLTK 1.3.5 RELEASED: ??? ?? 2017 +CHANGES IN FLTK 1.3.5 RELEASED: ??? ?? 2018 Bug fixes and other improvements + - 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. This file replaces FL/x.H in FLTK 1.4.0. - Fix Fl_Text_Editor overstrike mode (STR #3463).