diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-08-18 18:41:18 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-08-18 18:41:18 (GMT) |
commit | 4a3e6e1f6996989040a73a2a90d715b245efd80b (patch) | |
tree | aa9d209e6b157c25cc37754a08229bdec0971eed | |
parent | 8427aee97261fe9d350906ca4e863d07238860f3 (diff) | |
download | tk-4a3e6e1f6996989040a73a2a90d715b245efd80b.zip tk-4a3e6e1f6996989040a73a2a90d715b245efd80b.tar.gz tk-4a3e6e1f6996989040a73a2a90d715b245efd80b.tar.bz2 |
Fix [Bug 1151523]
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | doc/GetFont.3 | 5 |
2 files changed, 7 insertions, 4 deletions
@@ -1,3 +1,7 @@ +2005-08-18 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> + + * doc/GetFont.3: Reworded to reflect the truth. [Bug 1151523] + 2005-08-16 George Peter Staplin <GeorgePS@XMission.com> * doc/CrtItemType.3 prototypes were lacking [] after objv. Thus @@ -7,7 +11,7 @@ 2005-08-13 Chengye Mao <chengye.geo@yahoo.com> * generic/tkOldConfig.c Fixed bug # 1258604. This bug was - introduced into the modfied Tk_ConfigureWidget. It failed + introduced into the modfied Tk_ConfigureWidget. It failed to properly handle the specFlags' bit TK_CONFIG_OPTION_SPECIFIED. 2005-08-12 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> diff --git a/doc/GetFont.3 b/doc/GetFont.3 index 102dcd4..7ac8429 100644 --- a/doc/GetFont.3 +++ b/doc/GetFont.3 @@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: GetFont.3,v 1.6 2005/04/06 21:11:54 dkf Exp $ +'\" RCS: @(#) $Id: GetFont.3,v 1.7 2005/08/18 18:41:18 dkf Exp $ '\" .so man.macros .TH Tk_AllocFontFromObj 3 8.1 Tk "Tk Library Procedures" @@ -37,8 +37,7 @@ void .SH ARGUMENTS .AS "const char" *tkfont .AP "Tcl_Interp" *interp in -Interpreter to use for error reporting. If NULL, then no error -messages are left after errors. +Interpreter to use for error reporting. Must not be NULL. .AP Tk_Window tkwin in Token for window in which font will be used. .AP Tcl_Obj *objPtr in/out |