From c235c1b9bd589c5b0d1fa2ca85f45f1521cf188c Mon Sep 17 00:00:00 2001 From: Joe Mistachkin Date: Thu, 2 Oct 2008 19:13:34 +0000 Subject: doc fixes --- ChangeLog | 6 ++++++ doc/canvas.n | 4 ++-- win/buildall.vc.bat | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7da60f5..dbbdf77 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-10-02 Joe Mistachkin + + * doc/canvas.n: Fix unmatched font change. + * win/buildall.vc.bat: Prefer the HtmlHelp target over the WinHelp + target. + 2008-10-01 Donal K. Fellows TIP #236 IMPLEMENTATION diff --git a/doc/canvas.n b/doc/canvas.n index c8a689f..9cd411a 100644 --- a/doc/canvas.n +++ b/doc/canvas.n @@ -6,7 +6,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: canvas.n,v 1.37 2008/09/30 23:54:46 dkf Exp $ +'\" RCS: @(#) $Id: canvas.n,v 1.38 2008/10/02 19:13:35 mistachkin Exp $ '\" .so man.macros .TH canvas n 8.3 Tk "Tk Built-In Commands" @@ -734,7 +734,7 @@ associated with the item and \fIyAmount\fR to the y-coordinate of each point associated with the item. This command returns an empty string. .TP -\fIpathName \fBmoveto \fItagOrId xPos yPos +\fIpathName \fBmoveto \fItagOrId xPos yPos\fR .VS 8.6 Move the items given by \fItagOrId\fR in the canvas coordinate space so that the first coordinate pair of the bottommost item with diff --git a/win/buildall.vc.bat b/win/buildall.vc.bat index 5532e81..cce7ddc 100755 --- a/win/buildall.vc.bat +++ b/win/buildall.vc.bat @@ -4,7 +4,7 @@ :: edit this (or make your own) for your needs and wants using :: the instructions for calling makefile.vc found in makefile.vc :: -:: RCS: @(#) $Id: buildall.vc.bat,v 1.6 2005/10/14 12:31:53 patthoyts Exp $ +:: RCS: @(#) $Id: buildall.vc.bat,v 1.7 2008/10/02 19:13:35 mistachkin Exp $ set SYMBOLS= @@ -58,7 +58,7 @@ if "%TCLDIR%" == "" set TCLDIR=..\..\tcl :: set OPTS=none if not %SYMBOLS%.==. set OPTS=symbols -nmake -nologo -f makefile.vc release winhelp OPTS=%OPTS% %1 +nmake -nologo -f makefile.vc release htmlhelp OPTS=%OPTS% %1 if errorlevel 1 goto error :: Build the static core, dlls and shell. -- cgit v0.12