summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1999-05-01 15:08:22 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1999-05-01 15:08:22 +0000
commit2f942e1c4a049cc64aa1ddd49dd87f0f011c8b37 (patch)
treec7906d426847a6d364dc9d20f0d81c3571563fc9 /documentation
parent5c3e88c386ff80b96688b45c2806524273109b5b (diff)
Updated version numbers to 1.0.3.
Fixed browser bug in item_width() - would read past the end of the string under certain circumstances. Fixed browser resize bug - wasn't updating bounding box during check, so it could get in an infinite loop. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@567 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation')
-rw-r--r--documentation/Makefile6
-rw-r--r--documentation/index.html6
-rw-r--r--documentation/preface.html4
3 files changed, 8 insertions, 8 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index 87c5a2d23..632979614 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -1,5 +1,5 @@
#
-# "$Id: Makefile,v 1.9 1999/03/10 20:18:37 mike Exp $"
+# "$Id: Makefile,v 1.9.2.1 1999/05/01 15:08:11 mike Exp $"
#
# Documentation makefile for the Fast Light Tool Kit (FLTK).
#
@@ -134,7 +134,7 @@ fltk.d/index.html: $(HTMLFILES)
fltk.ps: $(HTMLFILES)
@echo "Generating PostScript documentation..."
- @$(HTMLDOC) -f fltk.ps -t ps1 --duplex --verbose --toclevels 2 --title FL.gif $(HTMLFILES)
+ @$(HTMLDOC) -f fltk.ps -t ps2 --jpeg --duplex --verbose --toclevels 2 --title FL.gif $(HTMLFILES)
fltk.pdf: $(HTMLFILES)
@echo "Generating PDF documentation..."
@@ -142,5 +142,5 @@ fltk.pdf: $(HTMLFILES)
@$(HTMLDOC) -f fltk.pdf --jpeg --compression=9 --duplex --verbose --toclevels 2 --title FL.gif $(HTMLFILES)
#
-# End of "$Id: Makefile,v 1.9 1999/03/10 20:18:37 mike Exp $".
+# End of "$Id: Makefile,v 1.9.2.1 1999/05/01 15:08:11 mike Exp $".
#
diff --git a/documentation/index.html b/documentation/index.html
index 6e4f14d02..14c5e38e0 100644
--- a/documentation/index.html
+++ b/documentation/index.html
@@ -1,6 +1,6 @@
<HTML>
<HEAD>
- <TITLE>FLTK 1.0.2 Programming Manual</TITLE>
+ <TITLE>FLTK 1.0.3 Programming Manual</TITLE>
</HEAD>
<BODY>
@@ -8,8 +8,8 @@
<TR>
<TD ALIGN=CENTER VALIGN=MIDDLE><IMG SRC=FL.gif ALIGN=ABSMIDDLE></TD>
<TD ALIGN=CENTER VALIGN=MIDDLE>
-<H1>FLTK 1.0.2 Programming Manual</H1>
-Revision 9 by Michael Sweet, Craig P. Earls, and Bill Spitzak<BR>
+<H1>FLTK 1.0.3 Programming Manual</H1>
+Revision 10 by Michael Sweet, Craig P. Earls, and Bill Spitzak<BR>
Copyright 1998-1999 by Bill Spitzak and others.<BR>
</TD>
</TR>
diff --git a/documentation/preface.html b/documentation/preface.html
index 0d1a87bb7..a9b789332 100644
--- a/documentation/preface.html
+++ b/documentation/preface.html
@@ -2,8 +2,8 @@
<HEAD>
<META CONTENT="Written by Michael Sweet, Craig P. Earls, and Bill Spitzak" NAME=Author>
<META CONTENT="Copyright 1998-1999 by Bill Spitzak and Others." NAME=Copyright>
- <META CONTENT="Revision 9" NAME=DocNumber>
- <TITLE>FLTK 1.0.2 Programming Manual</TITLE>
+ <META CONTENT="Revision 10" NAME=DocNumber>
+ <TITLE>FLTK 1.0.3 Programming Manual</TITLE>
</HEAD>
<BODY>
<H1 ALIGN=RIGHT><A NAME=preface>Preface</A></H1>