summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-08-07 02:43:52 (GMT)
committerhobbs <hobbs>2001-08-07 02:43:52 (GMT)
commitd3d849fa235db9ae43478f0ad5c2540daeb1301f (patch)
tree97981f998a49e207835c3a8ed2169cb859e1a456 /changes
parentbba57bf32fe5767062c8d69cc2ce8bb23202d45f (diff)
downloadtk-d3d849fa235db9ae43478f0ad5c2540daeb1301f.zip
tk-d3d849fa235db9ae43478f0ad5c2540daeb1301f.tar.gz
tk-d3d849fa235db9ae43478f0ad5c2540daeb1301f.tar.bz2
2001-08-06 Jeff Hobbs <jeffh@ActiveState.com>
8.4a3 RELEASE * changes: * README: updated for 8.4a3 release
Diffstat (limited to 'changes')
-rw-r--r--changes71
1 files changed, 70 insertions, 1 deletions
diff --git a/changes b/changes
index 995674f..e37f517 100644
--- a/changes
+++ b/changes
@@ -2,7 +2,7 @@ This file summarizes all changes made to Tk since version 1.0 was
released on March 13, 1991. Changes that aren't backward compatible
are marked specially.
-RCS: @(#) $Id: changes,v 1.45 2000/11/04 00:02:58 hobbs Exp $
+RCS: @(#) $Id: changes,v 1.46 2001/08/07 02:43:52 hobbs Exp $
3/16/91 (bug fix) Modified tkWindow.c to remove Tk's Tcl commands from
the interpreter when the main window is deleted (otherwise there will
@@ -5003,3 +5003,72 @@ borders on multiple screens simultaneously. (hobbs, hipp)
"dead" keys (hobbs)
--- Released 8.4a2, November 3, 2000 --- See ChangeLog for details ---
+
+2001-04-04 (build improvements) redid Mac build structure (steffen)
+Corrected IRIX-5* configure (english). Added support for AIX-5 (hobbs).
+Added support for Win64 (hobbs).
+
+2001-04-04 (doc fixes) numerous doc corrections and clarifications.
+Update of READMEs.
+
+2001-04-04 (bug fix) corrected reseting of service mode to only occur when
+it was set (hedin, hobbs)
+
+2001-04-02 (bug fix) Improved tests on Windows for correctness.
+Checked for menu deletion before calling associated menu entry command.
+Fixed listbox, canvas and entry destruction to be more aware of current
+widget activity. (hobbs)
+
+2001-03-30 (feature enhancement) added support for changing IME on the fly
+in Windows (2000) (lam)
+(bug fix) handled the error case where a valid-looking but invalid
+identifier could be passed in certain event generate options causing a
+crash (hobbs)
+
+2001-03-29 (bug fix) corrected handling of drag-selection (dejong)
+
+2001-01-02 (feature enhancement) added Windows icon support in wm
+iconbitmap (darley)
+
+2000-10-27 (feature enhancement) made [tk useinputmethods 1] the default
+for Tk (hobbs)
+
+2000-10-18 (bug fix) Corrected rendering of 1-pixel wide stippled lines on
+Windows. Correct use of active- and disabledwidth values for displaying
+lines. Enhanced error handling in Windows native dialogs (melski)
+
+2000-09-29 (bug fix) corrected BadMatch errors when using Tk on multiple
+screens (hipp)
+
+2000-08-18 (feature enhancement) Removed redundant call to DitherInstance
+(melski)
+
+--- Released 8.3.3, April 6, 2001 --- See ChangeLog for details ---
+
+ * implemented [TIP #5], exporting Tk_ClassProcs/Tk_SetClassProcs and
+ adding a size field to Tk_ClassProcs (melski)
+
+ * implemented [TIP #21], asymmetric padding in the pack and grid geometry
+ managers (hipp)
+
+ * moved all private tk* commands and variables in the ::tk:: namespace
+ [TIP #44] (porter)
+
+ * improved tests to better handle results on variant systems (hobbs)
+
+ * implemented [TIP #11], the addition of -compound for the 'menubutton'
+ widget (helfter)
+
+ * corrected support for is10646 fonts on Unix, added a ucs-2be encoding
+ (welch)
+
+ * overhaul of configure scripts for cleaner standard support and support
+ of mingw gcc on Windows. (mdejong)
+
+ * allowed tkwin to be Tcl_EventuallyFree'd in Tk_DestroyWindow so other
+ widgets could register their use of it. Updated entry and listbox
+ widgets to use this, correcting potential crashes. (hobbs)
+
+ * correct several minor Purify complaints (hobbs)
+
+--- Released 8.4a3, August 6, 2000 --- See ChangeLog for details ---