diff options
| -rw-r--r-- | CHANGES | 2 | ||||
| -rw-r--r-- | README | 14 | ||||
| -rw-r--r-- | documentation/intro.html | 4 |
3 files changed, 13 insertions, 7 deletions
@@ -5,7 +5,7 @@ CHANGES IN FLTK 1.1.8 STR #1639, STR #1645, STR #1644, STR #1792, STR #1793, STR #1742, STR #1777, STR #1794, STR #1827, STR #1843, STR #1796, STR #1815, STR #1726, STR #1753, STR #1855, - STR #1862, STR #1867, STR #1874) + STR #1862, STR #1867, STR #1874, STR #1888) - Fixed library path in Makefile (STR #1885) - Fixed image read for partial regions on X11 (STR #1716) @@ -121,14 +121,16 @@ INTERNET RESOURCES FLTK is available on the 'net in a bunch of locations: - - WWW: http://www.fltk.org + - WWW: http://www.fltk.org/ http://www.fltk.org/str.php [for reporting bugs] - http://fltk.sourceforge.net + http://www.fltk.org/software.php [source code] - FTP: http://ftp.easysw.com/pub/fltk - ftp://ftp2.easysw.com/pub/fltk - ftp://ftp3.easysw.com/pub/fltk - ftp://ftp.funet.fi/mirrors/ftp.easysw.com/pub/fltk + ftp://ftp.easysw.com/pub/fltk + ftp://ftp2.easysw.com/pub/fltk + ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/fltk + ftp://linux.mathematik.tu-darmstadt.de/pub/linux/mirrors/misc/fltk + ftp://gd.tuwien.ac.at/hci/fltk - EMail: fltk@fltk.org [see instructions below] @@ -162,7 +164,7 @@ TRADEMARKS COPYRIGHT - FLTK is copyright 1998-2006 by Bill Spitzak + FLTK is copyright 1998-2008 by Bill Spitzak (spitzak@users.sourceforge.net) and others, including: Craig P. Earls diff --git a/documentation/intro.html b/documentation/intro.html index dac5355d3..87756185c 100644 --- a/documentation/intro.html +++ b/documentation/intro.html @@ -321,6 +321,10 @@ make <DT>WWW <DD><A href="http://www.fltk.org/">http://www.fltk.org/</A> + <DD><A href="http://www.fltk.org/str.php">http://www.fltk.org/str.php</A> + [for reporting bugs] + <DD><A href="http://www.fltk.org/software.php">http://www.fltk.org/software.php</A> + [source code] <DT>FTP <DD><A HREF="ftp://ftp.fltk.org/pub/fltk">California, USA (ftp.fltk.org)</A> |
