2024-04-06 07:37:48 by Adam Ciarcinski | Files touched by this commit (26) | |
Log message:
tcl, tk: updated to 8.6.14
Summary of Changes since Tcl/Tk 8.6.13:
--------------------------------------
This is a patch release, so it primarily includes bug fixes and corrections
to erratic behavior. Highlighted changes are noted below. The changes file
at the root of the source tree contains a more complete list. The Timelines
of all changes are online.
http://core.tcl-lang.org/tcl/timeline
http://core.tcl-lang.org/tk/timeline
* [TIP 402] revise path normalization for x-platform UNC path support
*** POTENTIAL INCOMPATIBILITY ***
* Harmonize Tk's parse of numbers (screen distance, etc) with Tcl
*** POTENTIAL INCOMPATIBILITY ***
* Iconlist ignores options db for fg text color; affects dialogs
*** POTENTIAL INCOMPATIBILITY ***
* Aqua: XPutImage() swaps red and blue channels
*** POTENTIAL INCOMPATIBILITY ***
* [encoding convertfrom] handling of incomplete code sequences
*** POTENTIAL INCOMPATIBILITY ***
* Harmonize handling of ~ in paths across platforms.
*** POTENTIAL INCOMPATIBILITY ***
* Fix menu clone binding misbehavior, menu-20.1[2-6].
*** POTENTIAL INCOMPATIBILITY ***
* Improved performance of [exec] and [open |$cmd] on unix-lke
systems, especially with large memory footprints.
* Improve performance of large treeview destruction.
* Improve performance of large image insertions into text.
* Improve widget creation performance due to poor font caching.
* Fix notebook tab appearances when placed on edge other than top.
* Enable treeview display of partial final line.
* Win: restore [exec %var%] that was dropped in 8.6.13.
* Allow [chan create {} $cmd]. Enables simulation of server channels.
* Allow return from [tk scaling] in safe interps.
* Prevent navigation by word exposing clues to masked entry contents.
* Fix crashes or hangs in...
- [chan pop] with pending input
- thread finalization of reflected channels
- [label .l -bitmap floppy]
- [set tcl_precision 15; expr 6.4623485355705287e-27]
- [tk busy forget] and [tk busy hold]
- channel read into "string" Tcl_Obj can BO, and perform poorly
- KVO crash after destroying Aqua's first root toplevel
- Test treeview-6ee162c3f9
- Test tailcall-bug-784befb0ba
- Tests menu-40.[12]
* Repair memory leaks and errors
- Eliminate undefined realloc() calls
- Silence many warnings from -fsanitize=function
- Flawed interfacing with XIM
- Tcl_UtfToExternal writing to one-byte buffer
- Tcl_UtfToUniChar() handling of 0xC1.
- Tk_ConfigureValue could call wrong free() routine.
- tests getuncichar-1.* in utf.test
- ...and many more
* No more support for 32-bit Cygwin
* ::tcl_platform(osVersion) updated to report Windows 11
* Accommodate macOS deprecation of sprintf()
* Silence macOS 14 warnings about secure restorable state.
* Code changes to support ASan use-after-return detection
* Revise Tcl_MakeFileChannel() to better partner with pledge()
* Prevent false [clock format] error reports on FreeBSD
* Region clip & copy make better use of OS facilities.
* Update handling of Apple FourCC creator codes.
* Text selection omits first character, text-38.1
* Windows: improved support of non-BMP pathnames
* Fixed some Y2038 limitations
* Fix photo color drawing on X11 32-bit visuals.
* Fix <<MenuSelect>> regression on menus with -tearoff
* Correct rounding of [nsFont pointSize].
* zlib comment/filename error handling (zlib-8.19, zlib-8.2[012])
* Prevent theme change attempts after Tk finalize.
* Make dialogs robust against parent destruction.
* Make [tk_chooseColor] robust against failed grab.
* Fix menu parsing of @x,y indices. menu-22.[6-9]
* Fix inconsistent results from [font measure].
* Fixed [clock scan|add] handling of abbreviated options
* Avoid endless loops replacing [unknown] or [history].
* Fix polluted error messages from [send -option].
* PNG photo image decoder missed a 0xFF entry.
* Fix failing winTime-2.1 on Windows
* test string-2.20.1 failed on big endian platforms
* Updated bundled packages, libraries, standards, data
- Itcl 4.2.4
- sqlite3 3.44.2
- Thread 2.8.9
- TDBC* 1.1.7
- tcltest 2.5.7
- libtommath 1.2.1
- zlib 1.3.1
- Unicode 15.1
- tzdata 2024a
|
2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570) |
Log message:
*: revebump for new brotli option for freetype2
Addresses PR 57693
|
2023-06-26 17:53:25 by Adam Ciarcinski | Files touched by this commit (6) | |
Log message:
tk: updated to 8.6.13
8.6.13
2021-11-09 (bug)[e699a7] Fix build on macOS < 10.12 (culler)
2021-11-10 (bug)[8aebca,ce5d98] Mac: fix minimize button details (culler)
2021-11-24 (bug)[18682c,733dae] Mac: Enter/Leave events for toplevels (culler)
2021-11-29 (bug)[4ac9d2] Mac: canvas screenshot with Img package position
correction (chavez)
2021-11-30 (documentation cleanup) [bad305] improve wm protocol
WM_DELETE_WINDOW documentation (culler)
2021-11-30 (new) Mac: new color index "SelectedMenuItemTextColor".
2021-12-01 (new)[TIP 599] Extended build information (nijtmans)
2021-12-04 (bug)[440c52] fix PPM/PGM read with graylevel > 255 (vogel)
2021-12-04 (bug)[5fb814] canvas redraw region for lines/polygones (vogel)
2021-12-04 (new)[631a0b] text widget: direct mouse events to insert mark, not
current (vogel)
2021-12-06 (bug)[b164ef] fix mouse events for multiple toplevels (culler)
2021-12-07 (bug)[be8f5b] crash setting -type empty for a menu (vogel)
2021-12-10 (bug)[50fc02,50fc02,25894d,156e58] ImgPhoto pointer issues (chavez)
2021-12-20 (bug)[617861] -justify/-anchor defaults for ttk::label (nijtmans)
2021-12-20 (bug)[6be8b0] Mac: crash on drag and Cmd-w (culler)
2021-12-22 (bug)[a132b5] Mac: esc on combobox menu influences click reopening
(culler)
2021-12-24 (bug)[915316] Mac: drag events not to initial widget (culler)
2021-12-27 (bug)[eb26d4] Mac: wrong beep when clicking outside a combobox
(culler)
2021-12-30 (bug)[822450] Mac: crash on exit (culler)
2022-01-06 (bug)[b7d851] Mac: crash on tkdnd drop and window close (culler)
2022-01-09 (bug)[40bc81] embedding error test failure (vogel)
2022-01-16 (bug)[b1d115] No <Enter> event on new toplevel on current toplevel
destruction (vogel)
2022-02-03 (bug)[3fefb3] crash in empty ttk::combobox when end index requested
(vogel)
2022-02-07 (new)[247d80] Chinese message file (NewbieXvwu)
2022-02-07 (new) Support Windows ARM platform (nijtmans)
2022-02-11 (bug)[e331bc] NULL to memset in photo blank (chavez)
2022-02-12 (bug)[fc5073] Mac: crash on native file dialog and tooltip (walzer)
2022-02-17 (bug)[864b06] PNG photo image color numeric issue (chavez)
2022-02-24 (bug)[141a11] Mac: dialog box with global grab inresponsive on
click in other toplevel (walzer)
2022-02-25 (bug)[f75190] tk_fontchooser: multiple font families, locale
change, button activation (holger,vogel)
2022-02-25 (bug)[ce6b42] (in TCL bug tracker) ttk::spinbox increment event
endless invokation (vogel)
2022-02-26 (bug)[c7052d] Win: middle mouse click blocks system clipbord
(vogel)
2022-02-27 (bug)[292598,01acde,e02fc96,0c3dbe,ee49f3,d175bb] Mac: memory leaks
(images, focus ring) (chavez)
2022-03-07 (bug)[2a6c62] Avoid invalid <<TreeviewSelect>> events
(vogel,spjuth)
2022-03-16 (new)[f47920] Updates to Finnish message catalog (hippelainen)
2022-03-16 (bug)[424773] crash in test canvPs-5.1 (chavez,vogel)
2022-03-19 (bug)[5412c6] crash in test canvWind-2.1 (SVID,vogel,griffin)
2022-03-19 (bug)[54fe7a] crash in test textWind-18.3 (akuli,vogel)
2022-04-04 (bug)[29b5c2] error in tk_popup with separator entry selected
(griffin)
2022-04-07 (bug)[415415] scale advances multiple steps on single click (vogel)
2022-04-10 (bug)[dc4c55] tk_popup entry index (mcdonald)
2022-04-15 (bug)[c0bf1b] XVirtualEvent buffer overflows (chavez)
2022-04-19 (new)[8dd3d5] Mac : use Fn + e to access Emoji (nijtmans)
2022-05-11 (bug)[88cfdc] Mac: dialog memory, avoid use after free (chavez)
2022-04-21 (new)[bf0f48] Mac: Optimization for compilation is now -O2
(nijtmans)
2022-05-08 (bug)[eedd79] potential crashes in option parsing when sizeof(enum)
not equal to int (nijtmans)
2022-05-08 (bug)[0ce975] panedwindow calls memcpy with NULL pointer (chavez)
2022-05-22 (bug)[bee96b] Win: cursor warp, [tk busy] (mcdonald)
2022-06-07 (bug) GIF with multiple images may reuse transparent color (oehhar)
2022-06-12 (bug)[e4a051] Mac: map embedded window immediately (vogel)
2022-06-15 (bug)[b18434] cygwin path compiling issues (fassel)
2022-06-27 [aefdb8,be29f7] Updates to Russian message catalog (pylypenko)
2022-07-04 Updates to Esperanto message catalog (ender)
2022-07-19 (bug)[91ca77] Mac: map event handling (rosenburger,culler,landers)
2022-07-20 (bug)[40bc81,17f44d,150174,61e0bb] embedding error test failures
(vogel)
2022-07-25 (bug)[a3b03f] Linux, Windows: improve (ttk) menubutton menu
position (danckaert,vogel)
2022-07-29 Update keysym tables to latest X11R6 (nijtmans)
2022-08-22 [f6e4d4] consistent cross-platform polygon fill (akuli,chavez)
2022-09-04 (bug)[bc6020] test treeview-bc602049ab (bende,spjuth)
2022-09-08 (bug)[e17b6f] Mac: crash in test unixW-50.4 (chavez)
2022-09-20 [33de84] Mac: handle Apple deprecation of OSTypes (culler)
2022-09-20 (bug)[412b80] Mac menu: arrow key and menu selection (nab,culler)
2022-09-22 (bug)[1a46d8,1fa325] Mac: memleak, crash safety in color (chavez)
2022-10-17 [d93c81] Workaround faulty compiler optimization in VS 2022 (vogel)
2022-10-26 (bug)[435739] crash in test bind-37.1 (csok,vogel)
2022-10-28 (bug)[5e4e44] ttk::panedwindow drag robust wrt orientation variants
(xolodho,vogel)
|
2023-06-14 12:29:45 by Taylor R Campbell | Files touched by this commit (1) |
Log message:
x11/tk: Need path as it exists at build-time for --with-tcl.
Doesn't appear to get baked into anything in the build product, but
is used at build-time.
_CROSS_DESTDIR is undefined for native compilation, so
${_CROSS_DESTDIR:U} is empty, so no change for native compilation.
|
2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527) |
Log message:
*: Recursive revbup from graphics/freetype2
|
2021-11-16 17:25:09 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
tk: updated to 8.6.12
8.6.12:
Bug fixes
|
2021-10-26 13:35:01 by Nia Alarie | Files touched by this commit (674) |
Log message:
x11: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
|
2021-10-07 17:14:47 by Nia Alarie | Files touched by this commit (675) |
Log message:
x11: Remove SHA1 hashes for distfiles
|
2021-01-20 21:40:28 by Adam Ciarcinski | Files touched by this commit (7) | |
Log message:
tk: updated to 8.6.11
8.6.11:
2019-11-25 (bug)[a95373] TkKeyEvent platform variations (werner)
2019-11-26 (bug) workaround Win bug so test bind-34.3 passes (nijtmans)
2019-12-03 Aqua: white cursors in dark mode (culler)
2019-12-04 (bug)[749bd9] Aqua: systemControlAccentColor (bll,culler)
2019-12-14 (bug)[b3b56a] ttk respect -cursor option (vogel)
2019-12-14 (bug)[b094cb] Win: $tv -show grows widget width 1 pixel (vogel)
2019-12-14 (bug)[02a694] spinbox options used wrong db names (vogel)
2020-01-11 (bug)[2b8fa6] MouseWheel for ttk::scrollbar (oehlmann)
2020-01-18 (bug)[1771594] icursor and scrollregion, canvText-14.7 (vogel)
2020-01-18 (bug)[587937] tag list ops preserve list order (vogel)
2020-01-18 (bug)[2830360] lose invalid state at focus event, entry-10.1 (vogel)
2020-01-18 (bug)[077d49] string table options support null ok (vogel)
2020-01-18 (bug)[bf93d0] Aqua: unresponsive menubar (culler)
2020-01-31 (bug)[a196fb] restore support for unthreaded Tcl (porter,sebres)
2020-02-09 (bug)[90a4d7] fontconfig crash when no font installed (vogel)
2020-02-24 (bug) Aqua: incomplete floating window display (walzer)
2020-03-11 (bug)[fb2ec3] OSX 10.15+: full screen options (nicolas,walzer)
2020-03-12 (bug)[08e2f8] focus on unmapped windows, focus-7.1 (vogel)
2020-03-12 (bug)[2edd84] [$c postscript] result management (gavilan)
2020-03-22 (bug)[98662d] restore TK_MAC_DEBUG_DRAWING build (chavez)
2020-03-29 (bug)[655fe2] tearoff menu redraw artifacts (vogel)
2020-04-03 (bug)[efbedd] Aqua: compund button-like widget appearance (chavez)
2020-04-14 (bug)[87bade] Aqua: improved dealing with PressAndHold (culler)
2020-04-14 (bug)[376788] X: stop crash w/Noto Color Emoji font (nijtmans)
2020-04-15 (bug)[89354d] Aqua: text color w/o clipping (culler)
2020-04-15 (new) Aqua: assign Button 3 to the middle button (chavez)
2020-04-25 (bug)[3519111] treeview horizontal scroll, entry-2.1.1 (vogel)
2020-04-25 (bug)[141881] treeview vertical scroll, treeview-9.2 (vogel)
2020-05-01 (bug)[2712f4] X: crash angled text w/o Xft, canvText-20.2 (vogel)
2020-05-01 (bug)[cd8714] Win: long angled text (chavez)
2020-05-09 (bug)[88c9e0] treeview -selectmode none focus ring (gavilan)
2020-05-12 (new) Aqua: Rewrite of the Key event system (culler)
2020-05-12 (bug)[411359] Aqua: stop crashes/zombies related to TouchBar (culler)
2020-05-12 (new) Aqua: systemLinkColor (chavez)
2020-05-16 (bug)[40ada9] crash when active button is destroyed (chavez)
2020-05-28 (bug)[3c6660,601cea,4b50b7] Win10: ttk scale (nemethi,lanam)
2020-06-08 (bug)[2790615] Some callbacks not eval'd in global scope (nijtmans)
2020-06-25 Aqua: Update OSX version tests to support Big Sur (culler)
2020-06-27 (bug)[6920b2] dup in spinbox -values causes trouble (lanam)
2020-06-27 (bug)[5c51be] invalid mem read buffer in Tk_PhotoPut* (chavez)
2020-06-27 (bug)[16ef16] restore bind sequence support, bind-33.(16-21) (vogel)
2020-07-02 (bug)[2d2459] default style for combobox (bll)
2020-07-06 (bug)[40c4bf] double free, entry-19.21 (vogel)
2020-07-06 (bug)[e3888d] grab & warp, bind-36.1 (vogel)
2020-07-12 (bug)[2442314] fontchooser i18n (nijtmans)
2020-07-13 (bug)[7655f6] [*entry]: selected text drawing reform (chavez)
2020-07-14 (bug)[09abd7] workaround invalid key codes from Debian 10 (vogel)
2020-07-20 (bug)[cf3853] Aqua: improve bounds on non-Retina displays (chavez)
2020-08-01 Aqua: [winfo rgb] light and dark mode support (culler)
2020-08-15 (bug)[315104] Aqua: appearance change virtual events (culler)
2020-08-21 (bug)[291699] mouse binding for scrollbar grip (bll)
2020-09-08 (bug)[6c2425] buffer bounds violation (chavez)
2020-09-08 (bug)[2a6d63] OSX 10.6 crash (hellstrom,culler)
2020-09-08 (bug)[420feb] undefined behavior due to alignment (chavez,nijtmans)
2020-09-10 (bug)[ab1fea] Aqua init issues (culler)
2020-09-14 (bug)[71e18c] Aqua: crash in full screen toggle (culler)
2020-09-18 (bug)[4f4f03] Aqua: mouse drags across title bar (nab,culler)
2020-09-21 (bug)[d91e05] select/copy in disabled text (bll)
2020-09-27 (TIP 581) disfavor Master/Slave terminology (nijtmans)
2020-09-30 (bug)[59cba3] win: improve theme detection (bll,nijtmans)
2020-10-06 (bug)[175a6e] Aqua: support tiled windows (culler)
2020-10-07 (bug)[1fa8c3] Aqua: crash on resize during display (nab,culler)
2020-10-16 (bug)[c2483b] Aqua: consistent finalization (culler,nijtmans)
2020-11-06 (bug)[c9ebac] Aqua: use standard about dialog (culler)
2020-11-07 (bug)[4ebcc0] sticky fontchooser options (roseman,vogel)
2020-11-10 (bug)[f9fa92] Aqua: crash in color caching scheme (culler)
2020-11-20 (bug)[7185d2] Aqua: fixes to special menu support (culler)
2020-11-24 (bug)[4a40c6] Aqua: [wm manage] frame offset (chavez)
2020-12-04 (bug)[3ef77f] Aqua dark mode combobox focus ring (walzer,culler)
2020-12-15 (bug)[80e4c6] Aqua: progressbar animation (nab,culler)
2020-12-24 (bug)[6157a8] Aqua: file dialog -filetypes (davis,culler)
|
2020-12-14 09:46:56 by Darrin B. Jewell | Files touched by this commit (2) |
Log message:
x11/tk: avoid x11 when building aqua
|