SHA256
1
0
forked from pool/tk

* (bug)[7beaed] ttk::bindMouseWheel syntax error

* (new) support 4 new keycodes: CodeInput, SingleCandidate,
    MultipleCandidate, PreviousCandidate
  * (new) Portable keycodes: OE, oe, Ydiaeresis 
  * (bug)[9e1312] <Enter> to parent after child destroyed 
  * (bug)[d3cd4c] more robust notebook processing 
  * (bug)[234ee4] crash in [clipboard get] invalid encoding 
  * (bug)[be9cad] Poor trace housekeeping -> tkwait segfault 
  * (bug)[9b6065] restore Tcl [update], see window-2.12 
  * (bug)[34db75,ea876b] cursor motion in peer text 
  * (bug)[c97464] memleak in TkpDrawAngledChars 
  * (bug)[171ba7] crash when grab and focus are not coordinated 
  * crash due to failed transient record housekeeping 
  * (bug)[099109] segfault reusing a container toplevel 
  * (bug)[4efbfe] static package init order in wish 
  * (bug)[033886] Win: hang in font loading 
  * (bug)[8ebed3] multi-thread safety in Xft use 
  * (new)[TIP 608] New virtual event <<TkWorldChanged>>

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=90
This commit is contained in:
Reinhard Max 2021-11-10 12:35:44 +00:00 committed by Git OBS Bridge
parent 6f37d3dfd3
commit 34b15a1a86
2 changed files with 20 additions and 3 deletions

View File

@ -1,8 +1,25 @@
-------------------------------------------------------------------
Wed Nov 3 17:13:15 UTC 2021 - Reinhard Max <max@suse.com>
Wed Nov 10 12:30:02 UTC 2021 - Reinhard Max <max@suse.com>
- New version 8.6.12:
* ToDo
* (bug)[7beaed] ttk::bindMouseWheel syntax error
* (new) support 4 new keycodes: CodeInput, SingleCandidate,
MultipleCandidate, PreviousCandidate
* (new) Portable keycodes: OE, oe, Ydiaeresis
* (bug)[9e1312] <Enter> to parent after child destroyed
* (bug)[d3cd4c] more robust notebook processing
* (bug)[234ee4] crash in [clipboard get] invalid encoding
* (bug)[be9cad] Poor trace housekeeping -> tkwait segfault
* (bug)[9b6065] restore Tcl [update], see window-2.12
* (bug)[34db75,ea876b] cursor motion in peer text
* (bug)[c97464] memleak in TkpDrawAngledChars
* (bug)[171ba7] crash when grab and focus are not coordinated
* crash due to failed transient record housekeeping
* (bug)[099109] segfault reusing a container toplevel
* (bug)[4efbfe] static package init order in wish
* (bug)[033886] Win: hang in font loading
* (bug)[8ebed3] multi-thread safety in Xft use
* (new)[TIP 608] New virtual event <<TkWorldChanged>>
-------------------------------------------------------------------
Sat Apr 17 03:05:10 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>

View File

@ -28,7 +28,7 @@ BuildRequires: tcl-devel
URL: http://www.tcl.tk
Version: 8.6.12
Release: 0
%define rrc %nil
%define rrc %{nil}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Graphical User Interface Toolkit for Tcl
License: TCL