diff options
author | hobbs <hobbs> | 2002-07-24 20:35:40 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-07-24 20:35:40 (GMT) |
commit | dc64cccd6cec898c113d106fd30d7af22180e2d0 (patch) | |
tree | 4d6bd2359144cc5241a8e5a9353283abed9926ea | |
parent | 258a9aa3872b8f0556f1cc7802f996e9f340a69d (diff) | |
download | tk-dc64cccd6cec898c113d106fd30d7af22180e2d0.zip tk-dc64cccd6cec898c113d106fd30d7af22180e2d0.tar.gz tk-dc64cccd6cec898c113d106fd30d7af22180e2d0.tar.bz2 |
see changelog
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ +2002-07-24 Jeff Hobbs <jeffh@ActiveState.com> + + * tests/canvas.test: added canvas-14.[1-6] + * generic/tkCanvas.c (CanvasWidgetCmd): corrected handling of + 'scan' subcommand args. Also removed early return cases to goto + done instead where the canvasPtr would be Tcl_Release'd. This may + solve other problems with unreleased canvasPtr's. [Bug #581560] + + * win/tkWinButton.c (TkpDisplayButton): corrected display of focus + ring around the actual text when the button is a compound button. + [Bug #583691] + + * unix/README: Corrected notes about running user interactive Tk + tests. [Bug #462320] + + * generic/tkText.c (TextEditUndo): set isDirtyIncrement to -1 when + reverting to note proper "dirtiness". [Bug #580362] (callewaert) + + * generic/tkEntry.c (DisplayEntry): correct cursor position before + calling Tk_SetCaretPos. (yamamoto) + 2002-07-23 Mo DeJong <mdejong@users.sourceforge.net> * unix/configure: Regen. |