summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--ChangeLog31
-rw-r--r--README6
-rw-r--r--changes71
3 files changed, 91 insertions, 17 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c54f36..f3ee390 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2001-08-06 Jeff Hobbs <jeffh@ActiveState.com>
+ 8.4a3 RELEASE
+
+ * changes:
+ * README: updated for 8.4a3 release
+
* unix/configure: regenerated
* unix/tcl.m4: added GNU (HURD) configuration target. (brinkmann)
[Patch: #442974]
@@ -80,24 +85,24 @@
Tk commands and variables matching tk[A-Z]* are now in the
::tk namespace. See "BRANCH: dgp-privates-into-namespace"
entries below for details. [FR 220936]
-
+
2001-07-24 Mo DeJong <mdejong@redhat.com>
* generic/default.h: Include tkWinDefault.h
when built with Cygwin or Mingw.
-2001-07-18 Don Porter <dgp@users.sourceforge.net>
-
- BRANCH dgp-privates-into-namespace:
- * doc/console.n: Updated names of private console commands.
-
-2001-07-16 Don Porter <dgp@users.sourceforge.net>
-
- BRANCH dgp-privates-into-namespace:
- * library/console.tcl:
- * library/unsupported.tcl: Renamed tk::histNum to tk::HistNum
- as directed by the Tcl Style Guide.
-
+2001-07-18 Don Porter <dgp@users.sourceforge.net>
+
+ BRANCH dgp-privates-into-namespace:
+ * doc/console.n: Updated names of private console commands.
+
+2001-07-16 Don Porter <dgp@users.sourceforge.net>
+
+ BRANCH dgp-privates-into-namespace:
+ * library/console.tcl:
+ * library/unsupported.tcl: Renamed tk::histNum to tk::HistNum
+ as directed by the Tcl Style Guide.
+
2001-07-10 Mo DeJong <mdejong@redhat.com>
* unix/Makefile.in: Add AR and STLIB_LD variables.
diff --git a/README b/README
index 1e3ded6..a13f97e 100644
--- a/README
+++ b/README
@@ -2,10 +2,10 @@ README: Tk
This is the Tk 8.4a3 source distribution.
Tcl/Tk is also available through NetCVS:
http://tcl.sourceforge.net/
- You can get any release of Tcl from:
- http://www.purl.org/tcl/home/registration/<version>.html
+ You can get any source release of Tcl from the file distributions
+ link at the above URL.
-RCS: @(#) $Id: README,v 1.29 2001/07/05 17:24:13 hobbs Exp $
+RCS: @(#) $Id: README,v 1.30 2001/08/07 02:43:52 hobbs Exp $
1. Introduction
---------------
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 ---