From: <no...@tc...> - 2025-06-20 19:33:08
|
Automated mail by fx, on behalf of no...@tc... Ticket Change [6a101204eb7c1eba6bcb2b6acc646a9c61b9e2a21df4427cfe10e97f3d3bbb18] [BWman] By lindblad For BWidget On 2025-06-20T19:31:31.156 Details https://core.tcl-lang.org/bwidget/tinfo?name=6a101204eb7c1eba6bcb2b6acc646a9c61b9e2a21df4427cfe10e97f3d3bbb18 Ticket https://core.tcl-lang.org/bwidget/tktview/c1054975019dbfd6d5d3aadb6584a207bc860808 Changed Fields comment: https://core.tcl-lang.org/bwidget/brlist https://core.tcl-lang.org/bwidget/timeline?r=bwidget [0be16a0895] committed Jun 6, 2025 The above commmit was to the bwidget branch. The first URL above does not list a master branch. The GitHub mirror currently has master as the default branch. That branch was last modified Dec 14, 2010. The mirror's bwidget branch is 155 commits ahead of, 49 commits behind master. Perhaps cached rather than catched was the intention here. $ sed -n '92p' bwidget/BWman/DropSite.html While a drag occurs, events <Enter>, <Motion> and <Leave> are catched. $ If cached is correct then this would be the fix. $ sed -i "s/catched/cached/g" bwidget/BWman/DropSite.html $ Please uncomment (and possibly correct if indicated) that GNU sed line in this script. $ cat bwidget.sh #!/bin/sh sed -i "s/ADRESS/ADDRESS/g" bwidget/BWman/PasswdDlg.html sed -i "s/additionnal/additional/g" bwidget/BWman/MainFrame.html sed -i "s/ballon/balloon/g" bwidget/BWman/DynamicHelp.html sed -i "s/beetween/between/g" bwidget/BWman/Widget.html # sed -i "s/catched/cached/g" bwidget/BWman/DropSite.html sed -i "s/choosen/chosen/g" bwidget/BWman/ListBox.html sed -i "s/choosen/chosen/g" bwidget/BWman/Tree.html sed -i "s/conjuntion/conjunction/g" bwidget/BWman/Button.html sed -i "s/conjuntion/conjunction/g" bwidget/BWman/ArrowButton.html sed -i "s/constists/consists/g" bwidget/BWman/PanedWindow.html sed -i "s/diffferent/different/g" bwidget/BWman/PanedWindow.html sed -i "s/exitence/existence/g" bwidget/BWman/DynamicHelp.html sed -i "s/idenfier/identifier/g" bwidget/BWman/ListBox.html sed -i "s/idenfier/identifier/g" bwidget/BWman/Tree.html sed -i "s/immediatly/immediately/g" bwidget/BWman/ProgressDlg.html sed -i "s/immediatly/immediately/g" bwidget/BWman/Dialog.html sed -i "s/infromation/information/g" bwidget/BWman/Label.html sed -i "s/infromation/information/g" bwidget/BWman/ListBox.html sed -i "s/infromation/information/g" bwidget/BWman/Entry.html sed -i "s/infrom ...((truncated)) login: lindblad ------------------------------------------------------------ See Tcl/Tk development @ http://core.tcl-lang.org/ ------------------------------------------------------------ |
From: <no...@tc...> - 2025-06-20 19:48:09
|
Automated mail by fx, on behalf of no...@tc... Ticket Change [18b50502cbafd1875a78a1f495230da26c244a073e65fffac17b54d9ddda99e6] [BWman] By lindblad For BWidget On 2025-06-20T19:34:26.596 Details https://core.tcl-lang.org/bwidget/tinfo?name=18b50502cbafd1875a78a1f495230da26c244a073e65fffac17b54d9ddda99e6 Ticket https://core.tcl-lang.org/bwidget/tktview/c1054975019dbfd6d5d3aadb6584a207bc860808 Changed Fields comment: https://core.tcl-lang.org/bwidget/brlist https://core.tcl-lang.org/bwidget/timeline?r=bwidget [0be16a0895] committed Jun 6, 2025 The above commmit was to the bwidget branch. The first URL above does not list a master branch. The GitHub mirror currently has master as the default branch. That branch was last modified Dec 14, 2010. The mirror's bwidget branch is 155 commits ahead of, 49 commits behind master. Perhaps cached rather than catched was the intention here. $ sed -n '92p' bwidget/BWman/DropSite.html While a drag occurs, events <Enter>, <Motion> and <Leave> are catched. $ If cached is correct then this would be the fix. $ sed -i "s/catched/cached/g" bwidget/BWman/DropSite.html $ Please uncomment (and possibly correct if indicated) that GNU sed line in this script. $ cat bwidget.sh #!/bin/sh sed -i "s/ADRESS/ADDRESS/g" bwidget/BWman/PasswdDlg.html sed -i "s/additionnal/additional/g" bwidget/BWman/MainFrame.html sed -i "s/ballon/balloon/g" bwidget/BWman/DynamicHelp.html sed -i "s/beetween/between/g" bwidget/BWman/Widget.html # sed -i "s/catched/cached/g" bwidget/BWman/DropSite.html sed -i "s/choosen/chosen/g" bwidget/BWman/ListBox.html sed -i "s/choosen/chosen/g" bwidget/BWman/Tree.html sed -i "s/conjuntion/conjunction/g" bwidget/BWman/Button.html sed -i "s/conjuntion/conjunction/g" bwidget/BWman/ArrowButton.html sed -i "s/constists/consists/g" bwidget/BWman/PanedWindow.html sed -i "s/diffferent/different/g" bwidget/BWman/PanedWindow.html sed -i "s/exitence/existence/g" bwidget/BWman/DynamicHelp.html sed -i "s/idenfier/identifier/g" bwidget/BWman/ListBox.html sed -i "s/idenfier/identifier/g" bwidget/BWman/Tree.html sed -i "s/immediatly/immediately/g" bwidget/BWman/ProgressDlg.html sed -i "s/immediatly/immediately/g" bwidget/BWman/Dialog.html sed -i "s/infromation/information/g" bwidget/BWman/Label.html sed -i "s/infromation/information/g" bwidget/BWman/ListBox.html sed -i "s/infromation/information/g" bwidget/BWman/Entry.html sed -i "s/infrom ...((truncated)) login: lindblad ------------------------------------------------------------ See Tcl/Tk development @ http://core.tcl-lang.org/ ------------------------------------------------------------ |
From: <no...@tc...> - 2025-06-20 22:33:37
|
Automated mail by fx, on behalf of no...@tc... Ticket Change [49344bd09dad0041ecc163cde063c7e10ccad97cd6c0003b8c5ddf55036d958d] [BWman] By lindblad For BWidget On 2025-06-20T22:31:28.777 Details https://core.tcl-lang.org/bwidget/tinfo?name=49344bd09dad0041ecc163cde063c7e10ccad97cd6c0003b8c5ddf55036d958d Ticket https://core.tcl-lang.org/bwidget/tktview/c1054975019dbfd6d5d3aadb6584a207bc860808 Changed Fields icomment: https://core.tcl-lang.org/bwidget/brlist The GitHub mirror's master branch is the Bwidget Source Code trunk branch. It might be considered to make the mirror default branch bwidget, and after that rename the then no longer default master branch to trunk. That being said there's the circumstance that the mirror's bwidget branch is 155 commits ahead of, 49 commits behind master; which for obvious reasons shouldn't be overlooked were reseting the mirror's default branch and any branch renaming pursued. login: lindblad ------------------------------------------------------------ See Tcl/Tk development @ http://core.tcl-lang.org/ ------------------------------------------------------------ |
From: <no...@tc...> - 2025-06-20 22:48:15
|
Automated mail by fx, on behalf of no...@tc... Ticket Change [14859d55a6652a120354cacb14f8cab3a20b1d2621edd23525d8d066dd9e3cb6] [BWman] By lindblad For BWidget On 2025-06-20T22:38:23.825 Details https://core.tcl-lang.org/bwidget/tinfo?name=14859d55a6652a120354cacb14f8cab3a20b1d2621edd23525d8d066dd9e3cb6 Ticket https://core.tcl-lang.org/bwidget/tktview/c1054975019dbfd6d5d3aadb6584a207bc860808 Changed Fields comment: https://core.tcl-lang.org/bwidget/brlist https://core.tcl-lang.org/bwidget/timeline?r=bwidget [0be16a0895] committed Jun 6, 2025 The above commmit was to the bwidget branch. The first URL above does not list a master branch. The GitHub mirror currently has master as the default branch. That branch was last modified Dec 14, 2010. The mirror's bwidget branch is 155 commits ahead of, 49 commits behind master. Perhaps cached rather than catched was the intention here. Maybe though catch was misspelled in the past tense which is caught. $ sed -n '92p' bwidget/BWman/DropSite.html While a drag occurs, events <Enter>, <Motion> and <Leave> are catched. $ If cached is correct then this would be the fix. $ sed -i "s/catched/cached/g" bwidget/BWman/DropSite.html $ Please uncomment (and possibly correct if indicated) that GNU sed line in this script. $ cat bwidget.sh #!/bin/sh sed -i "s/ADRESS/ADDRESS/g" bwidget/BWman/PasswdDlg.html sed -i "s/additionnal/additional/g" bwidget/BWman/MainFrame.html sed -i "s/ballon/balloon/g" bwidget/BWman/DynamicHelp.html sed -i "s/beetween/between/g" bwidget/BWman/Widget.html # sed -i "s/catched/cached/g" bwidget/BWman/DropSite.html sed -i "s/choosen/chosen/g" bwidget/BWman/ListBox.html sed -i "s/choosen/chosen/g" bwidget/BWman/Tree.html sed -i "s/conjuntion/conjunction/g" bwidget/BWman/Button.html sed -i "s/conjuntion/conjunction/g" bwidget/BWman/ArrowButton.html sed -i "s/constists/consists/g" bwidget/BWman/PanedWindow.html sed -i "s/diffferent/different/g" bwidget/BWman/PanedWindow.html sed -i "s/exitence/existence/g" bwidget/BWman/DynamicHelp.html sed -i "s/idenfier/identifier/g" bwidget/BWman/ListBox.html sed -i "s/idenfier/identifier/g" bwidget/BWman/Tree.html sed -i "s/immediatly/immediately/g" bwidget/BWman/ProgressDlg.html sed -i "s/immediatly/immediately/g" bwidget/BWman/Dialog.html sed -i "s/infromation/information/g" bwidget/BWman/Label.html sed -i "s/infromation/information/g" bwidget/BWman/ListBox.html sed -i " ...((truncated)) login: lindblad ------------------------------------------------------------ See Tcl/Tk development @ http://core.tcl-lang.org/ ------------------------------------------------------------ |