- New version 8.6.6:

* (bug)[3137232] spinbox teardown hygiene
  * (bug)[2981253] spinbox rapid button action
  * (bug)[2262543] scale initialization callbacks
  * (bug)[e9112e] incomplete [wm forget]
  * (bug)[d95e5d] <Map> from hidden panes
  * (TIP 443) More configuration options for text tags
  * (bug)[487861] menu: cascade/accelerator appearance
  * (bug)[1192095] active index from toplevel menus
  * (bug)[18c08d] revised final newline behavior in [text]
        *** POTENTIAL INCOMPATIBILITY ***
  * (bug)[fd3a4d] <<Modified>> delivery to text peers
  * (bug)[b36218,011706] event reentrancy / widget destruction
  * (bug)[64261b] mouse events after double click
  * (bug)[545f10] Xft color font speed
  * (bug)[109865] event reentrancy / widget destruction
  * (TIP 446)[1273358] [$text edit (canundo|canredo)]
  * (bug)[79549a] crash in mouse pointer warping
  * (bug)[787adc] Modernize Tk_Init()
  * (bug) Aqua: excess lable padding
  * (bug) Aqua: bitmap distortion
  * (bug) Aqua/Retina: fix alpha rendering of images
  * (bug)[c84f66] Aqua: crash: overflow in geometry calc
  * (bug)[450bb0] Aqua: memory corruption from [tk busy]

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=59
This commit is contained in:
2016-11-14 12:12:30 +00:00
committed by Git OBS Bridge
parent c47ad2cc3f
commit 35d13001a4
4 changed files with 32 additions and 4 deletions

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Mon Nov 14 11:06:17 UTC 2016 - max@suse.com
- New version 8.6.6:
* (bug)[3137232] spinbox teardown hygiene
* (bug)[2981253] spinbox rapid button action
* (bug)[2262543] scale initialization callbacks
* (bug)[e9112e] incomplete [wm forget]
* (bug)[d95e5d] <Map> from hidden panes
* (TIP 443) More configuration options for text tags
* (bug)[487861] menu: cascade/accelerator appearance
* (bug)[1192095] active index from toplevel menus
* (bug)[18c08d] revised final newline behavior in [text]
*** POTENTIAL INCOMPATIBILITY ***
* (bug)[fd3a4d] <<Modified>> delivery to text peers
* (bug)[b36218,011706] event reentrancy / widget destruction
* (bug)[64261b] mouse events after double click
* (bug)[545f10] Xft color font speed
* (bug)[109865] event reentrancy / widget destruction
* (TIP 446)[1273358] [$text edit (canundo|canredo)]
* (bug)[79549a] crash in mouse pointer warping
* (bug)[787adc] Modernize Tk_Init()
* (bug) Aqua: excess lable padding
* (bug) Aqua: bitmap distortion
* (bug) Aqua/Retina: fix alpha rendering of images
* (bug)[c84f66] Aqua: crash: overflow in geometry calc
* (bug)[450bb0] Aqua: memory corruption from [tk busy]
-------------------------------------------------------------------
Tue Mar 1 09:31:41 UTC 2016 - fweiss@suse.com