From 3f1f8715853cd855aa66062f50843b21071f288a Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 8 Jan 2020 18:41:50 +0100 Subject: Drop 1.0 compatibility; document 1.4 migration The FLTK 1.0 compatibility support by defining macro 'FLTK_1_0_COMPAT' did no longer work since FLTK 1.3.x and nobody complained. Hence we can safely remove this "feature". Documentation changes: - Drop chapter 'Migrating Code from FLTK 1.0 to 1.1' - Drop chapter 'Migrating Code from FLTK 1.1 to 1.3' - Add chapter 'Migrating Code from FLTK 1.3 to 1.4' The removed chapters are still available in FLTK 1.3 docs. --- documentation/src/preface.dox | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'documentation/src/preface.dox') diff --git a/documentation/src/preface.dox b/documentation/src/preface.dox index ea4d72f08..ef3a6c155 100644 --- a/documentation/src/preface.dox +++ b/documentation/src/preface.dox @@ -32,8 +32,7 @@ This manual is organized into the following chapters and appendices: \li \ref glut \li \ref forms \li \ref osissues -\li \ref migration_1_1 -\li \ref migration_1_3 +\li \ref migration_1_4 \li \ref development \li \ref license \li \ref examples @@ -76,7 +75,7 @@ was dropped after FLTK 1.0.10. FLTK uses the preprocessor definition \section preface_copyrights Copyrights and Trademarks -FLTK is Copyright 1998-2018 by Bill Spitzak and others. Use and +FLTK is Copyright 1998-2020 by Bill Spitzak and others. Use and distribution of FLTK is governed by the GNU Library General Public License with 4 exceptions, located in \ref license. -- cgit v1.2.3