summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-07-24 20:35:40 (GMT)
committerhobbs <hobbs>2002-07-24 20:35:40 (GMT)
commitdc64cccd6cec898c113d106fd30d7af22180e2d0 (patch)
tree4d6bd2359144cc5241a8e5a9353283abed9926ea /ChangeLog
parent258a9aa3872b8f0556f1cc7802f996e9f340a69d (diff)
downloadtk-dc64cccd6cec898c113d106fd30d7af22180e2d0.zip
tk-dc64cccd6cec898c113d106fd30d7af22180e2d0.tar.gz
tk-dc64cccd6cec898c113d106fd30d7af22180e2d0.tar.bz2
see changelog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 73b81e1..af5e69f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.