diff options
author | Joe Mistachkin <joe@mistachkin.com> | 2008-10-02 19:13:34 (GMT) |
---|---|---|
committer | Joe Mistachkin <joe@mistachkin.com> | 2008-10-02 19:13:34 (GMT) |
commit | c235c1b9bd589c5b0d1fa2ca85f45f1521cf188c (patch) | |
tree | ed21a23ccb85c99261f778308eec62b6a3bdd06e | |
parent | e8d28520fa0dfb193f7825e31cb43adabfbf82ff (diff) | |
download | tk-c235c1b9bd589c5b0d1fa2ca85f45f1521cf188c.zip tk-c235c1b9bd589c5b0d1fa2ca85f45f1521cf188c.tar.gz tk-c235c1b9bd589c5b0d1fa2ca85f45f1521cf188c.tar.bz2 |
doc fixes
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | doc/canvas.n | 4 | ||||
-rwxr-xr-x | win/buildall.vc.bat | 4 |
3 files changed, 10 insertions, 4 deletions
@@ -1,3 +1,9 @@ +2008-10-02 Joe Mistachkin <joe@mistachkin.com> + + * 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 <dkf@users.sf.net> 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. |