This commit is contained in:
parent
80e86a9e5c
commit
c47ad2cc3f
49
tk.changes
49
tk.changes
@ -1,3 +1,52 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 1 09:31:41 UTC 2016 - fweiss@suse.com
|
||||||
|
|
||||||
|
- New version 8.6.5:
|
||||||
|
* (bug)[e4ed00] [$text index "1.0 display wordstart"] crash
|
||||||
|
* (bug)[562118] Unicode support of "wordstart" modifier
|
||||||
|
* (bug)[06c3fc] PNG alpha error corrupted output file
|
||||||
|
* (bug)[dece63] various mem corruptions in images
|
||||||
|
* (bug)[53f8fc] panedwindow geometry management
|
||||||
|
* (bug)[1641721] tk_getOpenFile symlink display doubled
|
||||||
|
* (bug)[d7bad5][2368195][3592454][1714535][1292219][3592454]
|
||||||
|
panedwindow fixes
|
||||||
|
* (bug)[805cff] Tk_ConfigureWidget() segfault
|
||||||
|
* (bug)[3f179a] Text widget crash with elided text
|
||||||
|
* (bug)[2886436] Stop [$text delete] acting before start index
|
||||||
|
* (bug)[1236306] TraverseToMenu error bound to toplevel destroy
|
||||||
|
* (bug)[00189c] MSVC 14: semi-static UCRT support
|
||||||
|
* (bug)[cc0ba3] PNG read buffer overflow
|
||||||
|
* (bug)[1501749] Crash embedded window delete bound to <Map>
|
||||||
|
* (license) Replace icons that lacked clear free license
|
||||||
|
* (bug)[46c83f] Win: tk_getOpenFile -initialdir
|
||||||
|
* (new feature)[TIP 437] New panedwindow options
|
||||||
|
* (bug)[1669632] [text] autoseparator placement
|
||||||
|
* (bug)[2262711] [text] RE search Unicode+elided
|
||||||
|
* (bug)[1815161] [$text count -ypixels] needs management
|
||||||
|
* (bug)[1520118] Document spinbox validate expectations
|
||||||
|
* (bug)[1414025] $entry insertion cursor visibility
|
||||||
|
* (bug) PNG rendering on El Capitan
|
||||||
|
* (bug)[2160206] menubutton panic
|
||||||
|
* (bug)[220854] Display trailing TAB in entry
|
||||||
|
* (bug)[542199] double click on lone char in entry
|
||||||
|
* (bug)[297442d] strict motif binding on <Control-underscore>
|
||||||
|
* (bug)[3601604] $listbox -takefocus
|
||||||
|
* (bug)[1997299] [text] tag borderwidth leak
|
||||||
|
* (bug)[1739605] [text see] misbehavior
|
||||||
|
* (bug)[ff8a1e] Never-mapped [text] performance
|
||||||
|
* (bug)[1700065] Report errors from -textvariable write trace
|
||||||
|
* (bug)[793909] -textvariable handle undefined namespace
|
||||||
|
* (bug)[2f78c7] crash with [text] and [tablelist]
|
||||||
|
* (bug)[1288433,3102228] <<ListboxSelect>> misfires
|
||||||
|
* (bug)[1510538] initial scrollbar width
|
||||||
|
* (bug)[1305128] event not received by scrollbar
|
||||||
|
* (bug)[1927212] Mousewheel/scrollbar bindings
|
||||||
|
* (bug)[2049429] get more $text options from database
|
||||||
|
* (TIP 441) New option [listbox ... -justify]
|
||||||
|
* (bug) OBOE in ttk::notebook options parsing
|
||||||
|
* (enhance) [option readile] expects utf-8 file
|
||||||
|
* (bug) crash in [$text delete]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 6 08:44:56 UTC 2015 - max@suse.com
|
Thu Aug 6 08:44:56 UTC 2015 - max@suse.com
|
||||||
|
|
||||||
|
4
tk.spec
4
tk.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package tk
|
# spec file for package tk
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -25,7 +25,7 @@ BuildRequires: libXt-devel
|
|||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: tcl-devel
|
BuildRequires: tcl-devel
|
||||||
Url: http://www.tcl.tk
|
Url: http://www.tcl.tk
|
||||||
Version: 8.6.4
|
Version: 8.6.5
|
||||||
Release: 0
|
Release: 0
|
||||||
%define rrc %nil
|
%define rrc %nil
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:08f99df85e5dc9c4271762163c6aabb962c8b297dc5c4c1af8bdd05fc2dd26c1
|
|
||||||
size 4266426
|
|
3
tk8.6.5-src.tar.gz
Normal file
3
tk8.6.5-src.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fbbd93541b4cd467841208643b4014c4543a54c3597586727f0ab128220d7946
|
||||||
|
size 4417393
|
Loading…
Reference in New Issue
Block a user