summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-12-06 22:54:10 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-12-06 22:54:10 (GMT)
commitfdc135cb7791ed4ad4fa02ede5ea4aad182d3272 (patch)
tree8bc08528b3381cb31ebdae98cf446e8ed9f528c3 /changes
parent30913705a54b55c8d752cb5eecd3ea13e4152387 (diff)
downloadtk-fdc135cb7791ed4ad4fa02ede5ea4aad182d3272.zip
tk-fdc135cb7791ed4ad4fa02ede5ea4aad182d3272.tar.gz
tk-fdc135cb7791ed4ad4fa02ede5ea4aad182d3272.tar.bz2
* tests/safe.test: Trim auto_path to improve performance [1080039]
Diffstat (limited to 'changes')
-rw-r--r--changes11
1 files changed, 9 insertions, 2 deletions
diff --git a/changes b/changes
index 966c7ef..cb7c2c7 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.71 2004/12/06 20:27:57 hobbs Exp $
+RCS: @(#) $Id: changes,v 1.72 2004/12/06 22:54:12 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
@@ -5802,6 +5802,9 @@ radio/checkbuttons when colors are exhausted (griffin)
platform (steffen)
*** POTENTIAL INCOMPATIBILITY ***
+2004-03-26 (new feature)[FRQ 540375] support for
+[image create photo -format PPM -data] (fellows)
+
2004-05-14 (bug fix)[TIP 152] -detail option for tk_messageBox (fellows)
2004-06-04 (bug fix)[965398] Fix to shimmering infinite loop scrolling in
@@ -5847,6 +5850,8 @@ keys on the keypad using the Extended modifier (grossbauer, kenny)
2004-07-27 (bug fix) Fix segfault in case of premature end of GIF image
data (steffen)
+2004-08-11 (feature)[979101] [tk_getOpenFile] consults env vars (fellows)
+
2004-08-19 (new feature)[TIP 168] Add -smooth method for alternative bezier
curve implementations on canvas items (hellstroem, fellows)
@@ -5859,6 +5864,8 @@ widget subcommand (griffin, darley)
2004-10-08 (new feature)[TIP 205] Use pkgconfig Database to register Xft
support (english)
+2004-10-11 (new language) Swedish message catalog from Mats Bengtsson
+
2004-10-19 (new feature)[TIP 204][976928] Virtual events for keyboard
traversal (english)
@@ -5876,6 +5883,6 @@ thoyts)
2004-11-28 (bug fix)[942320] Fix short integer overflow in x,y coordinates
for long lines using unix AA fonts (english)
-Updated test suite and documentation
+Updated test suite, documentation, and demos.
--- Released 8.5a2, December 7, 2004 --- See ChangeLog for details ---