diff --git a/CHANGES b/CHANGES index b91781f95..1d6fd3977 100644 --- a/CHANGES +++ b/CHANGES @@ -159,6 +159,7 @@ CHANGES IN FLTK 1.3.0 So now widget->hide() will work if widget is a window. - New widgets: Fl_Tree, Fl_Table, Fl_Native_File_Chooser - added Fl_Menu_ methods: insert(), find_index(), clear_submenu() + - Bug reports/enhancements now refer to the STR form http://www.fltk.org/str.php CHANGES IN FLTK 1.1.9 diff --git a/CREDITS b/CREDITS index 07d0e255b..0dee8118a 100644 --- a/CREDITS +++ b/CREDITS @@ -3,8 +3,10 @@ CREDITS - Fast Light Tool Kit (FLTK) Version 1.3.0 This file lists the people responsible for the toolkit you are now using. If you've looking for your name in lights - but we've forgotten you here, please send an email to - "fltk-bugs@fltk.org" and we'll update this file accordingly. + but we've forgotten you here, please use the report on the + following page, and we'll update this file accordingly: + + http://www.fltk.org/str.php CORE DEVELOPERS diff --git a/GL/glut.h b/GL/glut.h index c181e71a1..4239b385e 100644 --- a/GL/glut.h +++ b/GL/glut.h @@ -20,7 +20,9 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@fltk.org". +// Please report all bugs and problems on the following page: +// +// http://www.fltk.org/str.php // #include diff --git a/cairo/Makefile b/cairo/Makefile index 5c2de345a..cc854ebb8 100644 --- a/cairo/Makefile +++ b/cairo/Makefile @@ -20,7 +20,9 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA. # -# Please report all bugs and problems to "fltk-bugs@fltk.org". +# Please report all bugs and problems on the following page: +# +# http://www.fltk.org/str.php # include ../makeinclude diff --git a/configh.cmake.in b/configh.cmake.in index e90add931..f422ad548 100644 --- a/configh.cmake.in +++ b/configh.cmake.in @@ -21,7 +21,9 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA. * - * Please report all bugs and problems to "fltk-bugs@fltk.org". + * Please report all bugs and problems on the following page: + * + * http://www.fltk.org/str.php */ /* diff --git a/configure.in b/configure.in index 788164644..468a0a674 100644 --- a/configure.in +++ b/configure.in @@ -1243,9 +1243,9 @@ else ;; *) # Running some other operating system; inform the user they - # should contribute the necessary options to fltk-bugs@fltk.org... + # should contribute the necessary options via the STR form.. AC_MSG_WARN(Building FLTK with default compiler optimizations) - AC_MSG_WARN(Contact fltk-bugs@fltk.org with uname and compiler options.) + AC_MSG_WARN(Send the FLTK developers your uname and compiler options via http://www.fltk.org/str.php) ;; esac fi diff --git a/documentation/src/fltk.man b/documentation/src/fltk.man index aac339aaa..8950712cd 100644 --- a/documentation/src/fltk.man +++ b/documentation/src/fltk.man @@ -18,8 +18,10 @@ file, and makefiles by themselves to support a specific platform do not constitute a modified or derivative work. .IP The authors do request that such modifications be -contributed to the FLTK project - send all -contributions to "fltk\-bugs@fltk.org". +contributed to the FLTK project - send all contributions +through the "Software Trouble Report" on the following page: +.IP + http://www.fltk.org/str.php .IP 2. Widgets that are subclassed from FLTK widgets do not constitute a derivative work. diff --git a/documentation/src/intro.dox b/documentation/src/intro.dox index b30a23194..a05bbd60d 100644 --- a/documentation/src/intro.dox +++ b/documentation/src/intro.dox @@ -302,7 +302,8 @@ FLTK is available on the 'net in a bunch of locations: \par WWW http://www.fltk.org/
http://www.fltk.org/str.php [for reporting bugs]
-http://www.fltk.org/software.php [source code] +http://www.fltk.org/software.php [source code]
+http://www.fltk.org/newsgroups.php [newsgroup/forums] \par FTP http://ftp.easysw.com/pub/fltk [California, USA, via http]
@@ -312,37 +313,28 @@ ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/fltk [Espoo, Finland]
ftp://linux.mathematik.tu-darmstadt.de/pub/linux/mirrors/misc/fltk [Germany]
ftp://gd.tuwien.ac.at/hci/fltk [Austria] -\par EMail -fltk@fltk.org [see instructions below]
-fltk-bugs@fltk.org [for reporting bugs] - \par NNTP Newsgroups -news.easysw.com +news://news.easysw.com/ [NNTP interface]
+http://fltk.org/newsgroups.php [web interface]
-To send a message to the FLTK mailing list -("fltk@fltk.org") you must first join the list. -Non-member submissions are blocked to avoid problems with -unsolicited email. +Point your NNTP news reader at news.easysw.com. At minimum, you'll want to subscribe +to the "fltk.general" group for general FLTK questions and answers. -To join the FLTK mailing list, send a message to -"majordomo@fltk.org" with "subscribe fltk" -in the message body. A digest of this list is available by -subscribing to the "fltk-digest" mailing list. +You can also use the web interface to the newsgroup; just go to the main http://fltk.org/ +page and click on "Forums". \section intro_reporting Reporting Bugs -To report a bug in FLTK, send an email to -"fltk-bugs@fltk.org". Please include the FLTK version, -operating system & version, and compiler that you are using -when describing the bug or problem. We will be unable to provide +To report a bug in FLTK, or for feature requests, please use the form at +http://www.fltk.org/str.php, +and click on "Submit Bug or Feature Request". + +You'll be prompted for the FLTK version, operating system & version, +and compiler that you are using. We will be unable to provide any kind of help without that basic information. -Bugs can also be reported to the "fltk.bugs" newsgroup or on the -SourceForge bug tracker pages. - -For general support and questions, please use the FLTK mailing list -at "fltk@fltk.org" or one of the newsgroups. - +For general support and questions, please use the fltk.general newsgroup (see above, "NNTP Newsgroups") +or the web interface to the newsgroups at http://fltk.org/newsgroups.php. \htmlonly
diff --git a/fluid/makefile.wat b/fluid/makefile.wat index 4f0a164c0..c48182cd7 100644 --- a/fluid/makefile.wat +++ b/fluid/makefile.wat @@ -20,7 +20,9 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA. # -# Please report all bugs and problems to "fltk-bugs@fltk.org". +# Please report all bugs and problems on the following page: +# +# http://www.fltk.org/str.php # OBJECTS = & diff --git a/ide/unsupported/borland/borlandc/config.h b/ide/unsupported/borland/borlandc/config.h index 607bba8ce..f00d2ff64 100644 --- a/ide/unsupported/borland/borlandc/config.h +++ b/ide/unsupported/borland/borlandc/config.h @@ -20,7 +20,9 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA. * - * Please report all bugs and problems to "fltk-bugs@fltk.org". + * Please report all bugs and problems on the following page: + * + * http://www.fltk.org/str.php */ /* diff --git a/ide/unsupported/ms/vcnet/config.h b/ide/unsupported/ms/vcnet/config.h index e5a25f105..c60c4152f 100644 --- a/ide/unsupported/ms/vcnet/config.h +++ b/ide/unsupported/ms/vcnet/config.h @@ -20,7 +20,9 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA. * - * Please report all bugs and problems to "fltk-bugs@fltk.org". + * Please report all bugs and problems on the following page: + * + * http://www.fltk.org/str.php */ /* diff --git a/ide/vc2005/config.h b/ide/vc2005/config.h index 5e080dfd6..8c4da54b9 100644 --- a/ide/vc2005/config.h +++ b/ide/vc2005/config.h @@ -20,7 +20,9 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA. * - * Please report all bugs and problems to "fltk-bugs@fltk.org". + * Please report all bugs and problems on the following page: + * + * http://www.fltk.org/str.php */ /* diff --git a/ide/visualc/config.h b/ide/visualc/config.h index e5a25f105..c60c4152f 100644 --- a/ide/visualc/config.h +++ b/ide/visualc/config.h @@ -20,7 +20,9 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA. * - * Please report all bugs and problems to "fltk-bugs@fltk.org". + * Please report all bugs and problems on the following page: + * + * http://www.fltk.org/str.php */ /* diff --git a/jpeg/Makefile b/jpeg/Makefile index e8a9135b8..8c7fa57bc 100644 --- a/jpeg/Makefile +++ b/jpeg/Makefile @@ -20,7 +20,9 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA. # -# Please report all bugs and problems to "fltk-bugs@fltk.org". +# Please report all bugs and problems on the following page: +# +# http://www.fltk.org/str.php # include ../makeinclude diff --git a/jpeg/makefile.wat b/jpeg/makefile.wat index fe21840d9..ca078555f 100644 --- a/jpeg/makefile.wat +++ b/jpeg/makefile.wat @@ -20,7 +20,9 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA. # -# Please report all bugs and problems to "fltk-bugs@fltk.org". +# Please report all bugs and problems on the following page: +# +# http://www.fltk.org/str.php # LIBNAMEROOT=ftlk_jpeg diff --git a/makefiles/Makefile.os2x b/makefiles/Makefile.os2x index 1e29184ab..83b1fa776 100644 --- a/makefiles/Makefile.os2x +++ b/makefiles/Makefile.os2x @@ -20,7 +20,9 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA. # -# Please report all bugs and problems to "fltk-bugs@fltk.org". +# Please report all bugs and problems on the following page: +# +# http://www.fltk.org/str.php # # SHELL=cmd.exe diff --git a/makefiles/config.os2x b/makefiles/config.os2x index 868a428af..0852cabe8 100644 --- a/makefiles/config.os2x +++ b/makefiles/config.os2x @@ -21,7 +21,9 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA. * - * Please report all bugs and problems to "fltk-bugs@fltk.org". + * Please report all bugs and problems on the following page: + * + * http://www.fltk.org/str.php */ /* diff --git a/makefiles/makeinclude.mingw31 b/makefiles/makeinclude.mingw31 index 292a4347f..9b4b384ee 100644 --- a/makefiles/makeinclude.mingw31 +++ b/makefiles/makeinclude.mingw31 @@ -21,7 +21,9 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA. # -# Please report all bugs and problems to "fltk-bugs@fltk.org". +# Please report all bugs and problems on the following page: +# +# http://www.fltk.org/str.php # # Notes: diff --git a/makefiles/makeinclude.os2x b/makefiles/makeinclude.os2x index db2fdb985..337879f86 100644 --- a/makefiles/makeinclude.os2x +++ b/makefiles/makeinclude.os2x @@ -20,7 +20,9 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA. # -# Please report all bugs and problems to "fltk-bugs@fltk.org". +# Please report all bugs and problems on the following page: +# +# http://www.fltk.org/str.php # prefix = /usr/local diff --git a/png/Makefile b/png/Makefile index c2ddf4f2d..4b181dc8c 100644 --- a/png/Makefile +++ b/png/Makefile @@ -20,7 +20,9 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA. # -# Please report all bugs and problems to "fltk-bugs@fltk.org". +# Please report all bugs and problems on the following page: +# +# http://www.fltk.org/str.php # include ../makeinclude diff --git a/png/makefile.wat b/png/makefile.wat index 3e054863e..4efdca259 100644 --- a/png/makefile.wat +++ b/png/makefile.wat @@ -20,7 +20,9 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA. # -# Please report all bugs and problems to "fltk-bugs@fltk.org". +# Please report all bugs and problems on the following page: +# +# http://www.fltk.org/str.php # LIBNAMEROOT=ftlk_png diff --git a/src/fl_dnd_mac.cxx b/src/fl_dnd_mac.cxx index 01f9676f0..c3d28a7af 100644 --- a/src/fl_dnd_mac.cxx +++ b/src/fl_dnd_mac.cxx @@ -20,7 +20,9 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@fltk.org +// Please report all bugs and problems on the following page: +// +// http://www.fltk.org/str.php // This file contains MacOS-specific code for fltk which is always linked // in. Search other files for "__APPLE__" or filenames ending in _mac.cxx diff --git a/src/fl_dnd_win32.cxx b/src/fl_dnd_win32.cxx index 1e59f3d25..12caa280a 100644 --- a/src/fl_dnd_win32.cxx +++ b/src/fl_dnd_win32.cxx @@ -20,7 +20,9 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@fltk.org +// Please report all bugs and problems on the following page: +// +// http://www.fltk.org/str.php // This file contains win32-specific code for fltk which is always linked // in. Search other files for "WIN32" or filenames ending in _win32.cxx diff --git a/src/makefile.wat b/src/makefile.wat index 637474137..29daf8de2 100644 --- a/src/makefile.wat +++ b/src/makefile.wat @@ -20,7 +20,9 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA. # -# Please report all bugs and problems to "fltk-bugs@fltk.org". +# Please report all bugs and problems on the following page: +# +# http://www.fltk.org/str.php # CPPFILES = & diff --git a/src/ps_image.cxx b/src/ps_image.cxx index 61534238c..7958d2957 100644 --- a/src/ps_image.cxx +++ b/src/ps_image.cxx @@ -20,7 +20,9 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@fltk.org". +// Please report all bugs and problems on the following page: +// +// http://www.fltk.org/str.php // #ifndef FL_DOXYGEN diff --git a/src/xutf8/Makefile b/src/xutf8/Makefile index f0720022c..abd133fb3 100644 --- a/src/xutf8/Makefile +++ b/src/xutf8/Makefile @@ -20,7 +20,9 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA. # -# Please report all bugs and problems to "fltk-bugs@fltk.org". +# Please report all bugs and problems on the following page: +# +# http://www.fltk.org/str.php # include ../../makeinclude diff --git a/src/xutf8/Makefile.bak b/src/xutf8/Makefile.bak index 223cf8dac..62742bde2 100644 --- a/src/xutf8/Makefile.bak +++ b/src/xutf8/Makefile.bak @@ -20,7 +20,9 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA. # -# Please report all bugs and problems to "fltk-bugs@fltk.org". +# Please report all bugs and problems on the following page: +# +# http://www.fltk.org/str.php # include ../makeinclude diff --git a/test/cairo_test.cxx b/test/cairo_test.cxx index 0914572f1..15a7a26ba 100644 --- a/test/cairo_test.cxx +++ b/test/cairo_test.cxx @@ -20,7 +20,9 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@fltk.org". +// Please report all bugs and problems on the following page: +// +// http://www.fltk.org/str.php // #include diff --git a/test/makefile.wat b/test/makefile.wat index 44d3d4821..28ceb7106 100644 --- a/test/makefile.wat +++ b/test/makefile.wat @@ -20,7 +20,9 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA. # -# Please report all bugs and problems to "fltk-bugs@fltk.org". +# Please report all bugs and problems on the following page: +# +# http://www.fltk.org/str.php # !include ../watcom.mif diff --git a/test/utf8.cxx b/test/utf8.cxx index 9c0f7ac76..b54431fe3 100644 --- a/test/utf8.cxx +++ b/test/utf8.cxx @@ -19,7 +19,9 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@fltk.org". +// Please report all bugs and problems on the following page: +// +// http://www.fltk.org/str.php // #include diff --git a/watcom/config.h b/watcom/config.h index 0952b5073..3ad1e8e48 100644 --- a/watcom/config.h +++ b/watcom/config.h @@ -20,7 +20,9 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA. * - * Please report all bugs and problems to "fltk-bugs@fltk.org". + * Please report all bugs and problems on the following page: + * + * http://www.fltk.org/str.php */ /* diff --git a/zlib/Makefile b/zlib/Makefile index 2c0c1115a..ccebf3127 100644 --- a/zlib/Makefile +++ b/zlib/Makefile @@ -20,7 +20,9 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA. # -# Please report all bugs and problems to "fltk-bugs@fltk.org". +# Please report all bugs and problems on the following page: +# +# http://www.fltk.org/str.php # include ../makeinclude diff --git a/zlib/makefile.wat b/zlib/makefile.wat index a1a99dd26..9e3e83d5f 100644 --- a/zlib/makefile.wat +++ b/zlib/makefile.wat @@ -20,7 +20,9 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA. # -# Please report all bugs and problems to "fltk-bugs@fltk.org". +# Please report all bugs and problems on the following page: +# +# http://www.fltk.org/str.php # LIBNAMEROOT=ftlk_z