AndrejMitrovic / dtk

(Work In Progress) dtk is a D wrapper of the Tcl/Tk graphics library.
Boost Software License 1.0
1 stars 0 forks source link

Upgrade targeted version of Tcl / Tk to v8.6.10 #4

Open AndrejMitrovic opened 4 years ago

AndrejMitrovic commented 4 years ago

Master currently targets v8.6.0.

AndrejMitrovic commented 4 years ago

Interesting notes in the changelog:

v8.6.1

It seems there exist some more performant / minimum stack space Tcl evaluation routines:

This could be useful for enhancing performance.

v8.6.3

Should check out if there's anything extra we need to do to support them, or if they're enabled by default.

v8.6.4

Should mean better-looking GUIs on the Mac.

Could be interesting. See https://core.tcl-lang.org/tips/doc/trunk/tip/433.md

v8.6.5

New GUI option. See https://core.tcl-lang.org/tips/doc/trunk/tip/441.md

v8.6.6

New undo options for the text edit widgets. See https://core.tcl-lang.org/tips/doc/trunk/tip/446.md

v8.6.7

This should be very useful to us. Enables building media players, for example. See https://core.tcl-lang.org/tips/doc/trunk/tip/464.md

v8.6.8

v8.6.9

Seems like a new GUI feature.

v8.6.10