Skip to content

Commit aff7a19

Browse files
author
bgbnbigben
committed
Changed all occurences of "fltk-bugs@fltk.org" to direct people to the STR system (ironically enough, fixing a STR in
the process; #2350) git-svn-id: http://seriss.com/public/fltk/fltk/trunk@8500 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
1 parent d7a4fd1 commit aff7a19

File tree

408 files changed

+1237
-450
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

408 files changed

+1237
-450
lines changed

COPYING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ exceptions:
1212

1313
The authors do request that such modifications be
1414
contributed to the FLTK project - send all
15-
contributions to "fltk-bugs@fltk.org".
15+
contributions to "http://www.fltk.org/str.php".
1616

1717
2. Widgets that are subclassed from FLTK widgets do not
1818
constitute a derivative work.

CREDITS

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ CREDITS - Fast Light Tool Kit (FLTK) Version 2.0
33

44
This file lists the people responsible for the toolkit you
55
are now using. If you've looking for your name in lights
6-
but we've forgotten you here, please send an email to
7-
"fltk-bugs@fltk.org" and we'll update this file accordingly.
6+
but we've forgotten you here, please report this to following page
7+
and we'll update this file accordingly.
8+
9+
http://www.fltk.org/str.php
810

911

1012
CORE DEVELOPERS
@@ -29,6 +31,7 @@ CORE DEVELOPERS
2931
Vincent Penne (vincentp@users.sf.net)
3032

3133

34+
3235
OTHER CONTRIBUTORS
3336
------------------
3437

GL/glut.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
2121
// USA.
2222
//
23-
// Please report all bugs and problems to "fltk-bugs@fltk.org".
23+
// Please report all bugs and problems on the following page:
24+
//
25+
// http://www.fltk.org/str.php
2426
//
2527

2628
#include <fltk/glut.h>

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
2121
# USA.
2222
#
23-
# Please report all bugs and problems to "fltk-bugs@fltk.org".
23+
# Please report all bugs and problems to the following page:
24+
#
25+
# http://www.fltk.org/str.php
2426
#
2527

2628
include makeinclude

OpenGL/Fl_Gl_Choice.cxx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
2121
// USA.
2222
//
23-
// Please report all bugs and problems to "fltk-bugs@fltk.org".
23+
// Please report all bugs and problems on the following page:
24+
//
25+
// http://www.fltk.org/str.php
2426
//
2527

2628
#include <config.h>

OpenGL/Fl_Gl_Overlay.cxx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
2121
// USA.
2222
//
23-
// Please report all bugs and problems to "fltk-bugs@fltk.org".
23+
// Please report all bugs and problems on the following page:
24+
//
25+
// http://www.fltk.org/str.php
2426
//
2527

2628
#include <config.h>

OpenGL/Fl_Gl_Window.cxx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
1818
// USA.
1919
//
20-
// Please report all bugs and problems to "fltk-bugs@fltk.org".
20+
// Please report all bugs and problems on the following page:
21+
//
22+
// http://www.fltk.org/str.php
2123

2224
#include <config.h>
2325
#if HAVE_GL

OpenGL/GlChoice.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
2121
// USA.
2222
//
23-
// Please report all bugs and problems to "fltk-bugs@fltk.org".
23+
// Please report all bugs and problems on the following page:
24+
//
25+
// http://www.fltk.org/str.php
2426
//
2527

2628
// Internal interface to set up OpenGL.

OpenGL/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
2121
# USA.
2222
#
23-
# Please report all bugs and problems to "fltk-bugs@fltk.org".
23+
# Please report all bugs and problems on the following page
24+
#
25+
# http://www.fltk.org/str.php
2426
#
2527

2628
#

OpenGL/gl_draw.cxx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
1818
// USA.
1919
//
20-
// Please report all bugs and problems to "fltk-bugs@fltk.org".
20+
// Please report all bugs and problems on the following page:
21+
//
22+
// http://www.fltk.org/str.php
2123
//
2224

2325
// Functions from <fltk/gl.h>

OpenGL/gl_start.cxx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
1818
// USA.
1919
//
20-
// Please report all bugs and problems to "fltk-bugs@fltk.org".
20+
// Please report all bugs and problems on the following page:
21+
//
22+
// http://www.fltk.org/str.php
2123

2224
#include <config.h>
2325
#if HAVE_GL

README

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ INTERNET RESOURCES
4848
FLTK is available on the 'net in a bunch of locations:
4949

5050
- WWW: http://www.fltk.org
51+
http://www.fltk.org/php [for reporting bugs]
5152

5253
- CVS: http://fltk.sourceforge.net
5354

5455
- FTP: ftp://ftp.fltk.org/pub/fltk
5556
ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/ftp.easysw.com/pub/fltk/
5657

5758
- EMail: fltk@fltk.org [see instructions below]
58-
fltk-bugs@fltk.org [for reporting bugs]
5959

6060
To send a message to the FLTK mailing list ("fltk@fltk.org") you
6161
must first join the list. Non-member submissions are blocked to
@@ -69,7 +69,10 @@ INTERNET RESOURCES
6969

7070
REPORTING BUGS
7171

72-
To report a bug in FLTK, send an email to "fltk-bugs@fltk.org".
72+
To report a bug in FLTK, use the form available at:
73+
74+
http://www.fltk.org/str.php
75+
7376
Please include the FLTK version, operating system & version, and
7477
compiler that you are using when describing the bug or problem.
7578

README.cygwin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ _much_ better and faster under Windows NT. If you have a choice, develop
4949
on an NT machine.
5050

5151
If you have problems compiling FLTK under Windows and you have followed these
52-
instructions, please send a bug report to fltk-bugs@fltk.org.
52+
instructions, please send a bug report to the developers via http://www.fltk.org/str.php.

bc5/config.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
2121
* USA.
2222
*
23-
* Please report all bugs and problems to "FLTK-bugs@fltk.org".
23+
* Please report all bugs and problems to the following website:
24+
*
25+
* http://www.fltk.org/str.php
2426
*/
2527

2628
#include <stdarg.h>

configh.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
2020
* USA.
2121
*
22-
* Please report all bugs and problems to "fltk-bugs@fltk.org".
22+
* Please report all bugs and problems on the following page:
23+
*
24+
* http://www.fltk.org/str.php
2325
*/
2426

2527
/* Where to find files. Currently not used, and if they are they will

configure.in

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ dnl License along with this library; if not, write to the Free Software
2222
dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
2323
dnl USA.
2424
dnl
25-
dnl Please report all bugs and problems to "fltk-bugs@fltk.org".
25+
dnl Please report all bugs and problems to the following website:
26+
dnl
27+
dnl http://www.fltk.org/str.php
2628
dnl
2729

2830
dnl We need at least autoconf 2.50...
@@ -1050,9 +1052,9 @@ else
10501052
;;
10511053
*)
10521054
# Running some other operating system; inform the user they
1053-
# should contribute the necessary options to fltk-bugs@fltk.org...
1055+
# should contribute the necessary options to the STR system...
10541056
AC_MSG_WARN(Building FLTK with default compiler optimizations)
1055-
AC_MSG_WARN(Contact fltk-bugs@fltk.org with uname and compiler options.)
1057+
AC_MSG_WARN(Contact the FLTK developers via http://www.fltk.org/str.php with uname and compiler options.)
10561058
;;
10571059
esac
10581060
fi

documentation/Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
1919
# USA.
2020
#
21-
# Please report all bugs and problems to "fltk-bugs@fltk.org".
21+
# Please report all bugs and problems to the following page:
22+
#
23+
# http://www.fltk.org/str.php
24+
#
2225

2326
include ../makeinclude
2427

documentation/events.doc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
1919
// USA.
2020
//
21-
// Please report all bugs and problems to "fltk-bugs@fltk.org".
21+
// Please report all bugs and problems to the following page:
22+
//
23+
// http://www.fltk.org/str.php
24+
//
2225

2326
/* THIS FILE IS NOT COMPILED.
2427
It is providing input for Doxygen to document the inline event

documentation/license.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@ <h2 align=center><a name=lexception>EXCEPTION NOTICE</a></h2>
4444
<BR>
4545
The authors do request that such modifications be
4646
contributed to the FLTK project - send all
47-
contributions to "fltk-bugs@fltk.org".<BR>
47+
contributions to the following page:<BR>
48+
<BR>
49+
http://www.fltk.ogr/str.php
50+
<BR>
4851
<BR>
4952
</LI>
5053

fltk.list.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
2323
# USA.
2424
#
25-
# Please report all bugs and problems to "fltk-bugs@fltk.org".
25+
# Please report all bugs and problems to the following page:
26+
#
27+
# http://www.fltk.org/str.php
2628
#
2729

2830
%product Fast Light Tool Kit (FLTK)

fltk.spec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
2121
# USA.
2222
#
23-
# Please report all bugs and problems to "fltk-bugs@fltk.org".
23+
# Please report all bugs and problems to the following page:
24+
#
25+
# http://www.fltk.org/str.php
2426
#
2527

2628
%define version 2.0a0

fltk/Adjuster.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
1919
// USA.
2020
//
21-
// Please report all bugs and problems to "fltk-bugs@fltk.org".
21+
// Please report all bugs and problems on the following page:
22+
//
23+
// http://www.fltk.org/str.php
2224
//
2325

2426
// Undocumented valuator provided for back-compatability.

fltk/AlignGroup.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
1818
// USA.
1919
//
20-
// Please report all bugs and problems to "fltk-bugs@fltk.org".
20+
// Please report all bugs and problems on the following page:
21+
//
22+
// http://www.fltk.org/str.php
2123
//
2224

2325
#ifndef fltk_AlignGroup_h

fltk/AnsiWidget.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
2020
// USA.
2121
//
22-
// Please report all bugs and problems to "fltk-bugs@fltk.org".
22+
// Please report all bugs and problems on the following page:
23+
//
24+
// http://www.fltk.org/str.php
2325

2426
#ifndef FL_ANSI_WIDGET
2527
#define FL_ANSI_WIDGET

fltk/BarGroup.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
2222
// USA.
2323
//
24-
// Please report all bugs and problems to "fltk-bugs@fltk.org".
24+
// Please report all bugs and problems on the following page:
25+
//
26+
// http://www.fltk.org/str.php
2527
//
2628

2729
#ifndef fltk_BarGroup_h

fltk/Box.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
2121
// USA.
2222
//
23-
// Please report all bugs and problems to "fltk-bugs@fltk.org".
23+
// Please report all bugs and problems on the following page:
24+
//
25+
// http://www.fltk.org/str.php
2426
//
2527

2628
#ifndef fltk_Box_h

fltk/Browser.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
1818
// USA.
1919
//
20-
// Please report all bugs and problems to "fltk-bugs@fltk.org".
20+
// Please report all bugs and problems on the following page:
21+
//
22+
// http://www.fltk.org/str.php
2123

2224
#ifndef fltk_Browser_h
2325
#define fltk_Browser_h

fltk/Button.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
2121
// USA.
2222
//
23-
// Please report all bugs and problems to "fltk-bugs@fltk.org".
23+
// Please report all bugs and problems on the following page:
24+
//
25+
// http://www.fltk.org/str.php
2426
//
2527

2628
#ifndef fltk_Button_h

fltk/CheckButton.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
2121
// USA.
2222
//
23-
// Please report all bugs and problems to "fltk-bugs@fltk.org".
23+
// Please report all bugs and problems on the following page:
24+
//
25+
// http://www.fltk.org/str.php
2426

2527
#ifndef fltk_CheckButton_h
2628
#define fltk_CheckButton_h

fltk/Choice.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
2525
// USA.
2626
//
27-
// Please report all bugs and problems to "fltk-bugs@fltk.org".
27+
// Please report all bugs and problems on the following page:
28+
//
29+
// http://www.fltk.org/str.php
2830
//
2931

3032
#ifndef fltk_Choice_h

fltk/Clock.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
1919
// USA.
2020
//
21-
// Please report all bugs and problems to "fltk-bugs@fltk.org".
21+
// Please report all bugs and problems on the following page:
22+
//
23+
// http://www.fltk.org/str.php
2224
//
2325

2426
#ifndef fltk_Clock_h

fltk/ColorChooser.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
2121
// USA.
2222
//
23-
// Please report all bugs and problems to "fltk-bugs@fltk.org".
23+
// Please report all bugs and problems on the following page:
24+
//
25+
// http://www.fltk.org/str.php
2426
//
2527

2628
// The color chooser object and the color chooser popup. The popup

fltk/ComboBox.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
2121
// USA.
2222
//
23-
// Please report all bugs and problems to "fltk-bugs@fltk.org".
23+
// Please report all bugs and problems on the following page:
24+
//
25+
// http://www.fltk.org/str.php
2426
//
2527

2628
#ifndef fltk_ComboBox_h

0 commit comments

Comments
 (0)