From: Paul O. <pa...@po...> - 2024-08-20 15:24:05
|
Hi Harald, there are several obsolete Tk_* and Tkp* functions, as well as obsolete TK_* constants. These are described in section "Changes in C" on my porting experience page https://wiki.tcl-lang.org/page/Porting+extensions+to+Tcl+9. You may either add these obsolete functions and constants or just add a link to that section: https://wiki.tcl-lang.org/page/Porting+extensions+to+Tcl+9#f87714755b201b40e03a7e705d8847363e6f6437b52305dd3493920ebe097584 Paul Am 20.08.2024 um 11:31 schrieb Harald Oehlmann: > Dear Tk team, > > the TCL 9 fossil wiki features TCL 9 migration pages for scripts and C level. > > This is now also available for Tk: > > https://core.tcl-lang.org/tk/wiki?name=Migrating+scripts+to+Tk+9 > > https://core.tcl-lang.org/tk/wiki?name=Migrating+C+extensions+to+Tk+9 > > Please feel free to add items which are special when migrating Tk from Tk 8.6 to Tk 9.0. > > I did not find the TIP that options (like -underline) now take the empty string instead "-1" for no underline. > This is definitively missing. > > As a side note, I had issues to access the wiki due to missing permissions. Feel free to speak up if this is the case. > > Thanks for all, > Harald > > > _______________________________________________ > Tcl-Core mailing list > Tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tcl-core |