2004-07-26 Jeff Hobbs **** 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 * 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 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 * tkcon.tcl: add [X] tab delete button and Console -> Delete Tab menu item. [Bug 970785] 2004-05-12 Jeff Hobbs * tkcon.tcl (observe): allow observe of 'proc' 2004-03-20 Jeff Hobbs * tkcon.tcl (::tkcon::EvalSocketEvent): correctly handle socket events after attachment changes 2004-03-01 Jeff Hobbs * 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 * 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 * 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 * tkcon.tcl: first whack at tabbed consoles 2004-01-28 Jeff Hobbs * 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 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 * 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 * tkcon.tcl (::tkcon::EvalSocketClosed): use tk_messageBox instead of tk_dialog 2003-10-06 Jeff Hobbs * tkcon.tcl (dir): use %9ld instead of %9d to support large files 2003-04-08 Jeff Hobbs * tkcon.tcl (::tkcon::InitUI): WinCE code to resize the window to fit on the small screen 2003-03-31 Jeff Hobbs * tkcon.tcl (tkcon::Retrieve): correct the check for tkcon version when retrieving from http. 2003-02-20 Jeff Hobbs * 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 * tkcon.tcl: add tk appname alias in WWW plugin case. 2002-10-08 Jeff Hobbs * 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 * tkcon.tcl (InterpEval): correctly handle no args case. (New): autoload tbcload when it exists. 2002-06-22 Jeff Hobbs * tkcon.tcl: call Init with eval to break out argv into args. 2002-06-04 Jeff Hobbs * tkcon.tcl (Init): convert env(home) from 'C:' to 'C:/' if necessary. 2002-06-03 Jeff Hobbs * 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 * 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 **** TKCON 2.3 RELEASE **** * tkcon.tcl: bumped to v2.3 2002-01-23 Jeff Hobbs * 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 * 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 * tkcon.tcl: 'tkcon show' causes loss of focus on Windows, so an extra focus to the console was added. 2001-12-12 Jeff Hobbs * tkcon.tcl (EvalSocketEvent): changed EvalSocketClosed to only occur after gets, then eof check. (Gerold Jury) 2001-11-14 Jeff Hobbs * tkcon.tcl: added catch around file type call 2001-10-14 Jeff Hobbs * 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 * tkcon.tcl (ExpandPathname): recognize NT as a case *in*sensitive file system for pathname expansion. 2001-08-31 Jeff Hobbs * tkcon.tcl (InitSlave): propagate auto_path from master to slave. 2001-08-24 Jeff Hobbs * tkcon.tcl (NewSocket, NewDisplay): when nothing is specified, just return. (Display): fixed connecting to interps on other displays. 2001-08-22 Jeff Hobbs * 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 * 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 * tkcon.tcl (EvalCmd): protected against non-existent tkPriv(mouseMoved) variable 2001-07-05 Jeff Hobbs * tkcon.tcl (RetrieveFilter, RetrieveAuthentication): added support for retrieving latest tkcon via a proxy. (Thoyts) 2001-07-04 Jeff Hobbs * tkcon.tcl (tkcon): made tkcon console return whatever result it received. Fixed Bug #438281. 2001-06-20 Jeff Hobbs 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 * 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 * 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 * 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 * 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 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 * tkcon.tcl (::tkcon::Init): added safe interp check around 'cd' call for Macs 2000-10-30 Jeff Hobbs * tkcon.tcl (dir): fixed bug where permissions wouldn't print correctly if user had no permissions. (kuchler) 2000-10-18 Jeff Hobbs * tkcon.tcl (::tkcon::NamespacesList): corrected to not use window starting with an uppercase letter (error). (reins) 2000-09-27 Jeff Hobbs * tkcon.tcl (::tkcon::About): added 'variable COLOR' decl (Zaers). 2000-09-20 Jeff Hobbs * 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 * 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