From b96b8d8ca92722e9b2ab54e5451014284ae01105 Mon Sep 17 00:00:00 2001 From: hobbs Date: Thu, 2 Sep 1999 17:02:01 +0000 Subject: 1999-09-01 Jeff Hobbs * win/tkWinDraw.c: * unix/tkUnixDraw.c: fixed header style for TkpDrawHighlightBorder * generic/tkCanvas.c: fixed GC error (bg <> fg) in tkCanvas.c (from code added to support TkpDrawHighlightBorder) [Bug: 2676] * unix/aclocal.m4: added -bnoentry to the AIX-* flags * generic/tkCursor.c: fixed equality error in GetCursorFromObj [Bug: 2562] * library/msgbox.tcl: changed the behavior of tk_messageBox on Unix to be more Windows like in handling of and the default button * library/button.tcl: * library/clrpick.tcl: * library/comdlg.tcl: * library/console.tcl: * library/dialog.tcl: * library/entry.tcl: * library/focus.tcl: * library/listbox.tcl: * library/menu.tcl: * library/msgbox.tcl: * library/palette.tcl: * library/safetk.tcl: * library/scale.tcl: * library/scrlbar.tcl: * library/tearoff.tcl: * library/text.tcl: * library/tk.tcl: * library/tkfbox.tcl: * library/xmfbox.tcl: updated commands to use [string] ops instead of expr equality operators --- ChangeLog | 43 +++++++++++++++++++++++++++++++++++++++++++ doc/messageBox.n | 4 ++-- 2 files changed, 45 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f01d132..278c1c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,46 @@ +1999-09-01 Jeff Hobbs + + * win/tkWinDraw.c: + * unix/tkUnixDraw.c: fixed header style for TkpDrawHighlightBorder + * generic/tkCanvas.c: fixed GC error (bg <> fg) in tkCanvas.c + (from code added to support TkpDrawHighlightBorder) [Bug: 2676] + * unix/aclocal.m4: added -bnoentry to the AIX-* flags + * generic/tkCursor.c: fixed equality error in GetCursorFromObj + [Bug: 2562] + * library/msgbox.tcl: changed the behavior of tk_messageBox on + Unix to be more Windows like in handling of and the + default button + * library/button.tcl: + * library/clrpick.tcl: + * library/comdlg.tcl: + * library/console.tcl: + * library/dialog.tcl: + * library/entry.tcl: + * library/focus.tcl: + * library/listbox.tcl: + * library/menu.tcl: + * library/msgbox.tcl: + * library/palette.tcl: + * library/safetk.tcl: + * library/scale.tcl: + * library/scrlbar.tcl: + * library/tearoff.tcl: + * library/text.tcl: + * library/tk.tcl: + * library/tkfbox.tcl: + * library/xmfbox.tcl: updated commands to use [string] ops + instead of expr equality operators + +1999-08-21 Jeff Hobbs + + * unix/aclocal.m4: Changed AIX-4.[2-9] check to AIX-4.[1-9] + [Bug: 1909] + +1999-08-20 Jeff Hobbs + + * generic/tkCursor.c: fixed bug in GetCursorFromObj that caused + panic [Bug: 2562] + 1999-08-13 Jim Ingham * mac/tkMacMenu.c: Tk_DrawChars ends up setting the menu background diff --git a/doc/messageBox.n b/doc/messageBox.n index d40dc17..754caf6 100644 --- a/doc/messageBox.n +++ b/doc/messageBox.n @@ -4,7 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: messageBox.n,v 1.3 1999/04/16 01:51:09 stanton Exp $ +'\" RCS: @(#) $Id: messageBox.n,v 1.4 1999/09/02 17:02:12 hobbs Exp $ '\" .so man.macros .TH tk_messageBox n 4.2 Tk "Tk Built-In Commands" @@ -37,7 +37,7 @@ option is not specified, there won't be any default button. \fB\-icon\fR \fIiconImage\fR Specifies an icon to display. \fIIconImage\fR must be one of the following: \fBerror\fR, \fBinfo\fR, \fBquestion\fR or -\fBwarning\fR. If this option is not specified, then no icon will be +\fBwarning\fR. If this option is not specified, then the info icon will be displayed. .TP \fB\-message\fR \fIstring\fR -- cgit v0.12