Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Remove all babelfish related code |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | emiliano-cleanup |
Files: | files | file ages | folders |
SHA3-256: |
803512681288b70eb881cc739540394f |
User & Date: | emiliano 2023-05-25 03:03:55.096 |
Context
2023-05-25
| ||
03:16 | Standard tk widgets are available by default on the ::tk namespace check-in: b33af0a57d user: emiliano tags: emiliano-cleanup | |
03:03 | Remove all babelfish related code check-in: 8035126812 user: emiliano tags: emiliano-cleanup | |
02:59 | We have [lreverse] since ... forever check-in: d640ca3a10 user: emiliano tags: emiliano-cleanup | |
Changes
Changes to apps/tkchat/tkchat.tcl.
︙ | ︙ | |||
577 578 579 580 581 582 583 | } # this called on first logon and after a purge # so not bothering to background it proc ::tkchat::LoadHistory {} { global Options | < < < < < < < < | 577 578 579 580 581 582 583 584 585 586 587 588 589 590 | } # this called on first logon and after a purge # so not bothering to background it proc ::tkchat::LoadHistory {} { global Options if {$Options(HistoryLines) != 0} { set url "$Options(JabberLogs)/?pattern=*.tcl" GetHistLogIdx $url } GetTipIndex CheckVersion |
︙ | ︙ | |||
2456 2457 2458 2459 2460 2461 2462 | tk::AmpMenuArgs $m add checkbutton \ -label [mc "&Enable whiteboard"] \ -variable Options(EnableWhiteboard) tk::AmpMenuArgs $m add checkbutton \ -label [mc "Auto &bookmark"] \ -variable Options(AutoBookmark) | < < < < < < < | 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 | tk::AmpMenuArgs $m add checkbutton \ -label [mc "&Enable whiteboard"] \ -variable Options(EnableWhiteboard) tk::AmpMenuArgs $m add checkbutton \ -label [mc "Auto &bookmark"] \ -variable Options(AutoBookmark) $m add separator tk::AmpMenuArgs $m add command \ -label [mc "&Colors..."] \ -command ::tkchat::ChangeColors tk::AmpMenuArgs $m add command \ -label [mc "&Font..."] \ |
︙ | ︙ | |||
5594 5595 5596 5597 5598 5599 5600 | ChatLogFile ChatLogOff Color,* DisplayUsers ClickFocusEntry ElideTags Emoticons EnableWhiteboard EntryMessageColor errLog ExitMessageColor Font,* Fullname FunkyTraffic Geometry HistoryLines JabberConference JabberPort JabberResource JabberServer Khim HateLolcatz LogFile LogLevel LogPrivateChat LogStderr MyColor Nickname OneToOne Pane Password ProxyHost ProxyPort ProxyUsername SavePW ServerLogging ShowNormalInline Style Subjects Theme Transparency UnifyNicknames | | | 5579 5580 5581 5582 5583 5584 5585 5586 5587 5588 5589 5590 5591 5592 5593 | ChatLogFile ChatLogOff Color,* DisplayUsers ClickFocusEntry ElideTags Emoticons EnableWhiteboard EntryMessageColor errLog ExitMessageColor Font,* Fullname FunkyTraffic Geometry HistoryLines JabberConference JabberPort JabberResource JabberServer Khim HateLolcatz LogFile LogLevel LogPrivateChat LogStderr MyColor Nickname OneToOne Pane Password ProxyHost ProxyPort ProxyUsername SavePW ServerLogging ShowNormalInline Style Subjects Theme Transparency UnifyNicknames UseJabberSSL UseProxy Username UseTkOnly ValidateSSLChain Visibility,* RSS,* StartZoomed } foreach key $keep { foreach option [array names Options $key] { if { [info exists tmp($option)] \ && [string tolower $Options($option)] \ |
︙ | ︙ | |||
6342 6343 6344 6345 6346 6347 6348 | ShowNormalInline 0 StoreMessages 1 Style any Subjects {} Theme "" Transparency 100 UnifyNicknames 1 | < | 6327 6328 6329 6330 6331 6332 6333 6334 6335 6336 6337 6338 6339 6340 | ShowNormalInline 0 StoreMessages 1 Style any Subjects {} Theme "" Transparency 100 UnifyNicknames 1 UseJabberSSL no UseProxy 0 UseTkOnly 0 Username "" ValidateSSLChain 1 Visibility,AVAILABILITY 0 Visibility,ERROR 0 |
︙ | ︙ |