Author: greg.ercolano
Date: 2010-04-27 20:15:47 -0700 (Tue, 27 Apr 2010)
New Revision: 7563
Log:
Changed references to [email protected] -> STR form.
Todo: LGPL license file references (COPYING, license.dox, etc)



Modified:
   branches/branch-1.3/CHANGES
   branches/branch-1.3/CREDITS
   branches/branch-1.3/GL/glut.h
   branches/branch-1.3/cairo/Makefile
   branches/branch-1.3/configh.cmake.in
   branches/branch-1.3/configure.in
   branches/branch-1.3/documentation/src/fltk.man
   branches/branch-1.3/documentation/src/intro.dox
   branches/branch-1.3/fluid/makefile.wat
   branches/branch-1.3/ide/unsupported/borland/borlandc/config.h
   branches/branch-1.3/ide/unsupported/ms/vcnet/config.h
   branches/branch-1.3/ide/vc2005/config.h
   branches/branch-1.3/ide/visualc/config.h
   branches/branch-1.3/jpeg/Makefile
   branches/branch-1.3/jpeg/makefile.wat
   branches/branch-1.3/makefiles/Makefile.os2x
   branches/branch-1.3/makefiles/config.os2x
   branches/branch-1.3/makefiles/makeinclude.mingw31
   branches/branch-1.3/makefiles/makeinclude.os2x
   branches/branch-1.3/png/Makefile
   branches/branch-1.3/png/makefile.wat
   branches/branch-1.3/src/fl_dnd_mac.cxx
   branches/branch-1.3/src/fl_dnd_win32.cxx
   branches/branch-1.3/src/makefile.wat
   branches/branch-1.3/src/ps_image.cxx
   branches/branch-1.3/src/xutf8/Makefile
   branches/branch-1.3/src/xutf8/Makefile.bak
   branches/branch-1.3/test/cairo_test.cxx
   branches/branch-1.3/test/makefile.wat
   branches/branch-1.3/test/utf8.cxx
   branches/branch-1.3/watcom/config.h
   branches/branch-1.3/zlib/Makefile
   branches/branch-1.3/zlib/makefile.wat

Modified: branches/branch-1.3/CHANGES
===================================================================
--- branches/branch-1.3/CHANGES 2010-04-27 22:21:52 UTC (rev 7562)
+++ branches/branch-1.3/CHANGES 2010-04-28 03:15:47 UTC (rev 7563)
@@ -159,6 +159,7 @@
          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
 

Modified: branches/branch-1.3/CREDITS
===================================================================
--- branches/branch-1.3/CREDITS 2010-04-27 22:21:52 UTC (rev 7562)
+++ branches/branch-1.3/CREDITS 2010-04-28 03:15:47 UTC (rev 7563)
@@ -3,10 +3,12 @@
 
     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
-    "[email protected]" 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
 
     The following people do the day-to-day development of FLTK:

Modified: branches/branch-1.3/GL/glut.h
===================================================================
--- branches/branch-1.3/GL/glut.h       2010-04-27 22:21:52 UTC (rev 7562)
+++ branches/branch-1.3/GL/glut.h       2010-04-28 03:15:47 UTC (rev 7563)
@@ -20,8 +20,10 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 // USA.
 //
-// Please report all bugs and problems to "[email protected]".
+// Please report all bugs and problems on the following page:
 //
+//     http://www.fltk.org/str.php
+//
 
 #include <FL/glut.H>
 

Modified: branches/branch-1.3/cairo/Makefile
===================================================================
--- branches/branch-1.3/cairo/Makefile  2010-04-27 22:21:52 UTC (rev 7562)
+++ branches/branch-1.3/cairo/Makefile  2010-04-28 03:15:47 UTC (rev 7563)
@@ -20,8 +20,10 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 # USA.
 #
-# Please report all bugs and problems to "[email protected]".
+# Please report all bugs and problems on the following page:
 #
+#     http://www.fltk.org/str.php
+#
 
 include ../makeinclude
 

Modified: branches/branch-1.3/configh.cmake.in
===================================================================
--- branches/branch-1.3/configh.cmake.in        2010-04-27 22:21:52 UTC (rev 
7562)
+++ branches/branch-1.3/configh.cmake.in        2010-04-28 03:15:47 UTC (rev 
7563)
@@ -21,7 +21,9 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
  * USA.
  *
- * Please report all bugs and problems to "[email protected]".
+ * Please report all bugs and problems on the following page:
+ *
+ *     http://www.fltk.org/str.php
  */
 
 /*

Modified: branches/branch-1.3/configure.in
===================================================================
--- branches/branch-1.3/configure.in    2010-04-27 22:21:52 UTC (rev 7562)
+++ branches/branch-1.3/configure.in    2010-04-28 03:15:47 UTC (rev 7563)
@@ -1243,9 +1243,9 @@
            ;;
        *)
            # Running some other operating system; inform the user they
-           # should contribute the necessary options to [email protected]...
+           # should contribute the necessary options via the STR form..
            AC_MSG_WARN(Building FLTK with default compiler optimizations)
-           AC_MSG_WARN(Contact [email protected] 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

Modified: branches/branch-1.3/documentation/src/fltk.man
===================================================================
--- branches/branch-1.3/documentation/src/fltk.man      2010-04-27 22:21:52 UTC 
(rev 7562)
+++ branches/branch-1.3/documentation/src/fltk.man      2010-04-28 03:15:47 UTC 
(rev 7563)
@@ -18,9 +18,11 @@
 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\[email protected]".
+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.
 .IP

Modified: branches/branch-1.3/documentation/src/intro.dox
===================================================================
--- branches/branch-1.3/documentation/src/intro.dox     2010-04-27 22:21:52 UTC 
(rev 7562)
+++ branches/branch-1.3/documentation/src/intro.dox     2010-04-28 03:15:47 UTC 
(rev 7563)
@@ -302,7 +302,8 @@
 \par WWW
 http://www.fltk.org/ <br>
 http://www.fltk.org/str.php [for reporting bugs] <br> 
-http://www.fltk.org/software.php [source code]
+http://www.fltk.org/software.php [source code]<br>
+http://www.fltk.org/newsgroups.php [newsgroup/forums]
 
 \par FTP
 http://ftp.easysw.com/pub/fltk [California, USA, via http]<br>
@@ -312,38 +313,29 @@
 ftp://linux.mathematik.tu-darmstadt.de/pub/linux/mirrors/misc/fltk [Germany] 
<br>
 ftp://gd.tuwien.ac.at/hci/fltk [Austria]
 
-\par EMail
-<A href="mailto:[email protected]";>[email protected]</A> [see instructions below]<br> 
-<A href="mailto:[email protected]";>[email protected]</A> [for        
reporting bugs]
-
 \par NNTP Newsgroups
-news.easysw.com
+news://news.easysw.com/ [NNTP interface]<br>
+http://fltk.org/newsgroups.php [web interface]<br>
 
-To send a message to the FLTK mailing list
-("[email protected]") 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
-"[email protected]" 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
-"[email protected]". 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
+<A href="http://www.fltk.org/str.php";>http://www.fltk.org/str.php</A>,
+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.general newsgroup (see 
above, "NNTP Newsgroups")
+or the web interface to the newsgroups at <A 
href="http://fltk.org/newsgroups.php";>http://fltk.org/newsgroups.php</A>.
 
-For general support and questions, please use the FLTK mailing list
-at "[email protected]" or one of the newsgroups.
-
-
 \htmlonly
 <hr>
 <table summary="navigation bar" width="100%" border="0">

Modified: branches/branch-1.3/fluid/makefile.wat
===================================================================
--- branches/branch-1.3/fluid/makefile.wat      2010-04-27 22:21:52 UTC (rev 
7562)
+++ branches/branch-1.3/fluid/makefile.wat      2010-04-28 03:15:47 UTC (rev 
7563)
@@ -20,8 +20,10 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 # USA.
 #
-# Please report all bugs and problems to "[email protected]".
+# Please report all bugs and problems on the following page:
 #
+#     http://www.fltk.org/str.php
+#
 
 OBJECTS = &
     CodeEditor.obj &

Modified: branches/branch-1.3/ide/unsupported/borland/borlandc/config.h
===================================================================
--- branches/branch-1.3/ide/unsupported/borland/borlandc/config.h       
2010-04-27 22:21:52 UTC (rev 7562)
+++ branches/branch-1.3/ide/unsupported/borland/borlandc/config.h       
2010-04-28 03:15:47 UTC (rev 7563)
@@ -20,7 +20,9 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
  * USA.
  *
- * Please report all bugs and problems to "[email protected]".
+ * Please report all bugs and problems on the following page:
+ *
+ *     http://www.fltk.org/str.php
  */
 
 /*

Modified: branches/branch-1.3/ide/unsupported/ms/vcnet/config.h
===================================================================
--- branches/branch-1.3/ide/unsupported/ms/vcnet/config.h       2010-04-27 
22:21:52 UTC (rev 7562)
+++ branches/branch-1.3/ide/unsupported/ms/vcnet/config.h       2010-04-28 
03:15:47 UTC (rev 7563)
@@ -20,7 +20,9 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
  * USA.
  *
- * Please report all bugs and problems to "[email protected]".
+ * Please report all bugs and problems on the following page:
+ *
+ *     http://www.fltk.org/str.php
  */
 
 /*

Modified: branches/branch-1.3/ide/vc2005/config.h
===================================================================
--- branches/branch-1.3/ide/vc2005/config.h     2010-04-27 22:21:52 UTC (rev 
7562)
+++ branches/branch-1.3/ide/vc2005/config.h     2010-04-28 03:15:47 UTC (rev 
7563)
@@ -20,7 +20,9 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
  * USA.
  *
- * Please report all bugs and problems to "[email protected]".
+ * Please report all bugs and problems on the following page:
+ *
+ *     http://www.fltk.org/str.php
  */
 
 /*

Modified: branches/branch-1.3/ide/visualc/config.h
===================================================================
--- branches/branch-1.3/ide/visualc/config.h    2010-04-27 22:21:52 UTC (rev 
7562)
+++ branches/branch-1.3/ide/visualc/config.h    2010-04-28 03:15:47 UTC (rev 
7563)
@@ -20,7 +20,9 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
  * USA.
  *
- * Please report all bugs and problems to "[email protected]".
+ * Please report all bugs and problems on the following page:
+ *
+ *     http://www.fltk.org/str.php
  */
 
 /*

Modified: branches/branch-1.3/jpeg/Makefile
===================================================================
--- branches/branch-1.3/jpeg/Makefile   2010-04-27 22:21:52 UTC (rev 7562)
+++ branches/branch-1.3/jpeg/Makefile   2010-04-28 03:15:47 UTC (rev 7563)
@@ -20,8 +20,10 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 # USA.
 #
-# Please report all bugs and problems to "[email protected]".
+# Please report all bugs and problems on the following page:
 #
+#     http://www.fltk.org/str.php
+#
 
 include ../makeinclude
 

Modified: branches/branch-1.3/jpeg/makefile.wat
===================================================================
--- branches/branch-1.3/jpeg/makefile.wat       2010-04-27 22:21:52 UTC (rev 
7562)
+++ branches/branch-1.3/jpeg/makefile.wat       2010-04-28 03:15:47 UTC (rev 
7563)
@@ -20,8 +20,10 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 # USA.
 #
-# Please report all bugs and problems to "[email protected]".
+# Please report all bugs and problems on the following page:
 #
+#     http://www.fltk.org/str.php
+#
 
 LIBNAMEROOT=ftlk_jpeg
 

Modified: branches/branch-1.3/makefiles/Makefile.os2x
===================================================================
--- branches/branch-1.3/makefiles/Makefile.os2x 2010-04-27 22:21:52 UTC (rev 
7562)
+++ branches/branch-1.3/makefiles/Makefile.os2x 2010-04-28 03:15:47 UTC (rev 
7563)
@@ -20,8 +20,10 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 # USA.
 #
-# Please report all bugs and problems to "[email protected]".
+# Please report all bugs and problems on the following page:
 #
+#     http://www.fltk.org/str.php
+#
 
 # SHELL=cmd.exe
 

Modified: branches/branch-1.3/makefiles/config.os2x
===================================================================
--- branches/branch-1.3/makefiles/config.os2x   2010-04-27 22:21:52 UTC (rev 
7562)
+++ branches/branch-1.3/makefiles/config.os2x   2010-04-28 03:15:47 UTC (rev 
7563)
@@ -21,7 +21,9 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
  * USA.
  *
- * Please report all bugs and problems to "[email protected]".
+ * Please report all bugs and problems on the following page:
+ *
+ *     http://www.fltk.org/str.php
  */
 
 /*

Modified: branches/branch-1.3/makefiles/makeinclude.mingw31
===================================================================
--- branches/branch-1.3/makefiles/makeinclude.mingw31   2010-04-27 22:21:52 UTC 
(rev 7562)
+++ branches/branch-1.3/makefiles/makeinclude.mingw31   2010-04-28 03:15:47 UTC 
(rev 7563)
@@ -21,8 +21,10 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 # USA.
 #
-# Please report all bugs and problems to "[email protected]".
+# Please report all bugs and problems on the following page:
 #
+#     http://www.fltk.org/str.php
+#
 
 # Notes:
 #

Modified: branches/branch-1.3/makefiles/makeinclude.os2x
===================================================================
--- branches/branch-1.3/makefiles/makeinclude.os2x      2010-04-27 22:21:52 UTC 
(rev 7562)
+++ branches/branch-1.3/makefiles/makeinclude.os2x      2010-04-28 03:15:47 UTC 
(rev 7563)
@@ -20,8 +20,10 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 # USA.
 #
-# Please report all bugs and problems to "[email protected]".
+# Please report all bugs and problems on the following page:
 #
+#     http://www.fltk.org/str.php
+#
 
 prefix         = /usr/local
 exec_prefix    = ${prefix}

Modified: branches/branch-1.3/png/Makefile
===================================================================
--- branches/branch-1.3/png/Makefile    2010-04-27 22:21:52 UTC (rev 7562)
+++ branches/branch-1.3/png/Makefile    2010-04-28 03:15:47 UTC (rev 7563)
@@ -20,8 +20,10 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 # USA.
 #
-# Please report all bugs and problems to "[email protected]".
+# Please report all bugs and problems on the following page:
 #
+#     http://www.fltk.org/str.php
+#
 
 include ../makeinclude
 

Modified: branches/branch-1.3/png/makefile.wat
===================================================================
--- branches/branch-1.3/png/makefile.wat        2010-04-27 22:21:52 UTC (rev 
7562)
+++ branches/branch-1.3/png/makefile.wat        2010-04-28 03:15:47 UTC (rev 
7563)
@@ -20,8 +20,10 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 # USA.
 #
-# Please report all bugs and problems to "[email protected]".
+# Please report all bugs and problems on the following page:
 #
+#     http://www.fltk.org/str.php
+#
 
 LIBNAMEROOT=ftlk_png
 # I ought to be able to do "EXTRA_INCLUDE_DIRS += ;../zlib" but it doesn't 
work for me (OW1.3)

Modified: branches/branch-1.3/src/fl_dnd_mac.cxx
===================================================================
--- branches/branch-1.3/src/fl_dnd_mac.cxx      2010-04-27 22:21:52 UTC (rev 
7562)
+++ branches/branch-1.3/src/fl_dnd_mac.cxx      2010-04-28 03:15:47 UTC (rev 
7563)
@@ -20,7 +20,9 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 // USA.
 //
-// Please report all bugs and problems to "[email protected]
+// 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

Modified: branches/branch-1.3/src/fl_dnd_win32.cxx
===================================================================
--- branches/branch-1.3/src/fl_dnd_win32.cxx    2010-04-27 22:21:52 UTC (rev 
7562)
+++ branches/branch-1.3/src/fl_dnd_win32.cxx    2010-04-28 03:15:47 UTC (rev 
7563)
@@ -20,7 +20,9 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 // USA.
 //
-// Please report all bugs and problems to "[email protected]
+// 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

Modified: branches/branch-1.3/src/makefile.wat
===================================================================
--- branches/branch-1.3/src/makefile.wat        2010-04-27 22:21:52 UTC (rev 
7562)
+++ branches/branch-1.3/src/makefile.wat        2010-04-28 03:15:47 UTC (rev 
7563)
@@ -20,8 +20,10 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 # USA.
 #
-# Please report all bugs and problems to "[email protected]".
+# Please report all bugs and problems on the following page:
 #
+#     http://www.fltk.org/str.php
+#
 
 CPPFILES = &
     Fl.obj &

Modified: branches/branch-1.3/src/ps_image.cxx
===================================================================
--- branches/branch-1.3/src/ps_image.cxx        2010-04-27 22:21:52 UTC (rev 
7562)
+++ branches/branch-1.3/src/ps_image.cxx        2010-04-28 03:15:47 UTC (rev 
7563)
@@ -20,8 +20,10 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 // USA.
 //
-// Please report all bugs and problems to "[email protected]".
+// Please report all bugs and problems on the following page:
 //
+//     http://www.fltk.org/str.php
+//
 
 #ifndef FL_DOXYGEN
 

Modified: branches/branch-1.3/src/xutf8/Makefile
===================================================================
--- branches/branch-1.3/src/xutf8/Makefile      2010-04-27 22:21:52 UTC (rev 
7562)
+++ branches/branch-1.3/src/xutf8/Makefile      2010-04-28 03:15:47 UTC (rev 
7563)
@@ -20,8 +20,10 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 # USA.
 #
-# Please report all bugs and problems to "[email protected]".
+# Please report all bugs and problems on the following page:
 #
+#     http://www.fltk.org/str.php
+#
 
 include ../../makeinclude
 

Modified: branches/branch-1.3/src/xutf8/Makefile.bak
===================================================================
--- branches/branch-1.3/src/xutf8/Makefile.bak  2010-04-27 22:21:52 UTC (rev 
7562)
+++ branches/branch-1.3/src/xutf8/Makefile.bak  2010-04-28 03:15:47 UTC (rev 
7563)
@@ -20,8 +20,10 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 # USA.
 #
-# Please report all bugs and problems to "[email protected]".
+# Please report all bugs and problems on the following page:
 #
+#     http://www.fltk.org/str.php
+#
 
 include ../makeinclude
 

Modified: branches/branch-1.3/test/cairo_test.cxx
===================================================================
--- branches/branch-1.3/test/cairo_test.cxx     2010-04-27 22:21:52 UTC (rev 
7562)
+++ branches/branch-1.3/test/cairo_test.cxx     2010-04-28 03:15:47 UTC (rev 
7563)
@@ -20,8 +20,10 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 // USA.
 //
-// Please report all bugs and problems to "[email protected]".
+// Please report all bugs and problems on the following page:
 //
+//     http://www.fltk.org/str.php
+//
 
 #include <config.h>
 

Modified: branches/branch-1.3/test/makefile.wat
===================================================================
--- branches/branch-1.3/test/makefile.wat       2010-04-27 22:21:52 UTC (rev 
7562)
+++ branches/branch-1.3/test/makefile.wat       2010-04-28 03:15:47 UTC (rev 
7563)
@@ -20,8 +20,10 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 # USA.
 #
-# Please report all bugs and problems to "[email protected]".
+# Please report all bugs and problems on the following page:
 #
+#     http://www.fltk.org/str.php
+#
 
 !include ../watcom.mif
 

Modified: branches/branch-1.3/test/utf8.cxx
===================================================================
--- branches/branch-1.3/test/utf8.cxx   2010-04-27 22:21:52 UTC (rev 7562)
+++ branches/branch-1.3/test/utf8.cxx   2010-04-28 03:15:47 UTC (rev 7563)
@@ -19,8 +19,10 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 // USA.
 //
-// Please report all bugs and problems to "[email protected]".
+// Please report all bugs and problems on the following page:
 //
+//     http://www.fltk.org/str.php
+//
 
 #include <FL/Fl.H>
 #include <FL/Fl_Double_Window.H>

Modified: branches/branch-1.3/watcom/config.h
===================================================================
--- branches/branch-1.3/watcom/config.h 2010-04-27 22:21:52 UTC (rev 7562)
+++ branches/branch-1.3/watcom/config.h 2010-04-28 03:15:47 UTC (rev 7563)
@@ -20,7 +20,9 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
  * USA.
  *
- * Please report all bugs and problems to "[email protected]".
+ * Please report all bugs and problems on the following page:
+ *
+ *     http://www.fltk.org/str.php
  */
 
 /*

Modified: branches/branch-1.3/zlib/Makefile
===================================================================
--- branches/branch-1.3/zlib/Makefile   2010-04-27 22:21:52 UTC (rev 7562)
+++ branches/branch-1.3/zlib/Makefile   2010-04-28 03:15:47 UTC (rev 7563)
@@ -20,8 +20,10 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 # USA.
 #
-# Please report all bugs and problems to "[email protected]".
+# Please report all bugs and problems on the following page:
 #
+#     http://www.fltk.org/str.php
+#
 
 include ../makeinclude
 

Modified: branches/branch-1.3/zlib/makefile.wat
===================================================================
--- branches/branch-1.3/zlib/makefile.wat       2010-04-27 22:21:52 UTC (rev 
7562)
+++ branches/branch-1.3/zlib/makefile.wat       2010-04-28 03:15:47 UTC (rev 
7563)
@@ -20,8 +20,10 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 # USA.
 #
-# Please report all bugs and problems to "[email protected]".
+# Please report all bugs and problems on the following page:
 #
+#     http://www.fltk.org/str.php
+#
 
 LIBNAMEROOT=ftlk_z
 

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to