From 86b5507486164da7cd7a71c6a688666ee3fb5d83 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 12 Feb 2001 15:12:14 +0000 Subject: Configure script changes to support man pages, HTMLDOC, AIX/QNX with strings.h, etc. Add check for strings.h in fluid/factory.cxx. Add directories and man page rules to makeinclude.in Rename man page sources; these are formatted to the correct extensions. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1368 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- CHANGES | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index a95744460..28c832680 100644 --- a/CHANGES +++ b/CHANGES @@ -25,9 +25,17 @@ CHANGES SINCE FLTK 1.0.10 - Fl::flush() now calls GdiFlush() under WIN32 to ensure that all graphics are drawn. + - fl_curve() now uses a much better algorithim to figure + out how many pieces to cut the curve into. + - FLUID now uses GetTempPath() under WIN32 to determine where to store the clipboard. + - Right-ctrl does not delete selected text in Fl_Input, + until you type a composed character. + + - Added simple FLTK and FLUID manual pages. + CHANGES SINCE FLTK 1.0.9 -- cgit v1.2.3