1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607
|
2016-09-14 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl: Use -underline clearly to disambiguate from new 8.6.6
option -underlinefg [Bug #54] (bachmann)
2015-10-20 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl (edit): prevent file edit from undoing loading of file
[Bug #52] (budyak)
2014-09-09 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl (::tkcon::SaveHistory): save history at each command
to prevent loss during abnormal termination. [bachmann]
2014-07-09 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl (idebug): allow multi-char patterns as debug id [Lama]
2013-01-22 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl (tkcon show): catch deiconify as it will throw an
error if tkcon is embedded.
2012-12-27 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl (edit): add support for ::tkcon::OPT(tabspace) to
adjust tab spacing in edit window (default: 8). [Bug #7]
* tkcon.tcl (::tkcon::Bindings): minimal patch for 8.6b3+ event
compatibility. Larger patch to come that addresses shift towards
virtual events in core widgets. [Bug #48] (gollwitzer)
* docs/{dump.man,tkcon.1.man,tkconc.5.man}: make dtplite happy for
the docs [Bug #47]
* tkcon.tcl (::tkcon::Init): update to use latest /viewvc/tkcon
url to retrieve head version of tkcon.
* tkcon.tcl (::tkcon::InitUI): catch deiconify to prevent error
when embedding. [Bug #44]
* tkcon.tcl (::tkcon::ExpandMethodname): improved expansion for
xotcl methods. Also enhance expansion to allow break/continue
signals to differentiate "I'm not responsible" results from "I
don't have any results". (neumann)
* tkcon.tcl (::tkcon::InitInterp): correct sending tkcon commands
to user created interps [Bug #42] (kuhn)
2012-03-06 Jeff Hobbs <jeffh@>
* tkcon.tcl (idebug): better line handling to not use list
functions. [Bug 111462] (goth)
(tkcon): pass any init args to 'tkcon show'
2011-10-28 Jeff Hobbs <jeffh@ActiveState.com>
* pkgIndex.tcl: update to v2.7
* tkcon.tcl: Improve UI to work on OS X. Adjust some dialogs,
use Command- instead of Control- bindings on OS X. Handle right
click properly.
* docs/license.terms: removed outdated restricted rights section.
2010-01-24 Pat Thoyts <patthoyts@users.sourceforge.net>
* icons/*: Added an SVG icon and .desktop file suitable
* tkcon-console.desktop: for use installing tkcon into the desktop
* install-desktop-menu.sh: menus on a unix desktop. Also an install
* tkcon.tcl: script to show how it is done. And for
use with 8.6 on X11 - if we can locate the icon, use it as the
tkcon iconphoto so it shows up associated with the running app.
2010-01-23 Pat Thoyts <patthoyts@users.sourceforge.net>
* tkcon.tcl: Make use of the extended window manager hints from
tip 359 on unix for all the dialog windows.
2009-04-24 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl: override 8.5 [chan puts|gets]. [Bug 1876707]
* tkcon.tcl: update pre-8.4 private text binding refs
* tkcon.tcl: clean up cmd global var used [Bug 2441583]
* tkcon.tcl (::tkcon::Retrieve): support http code redirect for
downloading latest version. [Bug 1755500]
* README.txt, docs/limits.html, docs/nontcl.html: bump to 2.6
* pkgIndex.tcl, tkcon.tcl: Use Tcl 8.4 code style.
2009-02-26 Jeff Hobbs <jeffh@ActiveState.com>
**** TKCON 2.5 TAGGED FOR RELEASE ****
* index.html, docs/*.html: update links and references
2009-02-25 Jeff Hobbs <jeffh@ActiveState.com>
* docs/tkcon.html, docs/tkcon.n.man: add tkcon resultfilter docs.
2008-02-07 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl (::tkcon::Bindings): prevent Expand virtual events
from triggering follow-on events (most important for <Tab>).
(::tkcon::Retrieve): remove extraneous http::geturl call.
2007-06-22 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl (::tkcon::EvalCmd): add OPT(resultfilter) and 'tkcon
resultfilter ?cmd?' to allow optional result filter command.
Command will be passed result code and data and must return what
tkcon will return to the user. Command is run in attached slave.
Ensure that initial files are sources at level #0.
Convert args after (--|-argv|-args) into slave arguments and set
them as the main $::argv/$::argc for propagation.
2007-06-21 Jeff Hobbs <jeffh@ActiveState.com>
* docs/tkcon.1.man, docs/tkcon.n.man, docs/tkconrc.5.man (new):
* docs/dump.n.man, docs/observe.n.man, docs/idebug.n.man (new):
* index.html, docs/demopic.gif (removed), docs/demopic.png (new):
* docs/plugin.html, docs/start.html, docs/tkcon.html:
Updated docs and added doctools equivalents courtesy Sergei Golovan
* docs/style.css: updated stylesheet
2007-04-04 Jeff Hobbs <jeffh@ActiveState.com>
*** BUMPED TO VERSION 2.5 ***
* tkcon.tcl: ensure option overrides only effect tkcon and
subwidgets.
(edit): Add -wrap option to 'edit' command.
(::tkcon::AtSource): adjust argv0 existence check
2006-09-05 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl (::tkcon::NewTab, ::tkcon::GetSlave): ensure that new
tabs in other toplevel tkcon windows are built in the correct
slave hierarchy.
* pkgIndex.tcl: sample pkgIndex.tcl that allows using tkcon as a
package.
* tkcon.tcl (::tkcon::InitSlave): adjust to make the first file
passed in to be argv0 in the slave
2006-08-25 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl (tkcon): default wm protocol to hide tkcon when used
in embedded context.
2006-08-23 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl: remove use of -exact in package require Tk
2006-06-29 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl: updated to handle ttk scrollbars as well as other UI
cleanup.
2006-06-15 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl: modify CVS location after SF changes
* README.txt: correct reference email address
2006-02-28 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl (tkcon): update 'gets stdin' override (tkcon congets)
to support usage at script load time. (decoster)
2006-01-25 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl (MenuConfigure): Fix ActiveTcl Help link when pointing
to a file with space in path. [Bug 1408425]
(::tkcon::Save, ::tkcon::Load): in VFS paths, use the X11 dialogs
that support viewing in VFS dirs.
2005-09-12 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl (::tkcon::AtSource): do not require argv to be defined
(edit): enable text -undo in editor
(::tkcon::InitUI): shrink aqua resize control space alloted
2005-07-14 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl: add ::tkcon::OPT(maxlinelen) (default 0 == unlimited)
and 'tkcon linelength ?value?' to optionally limit long result
lines. True result is still captured in $_ (and 'puts $_' works).
2005-05-25 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl (InitMenus): add ActiveTcl Help menu item, if AT Help
is found.
2005-04-06 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl (ExpandXotcl): allow for xotcl method name expansion,
if you change ::tkcon::OPT(expandorder) to include Xotcl before
Procname
2005-02-21 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl (::send::send): propagate -displayof to winfo interps
call. [Bug 1124369] (mbec)
2004-11-17 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl (::tkcon::ExpandVariable): correct array keyname
expansion. [Bug 1004508] (bold)
2004-11-12 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl (::tkcon::EvalSocket): pass sock arg. (allaert)
2004-11-11 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl (::tkcon::DeleteTab): allow for exit code to be passed
when exit is aliased to DeleteTab. [Bug 1064462]
(::tkcon::Expect): graphicsSet isn't valid yet
2004-10-10 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl (::tkcon::Highlight): use ctext for the 'edit' dialog
if available
2004-07-26 Jeff Hobbs <jeffh@ActiveState.com>
**** TKCON 2.4 TAGGED FOR RELEASE ****
* index.html, docs/*.html: remove email links, update 2.4 info
* docs/plugin.html: update plugin page embed code
2004-06-24 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl (DeleteTab, Destroy): improve the 'exit' handling so
that 'exit' in the first created tab doesn't do a full exit.
'exit' in the last tab of the first created console still exits
tkcon, fixing that requires a rearch of the console
creation/management.
(InitTab): Have the <Configure> binding only fire for the root
window, not for each tab.
(GotoTab): Keep tabs around - just raise/lower instead of grid
remove/add. break on Next/Prev Tab binding to get focus right.
(Prompt): return if console w doesn't exist
2004-06-10 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl: add [X] tab delete button and Console -> Delete Tab
menu item. [Bug 970785]
2004-05-12 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl (observe): allow observe of 'proc'
2004-03-20 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl (::tkcon::EvalSocketEvent): correctly handle socket
events after attachment changes
2004-03-01 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl: correct 'exit' in extra tabs.
make tkconfixed font Courier -12 (was Courier 10), use it on unix.
Add extra space for OS X/Aqua in statusbar (for resize handle).
Only use -overrelief in 8.4
2004-02-12 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl (::tkcon::InitUI): check existence of tcl_platform(os)
as it doesn't exist in the Tcl plugin.
Show Attach info in tab text, maintain namespace attachment
between console switches.
(::tkcon::InterpEval, Interps): beware safe interps with Tk
2004-02-05 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl: brought code back to 8.0 compatability.
Use $_ as last cached result var (was ${}).
Ensure hoterrors garbage collection occurs across all tabs.
2004-01-29 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl: first whack at tabbed consoles
2004-01-28 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl: don't use menu tearoffs
remove recognizable email addresses from source
enabled more send variants (comm, dde, winsend) [bug 649257] (thoyts)
change Packages menu (that would be too large with many packages)
to a Manage Packages dialog.
tightened up Create Socket dialog, added <Escape> dismiss binding.
Moved source time initialization into ::tkcon::AtSource to guard
against leftover vars and just better encapsulate it.
(::tkcon::Retrieve): correct retrieve URL and add intelligence to
sense whether what we retrieved is correct before overwriting file.
2003-11-18 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl (::tkcon::InitSlave): remove tk_library from the
seeded auto_path. Do not add OPT(library) to auto_path if it is "".
2003-11-04 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl (::tkcon::EvalSocketClosed): use tk_messageBox instead
of tk_dialog
2003-10-06 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl (dir): use %9ld instead of %9d to support large files
2003-04-08 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl (::tkcon::InitUI): WinCE code to resize the window to
fit on the small screen
2003-03-31 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl (tkcon::Retrieve): correct the check for tkcon version
when retrieving from http.
2003-02-20 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl (EvalCmd): set $:: (aka ${}) var to last command result.
(EvalOther): use tk_messageBox instead of tk_dialog
(Init): allow 'edit' to be overridden using OPT(edit)
2003-01-13 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl: add tk appname alias in WWW plugin case.
2002-10-08 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl (tcl_unknown): allow ::namespace (:'s) to be
recognized. (koloska)
(MainInit): add option for overriding exit command.
(InitUI): add option to control the wm protocol for WM_DELETE_WINDOW.
2002-10-01 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl (InterpEval): correctly handle no args case.
(New): autoload tbcload when it exists.
2002-06-22 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl: call Init with eval to break out argv into args.
2002-06-04 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl (Init): convert env(home) from 'C:' to 'C:/' if necessary.
2002-06-03 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl: fixed Retrieve to use the proxy info (Thoyts).
Added code so that tkcon.tcl can be sourced in and used like a
quasi-package. Once sourced, you can do a 'package require tkcon'
(there is no pkgIndex.tcl for it), and the first 'tkcon show' will
initialize anything that is needed.
(observe): corrected variables tracing to not allow duplicates.
(dump): improved check for empty named arrays as well as locally
aliased vars in var dumps.
Use the 'fixed' font on unix by default.
2002-02-22 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl (AddSlaveHistory): changed history to not add the
command if it is the same as the previous command (it will still
be evaluated). (soderstrom)
Added panedwindow and labelframe as recognized Tk commands.
2002-01-24 Jeff Hobbs <jeffh@ActiveState.com>
**** TKCON 2.3 RELEASE ****
* tkcon.tcl: bumped to v2.3
2002-01-23 Jeff Hobbs <jeffh@ActiveState.com>
* docs/procs.html:
* tkcon.tcl (what): changed to differentiate between 'array' and
'scalar' instead of just returning 'variable'.
(which): called what in uplevel to get scope right.
2002-01-22 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl (ExpandPathname): use a safer regsub to first unescape
the str, then to protect it in the glob.
(dir): Use -directory arg in 8.3+ for better results.
* docs/idebug.html: added note about ? help at debug prompt.
* tkcon.tcl (dir): prevented possible 'divide by zero' error.
[Bug #496584]
(Expand*): fixed ExpandPathname to better handle spaced pathnames.
[Bug #497079]
2001-12-14 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl: 'tkcon show' causes loss of focus on Windows, so an
extra focus to the console was added.
2001-12-12 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl (EvalSocketEvent): changed EvalSocketClosed to only
occur after gets, then eof check. (Gerold Jury)
2001-11-14 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl: added catch around file type call
2001-10-14 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl (Init): corrected loading of rcfile when it was in a
path including spaces. (siltberg)
(About): clarified CVS info in about box.
* docs/start.html: correct old refs to TKCON var.
2001-09-28 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl (ExpandPathname): recognize NT as a case *in*sensitive
file system for pathname expansion.
2001-08-31 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl (InitSlave): propagate auto_path from master to slave.
2001-08-24 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl (NewSocket, NewDisplay): when nothing is specified,
just return.
(Display): fixed connecting to interps on other displays.
2001-08-22 Jeff Hobbs <jeffh@ActiveState.com>
* docs/bindings.html: noted ^r/^s change.
* tkcon.tcl (Event): changed event ^r/^s searching to search for
any matching substring, and blink the substring.
Added statusbar, default off (not much in status yet).
2001-08-20 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl (EvalNamespace): fixed to work when attached to a
foreign interpreter. [Bug #453431]
Added fix that allows access to Tk privates in 8.4. Still needs
a long-term fix. [Bug #450865] (porter)
2001-08-03 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl (EvalCmd): protected against non-existent
tkPriv(mouseMoved) variable
2001-07-05 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl (RetrieveFilter, RetrieveAuthentication): added
support for retrieving latest tkcon via a proxy. (Thoyts)
2001-07-04 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl (tkcon): made tkcon console return whatever result it
received. Fixed Bug #438281.
2001-06-20 Jeff Hobbs <jeffh@ActiveState.com>
TKCON 2.2 RELEASE
* README.txt:
* index.html:
* docs/index.html: updated for 2.2 release
* tkcon.tcl (InitUI): moved wm protocol inside check to not run
under plugin.
(::tkcon::Retrieve): added a new method to allow tkcon to retrieve
the latest version of itself.
2001-06-19 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl (dir): added fallback in generic dir command to not
require being run in tkcon.
(Init): Changed around how all options are initialized to allow
for tkcon embedders to set their own defaults. Added a usehistory
PRIV key that tells us whether to load/save history files. Added
showOnStartup PRIV key to control whether tkcon should deiconify
itself on startup. Changed setting root to .tkcon to ensure that
root was just . before.
2001-06-18 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl: (InitUI) added WM_DELETE_WINDOW hook to exit to
correctly deconstruct slave consoles.
(tkcon congets/getc) added tkcon show to ensure that tkcon would
be displayed when input is expected.
(GetSelection) new command to handle getting selection, this
supports the new UTF8_STRING type.
(InitMenus) added version check around Attach to Socket menu, as
8.3 is need for the file channels call.
2001-05-28 Jeff Hobbs <jeffh@ActiveState.com>
* docs/start.html: added note about ::tkcon::OPT(gets) var.
* docs/tkcon.html: improved docs for tkcon *get* methods.
* tkcon.tcl: reinstituted override of gets by default to use the
tkcon console based gets.
* tkcon.tcl (dump): corrected outputting local vars with dump.
Added RCS info to PRIV array and About box.
(tkcon congets) corrected congets to set the limit and insert
properly to return data without needing to call the prompt.
(tkcon set) corrected to return [array get] string for arrays,
and scalar value for vars.
Placed exact level value to all calls to uplevel and upvar.
2001-05-17 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl: make check for actual tkcon root existence to allow
for setting the var ($::tkcon::PRIV(root)) in controlling apps to
better control the root window.
2001-05-04 Jeff Hobbs <jeffh@ActiveState.com>
TKCON 2.1 RELEASE
* docs/style.css: new file for html files to use.
* README.txt:
* index.html:
* doc/*: updated for 2.1 release.
* tkcon.tcl: allowed 'tkcon font ...' and 'tkcon buffer ...' to
work before the main console have been created.
Changed "TkCon" -> "tkcon", updated for new release.
2001-03-28 Jeff Hobbs <jeffh@activestate.com>
* tkcon.tcl (::tkcon::Init): added safe interp check around 'cd'
call for Macs
2000-10-30 Jeff Hobbs <hobbs@ajubasolutions.com>
* tkcon.tcl (dir): fixed bug where permissions wouldn't print
correctly if user had no permissions. (kuchler)
2000-10-18 Jeff Hobbs <hobbs@ajubasolutions.com>
* tkcon.tcl (::tkcon::NamespacesList): corrected to not use window
starting with an uppercase letter (error). (reins)
2000-09-27 Jeff Hobbs <hobbs@scriptics.com>
* tkcon.tcl (::tkcon::About): added 'variable COLOR' decl (Zaers).
2000-09-20 Jeff Hobbs <hobbs@scriptics.com>
* tkcon.tcl (InitMenus): restricted the Attach Socket
functionality to Tcl 8.3+ due to use of [file channels].
(InitUI): fixed Configure binding to use correct namespace for OPT
(EvalSocket, EvalSend, EvalAttached): cleaned up to require that
they accept only one arg as the command string to be evaluated.
Prior behavior left some ambiguity as to what was eval'ed where.
EvalOther, EvalSlave may need some sanitation as well.
(EvalCmd): Changed EvalSocket functionality to have the \'s
substituted before sending data, to allow for special chars to be
added to the string.
2000-09-19 Jeff Hobbs <hobbs@scriptics.com>
* tkcon.tcl (::tkcon::InitUI): corrected plugin handling, as 'wm
withdraw' worked, but 'wm deiconify' was disallowed.
* docs/plugin.html: updated link to plugin source
* docs/changes.txt: noted that changes.txt is no longer updated in
favor of this ChangeLog
* index.html: updated page with sourceforge links
* index.html: added toplevel html index doc
* tkcon.tcl: updated v2.0 to v2.1 alpha version
All tkcon procedures have been namespaced, except for the ones
that are visible to the user. TkCon has added the ability to
attach to other displays or a socket.
* tkcon.tcl: updated v1.6 to v2.0 version, tagged tkcon-2-0
This is the first version to require 8.0+ to run, although it
will still connect to older interps.
* tkcon.tcl: updated v1.5 to v1.6 version, tagged tkcon-1-6
* tkcon.tcl: updated v1.4 to v1.5 version, tagged tkcon-1-5
* tkcon.tcl: updated v1.3 to v1.4 version, tagged tkcon-1-4
* tkcon.tcl: updated v1.2 to v1.3 version, tagged tkcon-1-3
* tkcon.tcl: updated v1.1 to v1.2 version, tagged tkcon-1-2
* tkcon.tcl: updated v1.03 to v1.1 version, tagged tkcon-1-1
* tkcon.tcl: updated v1.02 to v1.03 version, tagged tkcon-1-03
* tkcon.tcl: updated v0.71 to v1.02 version, tagged tkcon-1-02
* tkcon.tcl: updated v0.69 to v0.71 version, tagged tkcon-0-71
* tkcon.tcl: updated v0.68 to v0.69 version, tagged tkcon-0-69
* tkcon.tcl: updated v0.67 to v0.68 version, tagged tkcon-0-68
* tkcon.tcl: updated v0.66 to v0.67 version, tagged tkcon-0-67
* tkcon.tcl: updated v0.65 to v0.66 version, tagged tkcon-0-66
* tkcon.tcl: updated v0.64 to v0.65 version, tagged tkcon-0-65
* tkcon.tcl: updated v0.63 to v0.64 version, tagged tkcon-0-64
* tkcon.tcl: updated v0.52 to v0.63 version, tagged tkcon-0-63
* ChangeLog: added a ChangeLog
|