summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes141
1 files changed, 139 insertions, 2 deletions
diff --git a/changes b/changes
index 1a98220..5bc52bd 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.64 2003/03/03 20:01:55 hobbs Exp $
+RCS: @(#) $Id: changes,v 1.65 2004/02/20 19:54:48 dgp 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
@@ -5479,4 +5479,141 @@ on Windows. (martin)
of the event structure when that field is valid for that event type. (fellows)
*** POTENTIAL INCOMPATIBILITY ***
---- Released 8.4.2, March 3, 2002 --- See ChangeLog for details ---
+--- Released 8.4.2, March 3, 2003 --- See ChangeLog for details ---
+
+2003-03-14 (bug fix)[701812] Stop buttons from being very wide when a
+tk_messageBox has a lot of content on Unix
+
+2003-03-18 (bug fix) Fixed crash in [winfo server] on Mac OS X
+
+2003-04-25 (bug fix)[477740] Correct compound button display in the
+disabled state
+
+2003-05-10 (bug fix)[734498] Correct crash when generating postscript for a
+single-line polygon (point) with no color.
+
+2003-05-13 (feature enhancement)[736774] Use new versioned bundle resource
+API to get tk runtime library for TK_VERSION on Mac OS X
+
+2003-05-14 (bug fix)[737790] Updated French message catalog
+
+2003-05-15 (bug fix)[557030] Use gb2312-raw as the alias for gb2312*
+charset fonts. gb2312.enc was made to be euc-cn for Tcl because that is
+what is most often meant, but X really wants the original (-raw) gb2312
+encoding.
+
+--- Released 8.4.3, May 20, 2003 --- 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 ---
+
+2003-08-13 (bug fix)[787065] Fix Button-2 binding for scale widget.
+
+2003-08-19 (bug fix)[791500] Fix panedwindow refresh glitches for bg.
+
+2003-09-17 (bug fix)[808039] Prevent [image create] from generating an
+image command name that overwrites an existing command.
+
+2003-09-25 (enhancement) Added -compound support for OS X bevel buttons.
+
+2003-10-10 (bug fix) Fix image offset stippling for disabled buttons.
+
+2003-10-22 (enhancement)[827535] Constrain tk_dialog to be sensibly sized and
+placed
+
+2003-10-28 (bug fix) Add 16bpp XGetImage support on Windows
+
+2003-10-29 (enhancement)[795717] Allow some control of foreground and
+background colors on Tk's tk_getOpenFile/tk_chooseDirectory.
+
+2003-11-01 (enhancement)[820519] Updated Dutch (nl) message catalog.
+
+2003-11-10 (enhancement)[826614] Provide more Tk build info in tkConfig.sh.
+
+2003-11-10 (enhancement)[809157] Add alpha blending for images with partial
+transparency on Windows and Unix on 15bpp+ displays.
+
+2003-11-10 (enhancement)[820282] Use the XGCValues.function parameter when
+filling rectangles with XFillRectangles on Windows.
+
+2003-11-11 (enhancement)[840107] Add OS X unicode clipboard support.
+
+2003-11-11 (enhancement)[833819] Improve Tk's
+tk_getOpenFile/tk_chooseDirectory directory glob'ing speed.
+
+2003-11-11 (bug fix)[836483] Fix mem leak in '$listbox itemconfigure'.
+
+2003-11-11 (bug fix)[723856] Correctly handle menu (un)posting on menus
+with spaces in their names.
+
+2003-11-11 (enhancement) Improve AIX-64 build configuration.
+
+2003-11-17 (bug fix) Fix menubutton -compound state disabled drawing.
+
+--- Released 8.4.5, November 20, 2003 --- See ChangeLog for details ---
+
+2003-12-17 (platform support)[842952] Mac OS X: [scrollbar]
+
+2004-02-13 (platform support)[776646] Win: native hand2/fleur cursors
+
+2004-02-03 (enhancement) post menubuttons so they stay on screen.
+
+2004-02-09 (bug fix)[877950] stop crash during intra-image copy/resize
+
+2004-02-10 (enhancement) New msg catalogs for Esperanto and Polish (trzewik)
+
+2004-02-13 (platform support)[478568] Win: bold/italic font handling
+
+2004-02-15 (platform support)[860454] Mac OS X: [event generate]
+
+2004-02-15 (platform support)[840107] Mac OS X: Unicode clipboard (senn)
+
+2004-02-15 (platform support)[517600] Mac OS X: handle FSRef's
+
+2004-02-15 (platform support) Mac OS X: native [tk_messageBox]
+
+2004-02-15 (platform support) Mac OS X: PowerBook keycode 0x34 -> <Return>
+
+2004-02-18 (platform support) Mac OS MouseWheel event handling
+
+2004-02-18 (bug fix)[899246] fix shrinking grid geometry calculations
+
+--- Released 8.4.6, February 27, 2004 --- See ChangeLog for details ---