2003年12月13日

Tcl/Tk8.4.5

Tcl/Tkのパッチリリース8.4.5が出ていました。のでさっそくインストール。
変更点

* Fixed hread-safety issues in filesystem records
* Protected ::errorInfo and ::errorCode traces from corrupting Tcl stack
* Fixed handling of glob-sensitive chars in auto_load and auto_import
* Fixed exec command.com error for Win9x
* Fixed volumerelative file normalization and 'file join' inconsistencies
* Fixed Tcl_NumUtfChars string length calculation when negative parameter is given
* Handle VFS mountpoints inside glob'd dirs
* Improved AIX-64 build configuration
* Fixed to various odd regexp "can't happen" bugs
* Fixed Button-2 binding for scale widget
* Fixed panedwindow refresh glitches for exposed background
* Prevent [image create] from generating an image command name that overwrites an existing command
* Added -compound support for OS X bevel buttons
* Fixed image offset stippling for disabled buttons
* Fixed menubutton -compound state disabled drawing
* Constrain tk_dialog to be sensibly sized and placed
* Added 16bpp XGetImage support on Windows
* Allow some control of foreground and background colors on Tk's tk_getOpenFile/tk_chooseDirectory
* Updated Dutch (nl) message catalog
* Provide more Tk build info in tkConfig.sh
* Added alpha blending for images with partial transparency on Windows and Unix on 15bpp+ displays
* Added OS X unicode clipboard support
* Improved Tk's tk_getOpenFile/tk_chooseDirectory directory glob'ing speed
* Fixed mem leak in '$listbox itemconfigure'
* Correctly handle menu (un)posting on menus with spaces in their names

Posted by reddog at 2003年12月13日 03:03 | プログラム