From 5375f87a544f93fff061a688a39c95101877d177 Mon Sep 17 00:00:00 2001 From: hobbs Date: Sun, 5 Dec 2004 22:10:46 +0000 Subject: updated for 8.4.9 release --- ChangeLog | 10 +-- changes | 212 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 217 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2e52423..1adf068 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-12-05 Jeff Hobbs + + * changes: updated for 8.4.9 release + 2004-12-04 Donal K. Fellows * tests/*.test: Resolve duplicate test names. [Bug 1078648] @@ -31,8 +35,7 @@ * tests/text.test: fix to test's platform sensitivities [Bug 1025871] * tests/textDisp.test: made test less timing sensitive - [Bug 1034171], and fixed a platform-sensitive test - [Bug 966845] + [Bug 1034171], and fixed a platform-sensitive test [Bug 966845] 2004-11-19 Daniel Steffen @@ -229,7 +232,7 @@ * unix/tkUnixScale.c (DisplayHorizontalValue): Fix for #220927 by Michael Schlenker to keep the labels within the window. - + 2004-10-28 Donal K. Fellows * doc/*.n: Assorted minor documentation fixes. @@ -246,7 +249,6 @@ * win/tkWinRegion.c (TkpBuildRegionFromAlphaData): Fixed syntax error * generic/tkImgPhoto.c (Tk_PhotoPutBlock): Removed unreferences vars. - 2004-10-26 Donal K. Fellows diff --git a/changes b/changes index 490b042..450375b 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.69 2004/03/03 23:39:05 hobbs Exp $ +RCS: @(#) $Id: changes,v 1.70 2004/12/05 22:10:47 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 @@ -5672,3 +5672,213 @@ in this changeset (new minor version) rather than bug fixes: * [TIP #150] make 'send' available on Windows --- Released 8.5a1, March 3, 2004 --- See ChangeLog for details --- + +2004-03-17 (platform support) Mac OS X: Grab the Command-H & +Command-Shift-H keys and use them for Hide and Hide Others before passing +keystrokes on to the generic keyboard event processing. +Stop putting a Quit menu item in the File menu. (ingham) + +2004-03-26 (enhancement)[540375] Add code to read and write PPM/PGM data +from strings and/or bytearrays. (fellows) + +2004-03-26 (bug fix)[923555] Restored support for the stringWriteProc of +old photo formats/ (fellows) + +2004-03-31 (bug fix)[Bug 220871] Report errors from invoking menu commands +as background errors on OS X. (ingham) + +2004-04-20 (bug fix)[915350, 922336] Do not set min, max size in WM_HINTS +when we shouldn't and correctly display maximize window button under +KDE-3.2.1. (english) + +2004-05-03 (enhancement)[756952] Place images of compound menu entries in +indicator space if not a radio of checkbutton on Windows. (eserte) + +2004-05-03 (bug fix)[904371] Fix drawing of unicode chars in menu titles. +(riefenstahl) + +2004-05-03 (bug fix)[939389, 822002, 732662] Correctly post internal +clipboard data to the Windows clipboard on exit. (hobbs) + +2004-05-03 (bug fix)[778893, 932155] Make the panedwindow -opaqueresize +option work as per the docs, and call DragSash to stop sash jump when B1 is +pressed and released without moving. (hobbs) + +2004-05-05 (bug fix)[618872] Fix Tk_MeasureChars and Tk_DrawChars to handle +reallocation of subfonts when unicode chars require extra fonts. +(dkf, hobbs) + +2004-05-14 (enhancement) reduce Tk tk_messageBox default font size to +14-point (was 18-point). (fellows) + +2004-07-11 (enhancement)[987169] Handle users destroying the dialog +indirectly. (fellows) + +2004-07-14 (bug fix)[894550] Correctly set the cursor to the platform +cursor on OS X when Tk asks for the "NULL" (empty) cursor. + +2004-07-14 (bug fix)[969358] Prevent possible segfault in -maxundo. (jiangwu) + +2004-07-19 (bug fix)[874058] improved build configuration on 64-bit systems. +Corrects Tcl_StatBuf definition issues. (hobbs) + +2004-07-23 (platform support) Mac OS X: Fix several problems with +Icelandic (and Faroese) keyboards (riefenstahl) + +2004-07-24 (platform support) Mac OS X: Complete the implementation of +the CG version of the X drawing emulation layer. (tittle, ingham) + +--- Released 8.4.7, July 26, 2004 --- See ChangeLog for details --- + +2004-08-09 (bug fix)[1006286] test wrapping on canvas; Win (dejong) + +2004-08-10 (bug fix)[1006686] [wm resizable] Solaris (mcdonald,english) + +2004-08-17 (bug fix)[1010938] panedwindow -handlepad GEOMETRY (fellows) + +2004-08-19 (bug fix)[611615] file dialog double clicks fell through (hobbs) + +2004-09-10 (bug fix)[845189] file dialog state initialization (fellows) + +2004-09-10 (bug fix)[1013942] widget demo robust against strict motif (fellows) + +2004-09-16 (bug fix)[1028888] [place forget] memory leak (spjuth) + +2004-09-16 (bug fix)[607649] font size change: recompute menu geometry (hobbs) + +2004-09-17 (new feature)[TIP 222] [wm attributes -alpha] (hobbs) + +2004-09-22 (bug fix)[865842] disabled cascade menu arrow draw (dejong) + +2004-09-22 (bug fix)[866194] menu accelerator text highlights (dejong) + +2004-09-22 (bug fix)[223689] handle color/screen resolution changes (hobbs) + +2004-10-05 (new feature)[TIP 159] [wm iconphoto] (hobbs) + +2004-10-26 (bug fix)[905830] set IC focus after creation (max) + +2004-10-26 (bug fix) shutdown safety corrections for Win (gravereaux) + +2004-10-28 (bug fix) HAVE_NO_SEH handler code, Win (dejong) + +2004-10-29 (bug fix)[533519] multi-display window placement (thoyts) + +2004-11-10 (bug fix)[1055023] compound buttons, MacOSX (kirkham,ingham) + +2004-11-11 (bug fix)[1035348] [load]-able Tk on MacOSX/Aqua (steffen) + +2004-11-12 (bug fix)[800178] use correct display for [tk scaling] (hobbs) + +2004-11-16 (bug fix)[1063675] Italian msg catalog fixes (ugoccioni,welton) + +2004-11-17 (bug fix)[1036963] panedwindow: set save_under X attr (hobbs) + +2004-11-17 (bug fix)[1004508] console: array keyname expansion (bold,hobbs) + +2004-11-17 (bug fix)[1032300] ps generation of unspecified canvas image (hobbs) + +2004-11-17 (bug fix)[982248] immediate unmap of hidden canvas windows (hobbs) + +2004-11-18 (new feature) configure options --enable-man-suffix (max) + +--- Released 8.4.8, November 18, 2004 --- See ChangeLog for details --- + +2004-11-23 (bug fix)[1011234] Make up/down cursor keys move by display +lines, not logical lines in text widget (darley) + +2004-12-01 (bug fix)[979239] Fix clipping of partially transparent images +on buttons on unix to avoid X error (hobbs, petasis) + +2004-12-03 (bug fix)[848161] Fix Tk_PhotoPut(Zoomed)Block overlay +compositing of partially transparent areas. + +--- Released 8.4.9, December 6, 2004 --- See ChangeLog for details --- + +Changes to 8.5a2 include all changes to the 8.4 line through 8.4.9, plus +the following, which focuses on the 8.5-only changes since 8.5a1: + +2004-03-16 (bug fix)[915330] correct crash condition for new +radio/checkbuttons when colors are exhausted (griffin) + +2004-03-18 (platform removal)[918139] Removed support for Mac OS Classic +platform (steffen) + *** POTENTIAL INCOMPATIBILITY *** + +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 +text widget under rare circumstances (darley) + +2004-06-04 (bug fix) Fixed mousewheel bindings for OS X/Aqua (darley) + +2004-06-07 (bug fix)[965186] Fix text widget's record of +partial-line-height calculations for very long wrapped lines, correcting +scrollbar-text interactions (darley) + +2004-06-08 (bug fix)[968725] Fix text rendering problem with canvas text +items that have a selected region. (dejong) + +2004-06-09 (bug fix) Fix multi-line regexp search bugs in text widget +(darley) + +2004-06-15 (feature enhancement) Add 3D highlight to disabled *buttons and +labels, as is done for disabled menu entries (kovalenko) + +2004-06-16 (bug fix)[742882] Fix potential division by zero in gridded wm +geometry (english) + +2004-06-26 (bug fix)[756840] Fix Tk console cleanup on exit/reinit +(mistachkin) + +2004-06-30 (new feature)[TIP 153] enhanced 'winfo toplevel' to recognize +non-Tk windows (mckay) + +2004-07-02 (bug fix) Button 4 and 5 masks synchronized with Tk display +(staplin) + +2004-07-05 (bug fix)[959973] Set _NET_WM_NAME and _NET_WM_ICON_NAME +(freedesktop.org) in addition to WM_NAME and WM_ICON_NAME (ICCCM). Allows +Unicode characters in wm titlebar on X11. (english) + +2004-07-05 (new feature)[TIP 158][797404] Allow Win apps to distinguish +keys on the keypad using the Extended modifier (grossbauer, kenny) + +2004-07-20 (feature enhancement)[922727] add install-private-headers target +(steffen) + +2004-07-27 (bug fix) Fix segfault in case of premature end of GIF image +data (steffen) + +2004-08-19 (new feature)[TIP 168] Add -smooth method for alternative bezier +curve implementations on canvas items (hellstroem, fellows) + +2004-08-29 (new feature)[TIP 165] Add %d binding substitution for +user-controlled data field (fellows) + +2004-09-10 (new feature)[TIP 169] Allow for text peering with '$text peer' +widget subcommand (griffin, darley) + +2004-10-08 (new feature)[TIP 205] Use pkgconfig Database to register Xft +support (english) + +2004-10-19 (new feature)[TIP 204][976928] Virtual events for keyboard +traversal (english) + +2004-10-24 (new feature)[TIP 177, 179][983886] Add -hide and -stretch +options to panedwindow widget (griffin) + +2004-10-26 (bug fix)[919066] Improve region handling functions + +2004-10-28 (bug fix)[220927] Fix scale labels to stay in window (schlenker, +thoyts) + +2004-11-07 (bug fix)[962589] Made handling of ^ more consistent in grid +(spjuth) + +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 + +--- Released 8.5a2, December 7, 2004 --- See ChangeLog for details --- -- cgit v0.12