diff options
author | dgp <dgp@users.sourceforge.net> | 2019-11-22 20:09:40 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2019-11-22 20:09:40 (GMT) |
commit | 1b0f55591cad3b4fbc1adcaf0deaa368f34999f9 (patch) | |
tree | cdaff0af7dd4220b28f21c61379512cd277325cb /changes | |
parent | 6391ee591b496a5bd7640daa7669c1548f2f03a5 (diff) | |
download | tk-1b0f55591cad3b4fbc1adcaf0deaa368f34999f9.zip tk-1b0f55591cad3b4fbc1adcaf0deaa368f34999f9.tar.gz tk-1b0f55591cad3b4fbc1adcaf0deaa368f34999f9.tar.bz2 |
complete changes
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 59 |
1 files changed, 46 insertions, 13 deletions
@@ -7416,6 +7416,29 @@ Tk Cocoa 2.0: More drawing internals refinements (culler,walzer) --- Released 8.6.7, August 9, 2017 --- https://core.tcl-lang.org/tk/ for details +Changes to 8.7a1 include all changes to the 8.6 line through 8.6.7, +plus the following, which focuses on the high-level feature changes +in this changeset (new minor version) rather than bug fixes: + +2016-03-07 (feature)[841280] spinbox autoswap -to/-from to get ordering (vogel) + +2016-03-27 (feature)[38dc27] Support <Button-6> & <Button-7> (nijtmans) + +2016-08-29 (TIP 449) [text] undo/redo return character range (vogel) + +2016-11-02 (feature) Removed undocumented command [tk_getFileType] (vogel) + *** POTENTIAL INCOMPATIBILITY *** + +2017-02-05 (bug)[c0dbdd] Compatibility fonts shadowed system fonts (vogel) + +2017-03-21 (TIP 442) display text in a progressbar (zaumseil) + +2017-04-13 \u escaped content in msg files converted to true utf-8 (nijtmans) + +2017-08-28 (TIP 166) Extended color notation for alpha channel (bachmann) + +--- Released 8.7a1, September 8, 2017 --- http://core.tcl.tk/tk/ for details + 2017-08-24 (bug)[f1a3ca] Memory leak in [text] B-tree (edhume3) 2017-08-24 (bug)[ee40fd] Report [console] init errors (the) @@ -7540,7 +7563,7 @@ Tk Cocoa 2.0: More drawing internals refinements (culler,walzer) 2018-07-17 (bug)[1088825] fix frame-2.17,3.9,3.10 on Mac (vogel) -2018-07-27 (bug)[fabed1] GIF photo support for "deferred clear code" (vogel) +2018-07-27 (bug)[fbaed1] GIF photo support for "deferred clear code" (vogel) 2018-08-08 (feature) Modern full-screen support on Mac OSX (walzer) @@ -7699,29 +7722,39 @@ Tk Cocoa 2.0: More drawing internals refinements (culler,walzer) - Released 8.6.10, Nov 21, 2019 - https://core.tcl-lang.org/tk/ for details -Changes to 8.7a1 include all changes to the 8.6 line through 8.6.7, +Changes to 8.7a3 include all changes to the 8.6 line through 8.6.10, plus the following, which focuses on the high-level feature changes in this changeset (new minor version) rather than bug fixes: -2016-03-07 (feature)[841280] spinbox autoswap -to/-from to get ordering (vogel) +2017-11-25 [TIP 161] $menu -tearoff default changed to false (roseman,vogel) + *** POTENTIAL INCOMPATIBILITY *** -2016-03-27 (feature)[38dc27] Support <Button-6> & <Button-7> (nijtmans) +2017-12-07 [TIP 487] End support for pre-XP Windows (nijtmans) -2016-08-29 (TIP 449) [text] undo/redo return character range (vogel) +2018-03-04 [TIP 489] New subcommand [$canvas image] (pitcher,vogel) -2016-11-02 (feature) Removed undocumented command [tk_getFileType] (vogel) - *** POTENTIAL INCOMPATIBILITY *** +2018-05-13 [TIP 496] New options -placeholder* for entries (zaumseil,vogel) -2017-02-05 (bug)[c0dbdd] Compatibility fonts shadowed system fonts (vogel) +2018-09-23 [TIP 517] New option -activerelief for menus (vogel) -2017-03-21 (TIP 442) display text in a progressbar (zaumseil) +2018-11-03 [TIP 512] Deprecate stub for Tk_MainEx() (nijtmans) -2017-04-13 \u escaped content in msg files converted to true utf-8 (nijtmans) +2018-11-06 [TIP 415] New option -height for [$canvas create arc] (geard) -2017-08-28 (TIP 166) Extended color notation for alpha channel (bachmann) +2018-11-06 [TIP 518] New event <<NoMangedChild>> (oehlmann) ---- Released 8.7a1, September 8, 2017 --- http://core.tcl.tk/tk/ for details +2019-04-14 [TIP 164] New subcommand [$canvas rotate] (fellows) + +2019-04-14 [TIP 507] New photo image format 'svg' (zaumseil) + +2019-04-14 [TIP 483] Record more configuration items (cassoff) + +2019-04-14 [TIP 482] Record configured directory for demos (cassoff) + +2019-05-25 [TIP 262] New frame options -backgroundimage, -tile (fellows) +2019-06-15 [TIP 528] Deprecate Tk_Offset() (nijtmans) +2019-08-19 [TIP 545] Revised options for photo image format 'svg' (oehlmann) ---- Released 8.7a3, November 21, 2019 --- http://core.tcl.tk/tk/ for details +--- Released 8.7a3, November 25, 2019 --- http://core.tcl.tk/tk/ for details |