Changelog for
tk-debuginfo-8.5.5-3.2.i586.rpm :
Wed Jan 7 13:00:00 2009 olhAATTsuse.de
- obsolete old -XXbit packages (bnc#437293)
Mon Dec 8 13:00:00 2008 maxAATTsuse.de
- Added an explicit requirement for xorg-x11-libX11-devel, because
tk.h needs some of the header files.
Wed Oct 15 14:00:00 2008 maxAATTsuse.de
- Bugfix release 8.5.5:
* fix [tk_getOpenFile -multiple 1] on unix
* Relax interdependency between Tcl 8.5.x and Tk 8.5.x releases.
* default menu cursor: no more Motif
* arguments passed to -[xy]scrollcommand callbacks, and values
returned by [xy]view methods are explicitly formatted as
doubles.
* format double values explicitly in double format, avoiding
sensitivity to locale setting.
Mon Sep 8 14:00:00 2008 maxAATTsuse.de
- New version: 8.5.4:
* fix a crash in [ttk::scale]
* fix portability of [winfo id]
* fix unmapped toplevel crashes
* Tk header files revised to accommodate incompatible changes
in recent X.org releases of X11 headers.
Thu Jul 10 14:00:00 2008 maxAATTsuse.de
- New version: 8.5.3:
* Fix Tk_ParseArgv() double free crash.
* Fix wish -h mem explosion
* Fix canvas item
events
* Fix ttk::label height or width 0 panic
* Use Xutf8LookupString when possible
* Fix global grab segfault
- Added workaround for problems with new GenericEvent added by
xproto-7.0.13.
Wed Apr 2 14:00:00 2008 maxAATTsuse.de
- New version: 8.5.2:
* New modern theming engine: New and complementary widgets that
make use of platform-specific theming on Mac OS X and Windows
to better fit in with those environments, and feature an
improved look and feel under X11.
* New widgets: Part of the themed widget set, Tk now has core
notebook, combobox, treeview and progressbar widgets.
* text widget: Smooth scrolling, widget peering, and improved
procedures for counting and replacing text.
* Font rendering: Now uses anti-aliased text under X11, and a
more modern text engine (ATSUI) on Mac OS X.
* Additional improvements: Window transparency, new fullscreen
option for windows, enhancements to specific widgets and
window layout, and more.
- Adjusted paths according to the new Tcl extension layoout.
Tue Sep 11 14:00:00 2007 maxAATTsuse.de
- Fix a crash with multi-frame interlaced GIFs (#309607).
Wed Jun 6 14:00:00 2007 maxAATTsuse.de
- New patchlevel release: 8.4.15
- improve performance of [$listbox itemconfigure]
- use fd_mask for 64bit support
- fix [tk_getOpenFile] in empty dir
- fix list shimmer crash [grid
*configure]
Tue Oct 17 14:00:00 2006 maxAATTsuse.de
- New patchlevel release: 8.4.14rc2
- Fix crash on invalid font name from XServer
- Unmap canvas window items on canvas Unmap
- Fix [listbox] crash with namespace var
- Fix [console] std chan refcount
- Fix [console] thread safety
- Prevent excess variable writes by [scale]
- Add WM_UNICHAR window message
- Improve speed on [text] delete
- Alignment fixes in ucs-2be encoding routines
Thu Sep 14 14:00:00 2006 maxAATTsuse.de
- New version: 8.4.13
- Fixes the SCIM issues (#77424, obsoletes tk-scim.patch)
- Speeds up photo image updates.
- Fixes a crash in animated GIFs.
Wed Aug 16 14:00:00 2006 ajAATTsuse.de
- Replace xorg-x11-devel BuildRequires with really needed libs.