diff options
author | hobbs <hobbs> | 2003-07-21 22:37:32 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-07-21 22:37:32 (GMT) |
commit | d7f435293a92864f820af706f86ce8b0f60ccaa9 (patch) | |
tree | a9a9c0f7175b8c574bcaab48120c7f98a6a7b688 | |
parent | 27d492af0f1c2bbebe2079b3ff2add4c7908c0b9 (diff) | |
download | tk-d7f435293a92864f820af706f86ce8b0f60ccaa9.zip tk-d7f435293a92864f820af706f86ce8b0f60ccaa9.tar.gz tk-d7f435293a92864f820af706f86ce8b0f60ccaa9.tar.bz2 |
note 8.4.4 changes and tag datecore_8_4_4
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | changes | 43 |
2 files changed, 48 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2003-07-21 Jeff Hobbs <jeffh@ActiveState.com> + + *** 8.4.4 TAGGED FOR RELEASE *** + + * changes: updated for 8.4.4 release + 2003-07-20 Daniel Steffen <das@users.sourceforge.net> * macosx/buildTkConfig.tcl: fix to TK_BUILD_* ref generation @@ -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.64.2.1 2003/05/20 19:34:57 hobbs Exp $ +RCS: @(#) $Id: changes,v 1.64.2.2 2003/07/21 22:37:32 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 @@ -5503,3 +5503,44 @@ what is most often meant, but X really wants the original (-raw) gb2312 encoding. --- Released 8.4.3, May 20, 2002 --- See ChangeLog for details --- + +2003-07-07 (bug fix)[749353] Improve deletion of images on exit. + +2003-07-15 (bug fix)[465324] Fixed complex bug in menu clone cleanup. + +2003-07-15 (bug fix)[755530] Don't test for XCloseIM bug when the XFree86 +version is newer than 4.0 since the layout of the XIM structure has +changed. + +2003-07-16 (bug fix)[748277, 702230, 738143] Numerous panedwindow fixes. +Ensure that the last pane shrinks instead of being clipped when resized +below the reqsize. Ensure that we can share GCs between a panedwindow and +its sash proxy, even if the panedwindow is in a toplevel with a different +visual. Ensure that panedwindows get their geometry right even when their +children don't know their initial size. Use widget-specific Priv slots for +pwAfterId and panecursor items to correctly handle cursor changes with +adjacant panedwindows. + +2003-07-17 (bug fix)[697652] Make sure all options of a frame can be set to +their default value. + +2003-07-17 (bug fix)[404421] Try harder to avoid zero-length mallocs() when +creating images. + +2003-07-17 (feature enhancement) MacOSX build system rewrite. + +2003-07-18 (bug fix) Do not make XGetGeometry call that prevents overwidth +lines drawing on unix as it requires a roundtrip call to the X server for +every string drawn. Hard-code max width to 32768 until a beter solution to +get max width is made. + +2003-07-18 (bug fix)[742660] correct XCreateIC call for TK_XIM_SPOT usage +on unix. + +2003-07-18 (bug fix)[420510] Provide consistency between unix and windows +-cursor option. + +2003-07-19 (bug fix)[706765] Correctly handle the -sliderrelief option +while moving the thumb. + +--- Released 8.4.4, July 22, 2003 --- See ChangeLog for details --- |