diff options
author | hobbs <hobbs> | 1999-09-02 17:02:01 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-09-02 17:02:01 (GMT) |
commit | b96b8d8ca92722e9b2ab54e5451014284ae01105 (patch) | |
tree | 595f5881ae504b30f704d8d6ca090116c966ed9b /ChangeLog | |
parent | 14dc0af1b37956d5a1000f41d5acc0b04752b7e7 (diff) | |
download | tk-b96b8d8ca92722e9b2ab54e5451014284ae01105.zip tk-b96b8d8ca92722e9b2ab54e5451014284ae01105.tar.gz tk-b96b8d8ca92722e9b2ab54e5451014284ae01105.tar.bz2 |
1999-09-01 Jeff Hobbs <hobbs@scriptics.com>
* 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 <Return> 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
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 43 |
1 files changed, 43 insertions, 0 deletions
@@ -1,3 +1,46 @@ +1999-09-01 Jeff Hobbs <hobbs@scriptics.com> + + * 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 <Return> 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 <hobbs@scriptics.com> + + * unix/aclocal.m4: Changed AIX-4.[2-9] check to AIX-4.[1-9] + [Bug: 1909] + +1999-08-20 Jeff Hobbs <hobbs@scriptics.com> + + * generic/tkCursor.c: fixed bug in GetCursorFromObj that caused + panic [Bug: 2562] + 1999-08-13 Jim Ingham <jingham@cygnus.com> * mac/tkMacMenu.c: Tk_DrawChars ends up setting the menu background |