Changelog for
perl-Tk-debugsource-804.028-50.1.x86_64.rpm :
Mon Sep 29 14:00:00 2008 anickaAATTsuse.cz
- call Xvfb with 24 bit color depth (bnc#430569)
Mon Sep 29 14:00:00 2008 anickaAATTsuse.cz
- fix event table in tkBind.c
Tue Feb 5 13:00:00 2008 anickaAATTsuse.cz
- fix CVE-2006-4484 [#357978]
Thu Jan 17 13:00:00 2008 anickaAATTsuse.cz
- update to 804.028 (this is not a stable version but works
with perl 5.10 at least a little)
* Tk::Animation now reads delay and disposal information from GIF
file (experimental, may change, needs an installed Image::Info)
* Implemented -overrelief,-repeatinterval,-repeatdelay for
Tk::Button.
* Additional item in the \"widget\" demonstration showing all Tk
widgets.
* Added BalloonInfo to NoteBook.
* ptked: Encoding menu now with radiobuttons, also added some
popular encodings to menu.
* The undocumented method font(\'subfonts\') returns now more
diagnostics.
* It\'s possible to use binary (and not anymore base64 encoded)
- data for GIF files.
* New -cancel_button option for Tk::DialogBox
* Incompatible change:
Return values of some Tk::Wm methods (e.g. aspect, wmGrid,
iconposition, resizable ...) were changed from returning tclish
lists (e.g. \"1 2 3 4\") to perlish lists (1,2,3,4). I believe the
return values of these methods are rarely used.
* Tk::Wm::wmTracing needs argument for setting on/off, without
argument just return the current value.
* The newest tkUnixWm.c from Tcl/Tk is now in the Perl/Tk code.
This adds (experimental?) support for wm attributes -topmost,
- zoomed, -fullscreen and other _NET_WM features (iconphoto)
under Unix/X11.
* Tk::Wm::stackorder was missing in Perl/Tk.
* widget demonstration has a Ctrl-Q key binding.
* ptksh: x is an alias for d (like in the perl debugger).
* ptksh: use bold font for prompt.
* Tk::Text: pasting selection with middle mouse sets cursor
position now.
This is consistent with behaviour in other toolkits.
* Tk::Widget: translated UnderlineAmpersand etc. functions.
* Tk::MsgBox: again in Tk, completely new translation from the
Tcl/Tk original. Looks nicer and behaves better than
messageBox through Tk::DialogBox.
* bugfixes, test fixes, documentation fixes
- temporarily disable unicode.t test
Fri Jun 22 14:00:00 2007 anickaAATTsuse.cz
- split up the devel subpackage, move testing to %check
Tue Nov 7 13:00:00 2006 schwabAATTsuse.de
- Fix reference counting.
Sun Aug 6 14:00:00 2006 ajAATTsuse.de
- Fix build with X11R7.
Fri Jul 7 14:00:00 2006 anickaAATTsuse.cz
- build with XFT=1 [#181927]
Fri Feb 24 13:00:00 2006 anickaAATTsuse.cz
- workaround segfault in tkEvent.c (#139552)
Wed Jan 25 13:00:00 2006 mlsAATTsuse.de
- converted neededforbuild to BuildRequires