summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-04-03 05:24:44 (GMT)
committerhobbs <hobbs>2001-04-03 05:24:44 (GMT)
commitda15aaf9811e49f7f042dfea548c2bce739467d8 (patch)
tree6318962c93b83f12c7dba3efa1cdc20c6c72b553 /ChangeLog
parent0bd9d904e73bc0d302afe8b82bb2b9186c7801a9 (diff)
downloadtk-da15aaf9811e49f7f042dfea548c2bce739467d8.zip
tk-da15aaf9811e49f7f042dfea548c2bce739467d8.tar.gz
tk-da15aaf9811e49f7f042dfea548c2bce739467d8.tar.bz2
see ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 721db70..14482f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2001-04-02 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * doc/image.n: added warning about names chosen for images.
+
+ * generic/tkImgPhoto.c (ImgPhotoCmd): corrected the src and dest
+ values for $imageName put when -format and -to are used.
+ [Bug #232741]
+
+ * tests/listbox.test: added test listbox-27.1, delete during
+ scrollbar update
+ * generic/tkListbox.c (DestroyListbox, ListboxEventProc):
+ corrected listbox to make proper use of Tcl_EventuallyFree and
+ protect against unusual listbox deletion.
+
+ * tests/entry.test: added tests entry-20.*, delete during widget
+ activity
+ * generic/tkEntry.c (DestroyEntry, EntryEventProc): fixed the
+ entry widget to survive deletion while processing scrollbar
+ updates and validation.
+
+ * tests/canvas.test: test of canvas delete during event
+ * generic/tkCanvas.c (DestroyCanvas, CanvasEventProc): fixed the
+ canvas to survive deletion during event processing. [Bug #228024]
+
2001-04-01 Jeff Hobbs <jeffh@ActiveState.com>
* README: